@zgfe/modules-settings 2.1.0-zhongyuan.16 → 2.1.0-zhongyuan.17
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.
|
@@ -691,7 +691,7 @@ var pointMap = function pointMap(props) {
|
|
|
691
691
|
})))), /*#__PURE__*/React.createElement("a", {
|
|
692
692
|
className: "".concat(classPrefix, "-select-box"),
|
|
693
693
|
onClick: downloadHelpFile
|
|
694
|
-
}, /*#__PURE__*/React.createElement(QuestionCircleOutlined, null), "\u5E2E\u52A9"),
|
|
694
|
+
}, /*#__PURE__*/React.createElement(QuestionCircleOutlined, null), "\u5E2E\u52A9"), /*#__PURE__*/React.createElement("a", {
|
|
695
695
|
className: "".concat(classPrefix, "-select-box"),
|
|
696
696
|
onClick: function onClick() {
|
|
697
697
|
if (!authority[1724922774]) {
|
|
@@ -702,7 +702,7 @@ var pointMap = function pointMap(props) {
|
|
|
702
702
|
}
|
|
703
703
|
}, /*#__PURE__*/React.createElement(IconFont, {
|
|
704
704
|
type: "xiazai1"
|
|
705
|
-
}), "\u5BFC\u5165\u9875\u9762")
|
|
705
|
+
}), "\u5BFC\u5165\u9875\u9762")), /*#__PURE__*/React.createElement("div", {
|
|
706
706
|
className: "".concat(classPrefix, "-search")
|
|
707
707
|
}, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(Select, {
|
|
708
708
|
className: "".concat(classPrefix, "-search-selectType"),
|
|
@@ -224,7 +224,7 @@ var clearDict = function clearDict(_ref) {
|
|
|
224
224
|
}, /*#__PURE__*/React.createElement(PlusOutlined, null), "\u6DFB\u52A0\u503C"), showProdDownload && (/*#__PURE__*/React.createElement(Button, {
|
|
225
225
|
type: "primary",
|
|
226
226
|
onClick: onHandleUploading
|
|
227
|
-
}, /*#__PURE__*/React.createElement(PlusOutlined, null), "\u4ECE\u6587\u4EF6\u6DFB\u52A0")))), openImportModal && /*#__PURE__*/React.createElement(ImportMetaDialog, {
|
|
227
|
+
}, /*#__PURE__*/React.createElement(PlusOutlined, null), "\u4ECE\u6587\u4EF6\u6DFB\u52A0")))), openImportModal && (/*#__PURE__*/React.createElement(ImportMetaDialog, {
|
|
228
228
|
uploadFile: apis.dict.dictUpload,
|
|
229
229
|
downloadTempleUrl: apis.dict.dictTemplate,
|
|
230
230
|
fileName: "\u5C5E\u6027\u503C\u5BFC\u5165\u6A21\u677F",
|
|
@@ -240,6 +240,6 @@ var clearDict = function clearDict(_ref) {
|
|
|
240
240
|
}))));
|
|
241
241
|
setOpenImportModal(false);
|
|
242
242
|
}
|
|
243
|
-
}));
|
|
243
|
+
})));
|
|
244
244
|
};
|
|
245
245
|
export default clearDict;
|
|
@@ -244,7 +244,7 @@ var locationTagManagement = function locationTagManagement(_ref) {
|
|
|
244
244
|
setAddlocShow(false);
|
|
245
245
|
getList();
|
|
246
246
|
}
|
|
247
|
-
})), openImportModal && /*#__PURE__*/React.createElement(ImportMetaDialog, {
|
|
247
|
+
})), openImportModal && (/*#__PURE__*/React.createElement(ImportMetaDialog, {
|
|
248
248
|
uploadFile: apis.dict.tagUpload,
|
|
249
249
|
downloadTempleUrl: apis.dict.tagTemplate,
|
|
250
250
|
fileName: "\u5BFC\u5165\u6A21\u677F",
|
|
@@ -259,6 +259,6 @@ var locationTagManagement = function locationTagManagement(_ref) {
|
|
|
259
259
|
setOpenImportModal(false);
|
|
260
260
|
getList();
|
|
261
261
|
}
|
|
262
|
-
}));
|
|
262
|
+
})));
|
|
263
263
|
};
|
|
264
264
|
export default locationTagManagement;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/modules-settings",
|
|
3
|
-
"version": "2.1.0-zhongyuan.
|
|
3
|
+
"version": "2.1.0-zhongyuan.17",
|
|
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": "143b10bf0fc6d647b6e9241c040a9ce9de01d95d",
|
|
71
71
|
"gitHooks": {
|
|
72
72
|
"pre-commit": "lint-staged"
|
|
73
73
|
}
|