yxuse 3.0.4 → 3.0.6

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yxuse",
3
- "version": "3.0.4",
3
+ "version": "3.0.6",
4
4
  "private": false,
5
5
  "keywords": [
6
6
  "yx"
@@ -43,6 +43,8 @@ export interface TableColumn {
43
43
  render?: (scope: any) => any;
44
44
  /** 操作栏 */
45
45
  operate?: Operate[];
46
+ /** 是否显示 */
47
+ show?: (row: any) => boolean;
46
48
  /** 固定栏 */
47
49
  fixed?: string;
48
50
  /** 对数据进行格式化 */