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/dist/css/chunk-vendors.7f83d8f9.css +8 -0
- package/dist/css/index.7946d50b.css +1 -0
- package/dist/favicon.ico +0 -0
- package/dist/js/chunk-vendors.28fda91d.js +340 -0
- package/dist/js/index.49bc6add.js +2 -0
- package/lib/doway-coms.common.js +120397 -0
- package/lib/doway-coms.css +1 -0
- package/lib/doway-coms.umd.js +120407 -0
- package/lib/doway-coms.umd.min.js +328 -0
- package/package.json +1 -1
- package/packages/BaseGrid/src/index.vue +3 -0
- package/packages/BaseGridAdjust/src/index.vue +297 -324
- package/packages/BaseToolStatus/src/index.vue +6 -1
- package/packages/index.js +1 -3
- package/packages/utils/api.js +0 -29
- package/packages/LeaveAMessage/index.js +0 -8
- package/packages/LeaveAMessage/src/index.vue +0 -386
package/package.json
CHANGED
|
@@ -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) &&
|