doway-coms 1.4.79 → 1.4.80

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.
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "doway-coms",
3
+ "version": "1.0.0",
4
+ "description": "",
5
+ "main": "doway-coms.common.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "keywords": [],
10
+ "author": "",
11
+ "license": "ISC"
12
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "doway-coms",
3
- "version": "1.4.79",
3
+ "version": "1.4.80",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -1710,7 +1710,7 @@ export default {
1710
1710
  );
1711
1711
  this.userDefineColumns = XEUtils.filter(
1712
1712
  tableCollectColumn,
1713
- (p) => !p.children && p.params.disableUserVisible !== true
1713
+ (p) => !p.children && p.params.disableUserVisible !== true && p.field !== 'operation'
1714
1714
  );
1715
1715
  this.showGridColumnUserDefine = true;
1716
1716
  },