@zgfe/modules-dm 1.0.56-zhongyuan.24 → 1.0.56-zhongyuan.25

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.
@@ -627,7 +627,7 @@ var CollectionAttributeList = function CollectionAttributeList(props) {
627
627
  style: {
628
628
  padding: 0
629
629
  },
630
- disabled: record.category === 'fixed' || isDemo || !authority[1000004],
630
+ disabled: source === 'event' ? record.owner == 'zg_abp' : false || record.category == 'fixed' || isDemo || !authority[1000004],
631
631
  onClick: function onClick() {
632
632
  if (isDemo || !authority[1000004]) {
633
633
  message.error('无删除权限');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-dm",
3
- "version": "1.0.56-zhongyuan.24",
3
+ "version": "1.0.56-zhongyuan.25",
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": "593562e5a36c98ac63ebadac674e55010e39a606",
60
+ "gitHead": "158c55e0f782d1e6a6ec9fdfdc7af630ed542fd7",
61
61
  "gitHooks": {
62
62
  "pre-commit": "lint-staged"
63
63
  }