@zgfe/modules-dm 1.0.30-heyh.0 → 1.0.30-heyh.2
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.
|
@@ -529,6 +529,10 @@ var TablePlus = function TablePlus(props) {
|
|
|
529
529
|
}, record.event_attrs.length, /*#__PURE__*/React.createElement(IconFont, {
|
|
530
530
|
type: "bianji1",
|
|
531
531
|
onClick: function onClick() {
|
|
532
|
+
if (!authority[1000003]) {
|
|
533
|
+
message.error('无修改权限');
|
|
534
|
+
return;
|
|
535
|
+
}
|
|
532
536
|
props.eventAttrDataHandle(record);
|
|
533
537
|
}
|
|
534
538
|
}));
|