@zgfe/modules-dm 1.0.34-qirui.1 → 1.0.35-dadi.0

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.
@@ -573,16 +573,23 @@ var TablePlus = function TablePlus(props) {
573
573
  type: "shanchu"
574
574
  }));
575
575
  } else {
576
- return /*#__PURE__*/React.createElement("div", {
577
- className: "set ".concat(record.owner == 'zg_abp' ? 'set-error' : ''),
578
- onClick: function onClick() {
579
- if (!authority[1000005]) {
580
- message.error('无修改权限');
581
- return;
582
- }
583
- record.owner != 'zg_abp' ? eventItemDel(record.event_id) : message.error('内置事件无法删除');
584
- }
585
- }, "\u5220\u9664");
576
+ return /*#__PURE__*/React.createElement(React.Fragment, null);
577
+ // return (
578
+ // <div
579
+ // className={`set ${record.owner == 'zg_abp' ? 'set-error' : ''}`}
580
+ // onClick={() => {
581
+ // if (!authority[1000005]) {
582
+ // message.error('无修改权限');
583
+ // return;
584
+ // }
585
+ // record.owner != 'zg_abp'
586
+ // ? eventItemDel(record.event_id)
587
+ // : message.error('内置事件无法删除');
588
+ // }}
589
+ // >
590
+ // 删除
591
+ // </div>
592
+ // );
586
593
  }
587
594
  }
588
595
  }];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-dm",
3
- "version": "1.0.34-qirui.1",
3
+ "version": "1.0.35-dadi.0",
4
4
  "license": "ISC",
5
5
  "module": "es/index.js",
6
6
  "typings": "es/index.d.ts",
@@ -37,7 +37,7 @@
37
37
  "@types/lodash": "^4.14.182",
38
38
  "@umijs/fabric": "^2.8.1",
39
39
  "@umijs/test": "^3.0.5",
40
- "@zgfe/business-lib": "1.1.96-qirui.0",
40
+ "@zgfe/business-lib": "1.1.99",
41
41
  "antd": "4.24.10",
42
42
  "dumi": "^1.1.0",
43
43
  "father-build": "^1.17.2",
@@ -49,7 +49,7 @@
49
49
  "umi-request": "^1.4.0",
50
50
  "yorkie": "^2.0.0"
51
51
  },
52
- "gitHead": "4bb72f2f78a3b969c52e8ac1dc8a0fd96cebc5ed",
52
+ "gitHead": "3dd750e5783aa6854ac8dafe30fbca2065935949",
53
53
  "gitHooks": {
54
54
  "pre-commit": "lint-staged"
55
55
  }