element-assits 0.0.67 → 0.0.69

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -230,6 +230,7 @@ el-scrollbar 衍生,优化样式
230
230
  |asyncParams|异步参数|undefined|undefined|
231
231
  |asyncData|异步数据,允许异步参数|Function|undefined|
232
232
  |props|配置选项|Object|undefined|
233
+ |props.desc|描述列字段名,将影响过滤方法|String|undefined|
233
234
  |itemMaxWidth|单项[label,value]最大宽度|Number \| Array|150|
234
235
  |popperClass|弹出框自定义css类|String|undefined|
235
236
  |showCheckAll|多选时是否显示全选按钮|Boolean|false|