@zgfe/modules-settings 2.1.0-zhongyuan.31 → 2.1.0-zhongyuan.32

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.
@@ -568,8 +568,8 @@ var Application = function Application(_ref) {
568
568
  while (1) switch (_context11.prev = _context11.next) {
569
569
  case 0:
570
570
  Modal.confirm(_objectSpread(_objectSpread({}, modalConfig), {}, {
571
- title: props.status ? '关闭应用' : '开启应用',
572
- content: props.status ? '关闭应用后,应用将不再接收数据' : '开启应用后,应用将开始接收数据',
571
+ title: props.status ? '是否确定关闭应用?' : '开启应用',
572
+ content: props.status ? '应用关闭期间,所有数据将彻底丢失,且实时数据无法被订阅!请谨慎操作!' : '开启应用后,应用将开始接收数据',
573
573
  icon: null,
574
574
  onCancel: function onCancel() {},
575
575
  onOk: function () {
@@ -686,6 +686,10 @@ var CreateMeta = function CreateMeta(props) {
686
686
  disabled: homeType == 'get',
687
687
  placeholder: "\u8BF7\u8F93\u5165\u4E1A\u52A1\u6807\u7B7E",
688
688
  options: bizTag,
689
+ fieldNames: {
690
+ label: 'labelName',
691
+ value: 'id'
692
+ },
689
693
  onChange: function onChange() {
690
694
  setIsChange(true);
691
695
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-settings",
3
- "version": "2.1.0-zhongyuan.31",
3
+ "version": "2.1.0-zhongyuan.32",
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": "cb5627b03d5d47677f96da29b749c7892a6940bb",
70
+ "gitHead": "20cc099b84f064ea7b7c820f05aa61a34937151d",
71
71
  "gitHooks": {
72
72
  "pre-commit": "lint-staged"
73
73
  }