doway-coms 1.6.40 → 1.6.42

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "doway-coms",
3
- "version": "1.6.40",
3
+ "version": "1.6.42",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -1802,6 +1802,9 @@ export default {
1802
1802
  this.$emit("operationBtnClick", btn, scope.row, this);
1803
1803
  },
1804
1804
  operationEdit(item, scope) {
1805
+ if (Reflect.has(scope.row,'operationVisible') && !scope.row.operationVisible){
1806
+ return false
1807
+ }
1805
1808
  let isShow =
1806
1809
  item.visible === true &&
1807
1810
  !(scope.row["sysOperationDisVisible_" + item.field] === true) &&