@zgfe/modules-settings 2.1.0-zhongyuan-set.4 → 2.1.0-zhongyuan-set.5
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.
|
@@ -287,6 +287,7 @@ var CollectionAttributeList = function CollectionAttributeList(props) {
|
|
|
287
287
|
}, "\u67E5\u770B"), /*#__PURE__*/React.createElement(Button, {
|
|
288
288
|
color: "primary",
|
|
289
289
|
type: "link",
|
|
290
|
+
disabled: props.record.demandStatus == 102,
|
|
290
291
|
onClick: function onClick() {
|
|
291
292
|
Modal.confirm({
|
|
292
293
|
wrapClassName: "".concat(classPrefix, "-confirm"),
|
|
@@ -319,7 +320,7 @@ var CollectionAttributeList = function CollectionAttributeList(props) {
|
|
|
319
320
|
}
|
|
320
321
|
});
|
|
321
322
|
}
|
|
322
|
-
}, "\u590D\u5236"), [101, 102].indexOf(props.record.demandStatus) == -1 && (/*#__PURE__*/React.createElement(Button, {
|
|
323
|
+
}, "\u590D\u5236"), [101, 102, 103].indexOf(props.record.demandStatus) == -1 && (/*#__PURE__*/React.createElement(Button, {
|
|
323
324
|
color: "primary",
|
|
324
325
|
type: "link",
|
|
325
326
|
onClick: function onClick() {
|
|
@@ -342,6 +342,7 @@ var CreateMeta = function CreateMeta(props) {
|
|
|
342
342
|
disabled: homeType == 'get',
|
|
343
343
|
onChange: function onChange(e) {
|
|
344
344
|
setIsChange(true);
|
|
345
|
+
changeItemInfo(index, 'prop_type', e);
|
|
345
346
|
changeItemInfo(index, 'type', e);
|
|
346
347
|
},
|
|
347
348
|
options: [{
|
|
@@ -417,6 +418,7 @@ var CreateMeta = function CreateMeta(props) {
|
|
|
417
418
|
disabled: homeType == 'get',
|
|
418
419
|
onChange: function onChange(e) {
|
|
419
420
|
setIsChange(true);
|
|
421
|
+
changeItemInfo(index, 'encryption_type', e);
|
|
420
422
|
changeItemInfo(index, 'encryptionType', e);
|
|
421
423
|
},
|
|
422
424
|
options: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/modules-settings",
|
|
3
|
-
"version": "2.1.0-zhongyuan-set.
|
|
3
|
+
"version": "2.1.0-zhongyuan-set.5",
|
|
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": "
|
|
70
|
+
"gitHead": "85210d4143066bddf90309d5798b2f205bf80ede",
|
|
71
71
|
"gitHooks": {
|
|
72
72
|
"pre-commit": "lint-staged"
|
|
73
73
|
}
|