@zgfe/modules-settings 2.1.0-zhongyuan.0 → 2.1.0-zhongyuan.1

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.
@@ -1129,7 +1129,7 @@ var CreateDemand = function CreateDemand(props) {
1129
1129
  setStatusMethod(1);
1130
1130
  onCreate('save');
1131
1131
  }
1132
- }, getLableValue(demandStatus, 'buttonName'))), demandType == 'manage' && demandStatus == 2 && (/*#__PURE__*/React.createElement(Button, {
1132
+ }, getLableValue(demandStatus, 'buttonName'))), demandType == 'manage' && (demandStatus == 2 || demandStatus == 102) && (/*#__PURE__*/React.createElement(Button, {
1133
1133
  className: "".concat(classPrefix, "-info-right-button forbiddenColor"),
1134
1134
  onClick: function onClick() {
1135
1135
  var list = pointEventInfo === null || pointEventInfo === void 0 ? void 0 : pointEventInfo.filter(function (item) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-settings",
3
- "version": "2.1.0-zhongyuan.0",
3
+ "version": "2.1.0-zhongyuan.1",
4
4
  "private": false,
5
5
  "module": "es/index.js",
6
6
  "typings": "es/index.d.ts",
@@ -67,7 +67,7 @@
67
67
  "publishConfig": {
68
68
  "access": "public"
69
69
  },
70
- "gitHead": "5217680a049b04342b0768133436087c6512ef05",
70
+ "gitHead": "3ee3a684fabc0fda096aa07fc26c30251a1e6d57",
71
71
  "gitHooks": {
72
72
  "pre-commit": "lint-staged"
73
73
  }