@zgfe/modules-dm 1.0.56-zhongyuan.35 → 1.0.56-zhongyuan.36

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.
@@ -885,7 +885,7 @@ var TablePlus = function TablePlus(props) {
885
885
  color: '#5f6085'
886
886
  }
887
887
  }),
888
- disabled: rowClassNameHandle(record) == 'error-row' || isDemo ? true : false,
888
+ disabled: rowClassNameHandle(record) == 'error-row' || isDemo || !authority[10000017],
889
889
  onChange: function onChange(e) {
890
890
  return eventHiddenChange(e, 'is_stop', record);
891
891
  },
@@ -992,7 +992,7 @@ var TablePlus = function TablePlus(props) {
992
992
  padding: 0
993
993
  },
994
994
  disabled: isDemo || !authority[1000004],
995
- className: "set ".concat(record.owner == 'zg_abp' ? 'set-error' : ''),
995
+ // className={`set ${record.owner == 'zg_abp' ? 'set-error' : ''}`}
996
996
  onClick: function onClick() {
997
997
  if (isDemo || !authority[1000004]) {
998
998
  message.error('无修改权限');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-dm",
3
- "version": "1.0.56-zhongyuan.35",
3
+ "version": "1.0.56-zhongyuan.36",
4
4
  "license": "ISC",
5
5
  "module": "es/index.js",
6
6
  "typings": "es/index.d.ts",
@@ -57,7 +57,7 @@
57
57
  "umi-request": "^1.4.0",
58
58
  "yorkie": "^2.0.0"
59
59
  },
60
- "gitHead": "060cbb2a2f6604fda7ca284cdf54678a2d6a4699",
60
+ "gitHead": "146fe18d6f86573e6fa4184b470d2f4fceb5881c",
61
61
  "gitHooks": {
62
62
  "pre-commit": "lint-staged"
63
63
  }