cnhis-design-vue 3.3.3-beta.1 → 3.3.3-beta.13

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.
Files changed (99) hide show
  1. package/README.md +87 -87
  2. package/es/components/audio-sdk/src/Index.vue2.js +7 -7
  3. package/es/components/audio-sdk/src/audioSDK.js +1 -1
  4. package/es/components/audio-sdk/src/components/recording.vue2.js +16 -2
  5. package/es/components/big-table/src/components/NoData.vue2.js +8 -1
  6. package/es/components/big-table/src/hooks/useTableParse.js +8 -1
  7. package/es/components/button-print/index.d.ts +2 -1
  8. package/es/components/button-print/src/ButtonPrint.vue.d.ts +2 -1
  9. package/es/components/button-print/src/ButtonPrint.vue2.js +6 -1
  10. package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +1 -1
  11. package/es/components/button-print/src/components/NewPrintComponent.vue2.js +8 -5
  12. package/es/components/button-print/src/components/OldPrintComponent.vue2.js +4 -1
  13. package/es/components/button-print/src/utils/print.d.ts +2 -2
  14. package/es/components/button-print/src/utils/print.js +29 -20
  15. package/es/components/card-reader-sdk-cn/src/henan/index.js +8 -1
  16. package/es/components/classification/src/components/table-modal/index.vue.d.ts +0 -3
  17. package/es/components/expand-field/index.d.ts +710 -0
  18. package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +710 -0
  19. package/es/components/expand-field/src/components/PersonModal.vue.d.ts +710 -0
  20. package/es/components/expand-field/src/components/form.vue.d.ts +710 -0
  21. package/es/components/expand-field/src/components/form.vue2.js +8 -1
  22. package/es/components/expand-field/src/index.vue.d.ts +710 -0
  23. package/es/components/field-editor/src/FieldEditor.vue2.js +2 -1
  24. package/es/components/field-editor/src/fields.d.ts +1 -0
  25. package/es/components/field-editor/src/fields.js +6 -0
  26. package/es/components/field-set/src/FieldSet.vue.d.ts +31 -0
  27. package/es/components/field-set/src/FieldSet.vue2.js +112 -65
  28. package/es/components/field-set/src/Index.vue2.js +3 -2
  29. package/es/components/field-set/src/TableStyle.vue2.js +2 -2
  30. package/es/components/field-set/src/constants/index.d.ts +1 -1
  31. package/es/components/field-set/style/index.css +1 -1
  32. package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +8 -1
  33. package/es/components/form-render/src/components/renderer/formItem.js +8 -1
  34. package/es/components/form-render/src/hooks/useFormValidator.js +8 -1
  35. package/es/components/iho-chat/src/components/ChatFooter.vue2.js +8 -1
  36. package/es/components/iho-chat/src/components/PersonProfile.vue2.js +1 -1
  37. package/es/components/iho-chat/style/index.css +1 -1
  38. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
  39. package/es/components/index.css +1 -1
  40. package/es/components/info-header/src/components/patientInfo/index.vue2.js +16 -2
  41. package/es/components/scale-view/index.d.ts +26 -15
  42. package/es/components/scale-view/src/ScaleView.vue.d.ts +26 -15
  43. package/es/components/scale-view/src/ScaleView.vue2.js +13 -7
  44. package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +5 -0
  45. package/es/components/scale-view/src/components/AnswerParse.vue2.js +74 -8
  46. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +10 -7
  47. package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +28 -4
  48. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -7
  49. package/es/components/scale-view/src/components/EvaluatePage.vue2.js +29 -8
  50. package/es/components/scale-view/src/components/NoData.vue2.js +9 -3
  51. package/es/components/scale-view/src/components/ScaleScore.d.ts +1 -1
  52. package/es/components/scale-view/src/components/ScaleScore.js +47 -4
  53. package/es/components/scale-view/src/components/formitem/r-checkbox.js +20 -2
  54. package/es/components/scale-view/src/components/formitem/r-radio.js +2 -0
  55. package/es/components/scale-view/src/components/formitem/r-sign.js +32 -4
  56. package/es/components/scale-view/src/components/formitem/r-upload.js +65 -7
  57. package/es/components/scale-view/src/components/formitem/sign-com.js +8 -1
  58. package/es/components/scale-view/src/hooks/scaleview-computed.js +20 -5
  59. package/es/components/scale-view/src/hooks/scaleview-init.js +24 -3
  60. package/es/components/scale-view/src/hooks/scaleview-methods.js +40 -5
  61. package/es/components/scale-view/src/hooks/scaleview-submit.js +64 -8
  62. package/es/components/scale-view/src/hooks/scaleview-validate.d.ts +1 -1
  63. package/es/components/scale-view/src/hooks/scaleview-validate.js +157 -24
  64. package/es/components/scale-view/src/hooks/use-evaluate.js +16 -2
  65. package/es/components/scale-view/src/hooks/use-noData.js +33 -5
  66. package/es/components/scale-view/style/index.css +1 -1
  67. package/es/components/select-person/index.d.ts +710 -0
  68. package/es/components/select-person/src/SelectPerson.vue.d.ts +356 -344
  69. package/es/components/select-person/src/SelectPerson.vue2.js +512 -678
  70. package/es/components/select-person/src/SelectPersonRole.vue.d.ts +630 -0
  71. package/es/components/select-person/src/SelectPersonRole.vue.js +6 -0
  72. package/es/components/select-person/src/SelectPersonRole.vue2.js +942 -0
  73. package/es/components/select-person/src/SelectPersonTest.vue.d.ts +555 -0
  74. package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +132 -0
  75. package/es/components/select-person/src/components/SearchGroupList.vue.js +6 -0
  76. package/es/components/select-person/src/components/SearchGroupList.vue2.js +116 -0
  77. package/es/components/select-person/src/components/SearchMultiple.vue2.js +1 -1
  78. package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +21 -12
  79. package/es/components/select-person/src/components/TagItem.vue.d.ts +43 -0
  80. package/es/components/select-person/src/components/TagItem.vue.js +6 -0
  81. package/es/components/select-person/src/components/TagItem.vue2.js +40 -0
  82. package/es/components/select-person/src/index.vue.d.ts +710 -0
  83. package/es/components/select-person/src/index.vue2.js +19 -2
  84. package/es/components/select-person/src/types/index.d.ts +35 -0
  85. package/es/components/select-person/src/types/index.js +1 -0
  86. package/es/components/select-person/src/utils/index.d.ts +1 -0
  87. package/es/components/select-person/src/utils/index.js +6 -8
  88. package/es/components/select-person/style/index.css +1 -1
  89. package/es/components/vod-chunk-upload/index.d.ts +3 -0
  90. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +1 -29
  91. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +109 -11
  92. package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +15 -1
  93. package/es/components/vod-chunk-upload/src/hooks/upload-data.js +72 -9
  94. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +3 -0
  95. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +75 -9
  96. package/es/env.d.ts +25 -25
  97. package/es/shared/hooks/selectHooks/useSearchContent.js +1 -1
  98. package/es/shared/package.json.js +1 -1
  99. package/package.json +2 -2
@@ -20,13 +20,10 @@ const _hoisted_4 = {
20
20
  const _hoisted_5 = {
21
21
  class: "evaluate-score"
22
22
  };
23
- const _hoisted_6 = /* @__PURE__ */ createElementVNode("span", null, "\u6D4B\u8BC4\u603B\u6570", -1);
24
- const _hoisted_7 = /* @__PURE__ */ createElementVNode("span", null, "\u6D4B\u8BC4\u603B\u5206", -1);
25
- const _hoisted_8 = {
23
+ const _hoisted_6 = {
26
24
  key: 0
27
25
  };
28
- const _hoisted_9 = /* @__PURE__ */ createElementVNode("span", null, "\u6D4B\u8BC4\u65F6\u95F4(\u5206\u949F)", -1);
29
- const _hoisted_10 = {
26
+ const _hoisted_7 = {
30
27
  key: 2,
31
28
  class: "evaluate-time-range"
32
29
  };
@@ -38,8 +35,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
38
35
  default: () => []
39
36
  },
40
37
  evaluateResultConfig: {
41
- type: Object,
42
- default: () => ({})
38
+ type: Array,
39
+ default: () => []
43
40
  },
44
41
  evaluateResultSetting: {
45
42
  type: Object,
@@ -59,6 +56,30 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
59
56
  emit
60
57
  }) {
61
58
  const props = __props;
59
+ const str1 = function() {
60
+ var _a, _b, _c;
61
+ try {
62
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.621")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.621")) || "\u6D4B\u8BC4\u603B\u6570";
63
+ } catch (e) {
64
+ return "\u6D4B\u8BC4\u603B\u6570";
65
+ }
66
+ }();
67
+ const str2 = function() {
68
+ var _a, _b, _c;
69
+ try {
70
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.620")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.620")) || "\u6D4B\u8BC4\u603B\u5206";
71
+ } catch (e) {
72
+ return "\u6D4B\u8BC4\u603B\u5206";
73
+ }
74
+ }();
75
+ const str3 = function() {
76
+ var _a, _b, _c;
77
+ try {
78
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.619")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.619")) || "\u6D4B\u8BC4\u65F6\u95F4(\u5206\u949F)";
79
+ } catch (e) {
80
+ return "\u6D4B\u8BC4\u65F6\u95F4(\u5206\u949F)";
81
+ }
82
+ }();
62
83
  const state = reactive({
63
84
  source: "page",
64
85
  timer: null,
@@ -121,7 +142,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
121
142
  emit("writeGuage", showCountdown.value);
122
143
  };
123
144
  return (_ctx, _cache) => {
124
- return openBlock(), createElementBlock("div", _hoisted_1, [createElementVNode("div", _hoisted_2, [props.evaluateResultSetting.evaluateName ? (openBlock(), createElementBlock("h4", _hoisted_3, toDisplayString(props.evaluateResultSetting.evaluateName), 1)) : createCommentVNode("v-if", true), props.evaluateResultSetting.evaluateExplain ? (openBlock(), createElementBlock("div", _hoisted_4, [createElementVNode("div", null, toDisplayString(props.evaluateResultSetting.evaluateExplain), 1)])) : createCommentVNode("v-if", true), createElementVNode("ul", _hoisted_5, [createElementVNode("li", null, [createElementVNode("div", null, toDisplayString(unref(evaluateState).totalLen), 1), _hoisted_6]), createElementVNode("li", null, [createElementVNode("div", null, toDisplayString(props.maxScore), 1), _hoisted_7]), unref(getEvaluateTime) ? (openBlock(), createElementBlock("li", _hoisted_8, [createElementVNode("div", null, toDisplayString(unref(getEvaluateTime)), 1), _hoisted_9])) : createCommentVNode("v-if", true)]), unref(showRange) ? (openBlock(), createElementBlock("div", _hoisted_10, toDisplayString(state.timeRange), 1)) : createCommentVNode("v-if", true), createVNode(unref(NButton), {
145
+ return openBlock(), createElementBlock("div", _hoisted_1, [createElementVNode("div", _hoisted_2, [props.evaluateResultSetting.evaluateName ? (openBlock(), createElementBlock("h4", _hoisted_3, toDisplayString(props.evaluateResultSetting.evaluateName), 1)) : createCommentVNode("v-if", true), props.evaluateResultSetting.evaluateExplain ? (openBlock(), createElementBlock("div", _hoisted_4, [createElementVNode("div", null, toDisplayString(props.evaluateResultSetting.evaluateExplain), 1)])) : createCommentVNode("v-if", true), createElementVNode("ul", _hoisted_5, [createElementVNode("li", null, [createElementVNode("div", null, toDisplayString(unref(evaluateState).totalLen), 1), createElementVNode("span", null, toDisplayString(str1))]), createElementVNode("li", null, [createElementVNode("div", null, toDisplayString(props.maxScore), 1), createElementVNode("span", null, toDisplayString(str2))]), unref(getEvaluateTime) ? (openBlock(), createElementBlock("li", _hoisted_6, [createElementVNode("div", null, toDisplayString(unref(getEvaluateTime)), 1), createElementVNode("span", null, toDisplayString(str3))])) : createCommentVNode("v-if", true)]), unref(showRange) ? (openBlock(), createElementBlock("div", _hoisted_7, toDisplayString(state.timeRange), 1)) : createCommentVNode("v-if", true), createVNode(unref(NButton), {
125
146
  class: "evaluate-btn",
126
147
  type: "primary",
127
148
  onClick: writeGuage,
@@ -58,7 +58,14 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
58
58
  let res = "";
59
59
  switch (props.noDataImg) {
60
60
  case "no-permission":
61
- res = "\u8BF7\u8054\u7CFB\u7BA1\u7406\u5458";
61
+ res = function() {
62
+ var _a, _b, _c;
63
+ try {
64
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.622")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.622")) || "\u8BF7\u8054\u7CFB\u7BA1\u7406\u5458";
65
+ } catch (e) {
66
+ return "\u8BF7\u8054\u7CFB\u7BA1\u7406\u5458";
67
+ }
68
+ }();
62
69
  break;
63
70
  case "failure":
64
71
  res = function() {
@@ -76,8 +83,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
76
83
  return (_ctx, _cache) => {
77
84
  return openBlock(), createElementBlock("div", _hoisted_1, [__props.showImg ? (openBlock(), createElementBlock("img", {
78
85
  key: 0,
79
- src: unref(imgStr),
80
- alt: ""
86
+ src: unref(imgStr)
81
87
  }, null, 8, _hoisted_2)) : createCommentVNode("v-if", true), createElementVNode("p", null, toDisplayString(__props.noDataTip), 1), unref(handleDesc) ? (openBlock(), createElementBlock("span", _hoisted_3, toDisplayString(unref(handleDesc)), 1)) : createCommentVNode("v-if", true)]);
82
88
  };
83
89
  }
@@ -17,7 +17,7 @@ declare const _default: import("vue").DefineComponent<{
17
17
  default: number;
18
18
  };
19
19
  }>> & {}, {
20
- maxScore: number;
21
20
  config: Record<string, any>;
21
+ maxScore: number;
22
22
  }>;
23
23
  export default _default;
@@ -18,6 +18,7 @@ var ScaleScore = /* @__PURE__ */ defineComponent({
18
18
  emit
19
19
  }) {
20
20
  const getEvaResColor = computed(() => {
21
+ var _a;
21
22
  let {
22
23
  evaluateResultConfig = [],
23
24
  totalScore
@@ -25,7 +26,7 @@ var ScaleScore = /* @__PURE__ */ defineComponent({
25
26
  totalScore = +totalScore || 0;
26
27
  if (!(evaluateResultConfig == null ? void 0 : evaluateResultConfig.length) || !totalScore)
27
28
  return "#2474FF";
28
- let matchItem = evaluateResultConfig.find((item) => item.startScore <= totalScore && totalScore <= item.endScore);
29
+ let matchItem = (_a = evaluateResultConfig == null ? void 0 : evaluateResultConfig.find) == null ? void 0 : _a.call(evaluateResultConfig, (item) => item.startScore <= totalScore && totalScore <= item.endScore);
29
30
  if (!matchItem)
30
31
  return "#2474FF";
31
32
  return matchItem.color || "#2474FF";
@@ -43,16 +44,58 @@ var ScaleScore = /* @__PURE__ */ defineComponent({
43
44
  const renderCom = () => {
44
45
  return createVNode("div", {
45
46
  "class": "c-totalScore-warp"
46
- }, [createVNode("div", null, [createTextVNode("\u6D4B\u8BC4\u603B\u5206\uFF1A"), createVNode("span", null, [props.maxScore, createTextVNode("\u5206")])]), createVNode("div", null, [createTextVNode("\u6D4B\u8BC4\u5206\u6570\uFF1A"), createVNode("span", {
47
+ }, [createVNode("div", null, [createTextVNode(function() {
48
+ var _a, _b, _c;
49
+ try {
50
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.626")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.626")) || "\u6D4B\u8BC4\u603B\u5206\uFF1A";
51
+ } catch (e) {
52
+ return "\u6D4B\u8BC4\u603B\u5206\uFF1A";
53
+ }
54
+ }()), createVNode("span", null, [props.maxScore, createTextVNode(function() {
55
+ var _a, _b, _c;
56
+ try {
57
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.611")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.611")) || "\u5206";
58
+ } catch (e) {
59
+ return "\u5206";
60
+ }
61
+ }())])]), createVNode("div", null, [createTextVNode(function() {
62
+ var _a, _b, _c;
63
+ try {
64
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.625")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.625")) || "\u6D4B\u8BC4\u5206\u6570\uFF1A";
65
+ } catch (e) {
66
+ return "\u6D4B\u8BC4\u5206\u6570\uFF1A";
67
+ }
68
+ }()), createVNode("span", {
47
69
  "style": {
48
70
  color: getEvaResColor.value
49
71
  }
50
- }, [props.config.totalScore, createTextVNode("\u5206")])]), hasEvaluateSetting.value && createVNode("div", null, [createVNode("div", null, [createTextVNode("\u6D4B\u8BC4\u7ED3\u679C\uFF1A"), createVNode("span", {
72
+ }, [props.config.totalScore, createTextVNode(function() {
73
+ var _a, _b, _c;
74
+ try {
75
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.611")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.611")) || "\u5206";
76
+ } catch (e) {
77
+ return "\u5206";
78
+ }
79
+ }())])]), hasEvaluateSetting.value && createVNode("div", null, [createVNode("div", null, [createTextVNode(function() {
80
+ var _a, _b, _c;
81
+ try {
82
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.624")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.624")) || "\u6D4B\u8BC4\u7ED3\u679C\uFF1A";
83
+ } catch (e) {
84
+ return "\u6D4B\u8BC4\u7ED3\u679C\uFF1A";
85
+ }
86
+ }()), createVNode("span", {
51
87
  "class": "score-result",
52
88
  "style": {
53
89
  color: getEvaResColor.value
54
90
  }
55
- }, [props.config.evaluateResult])]), createVNode("div", null, [createTextVNode("\u7ED3\u679C\u8BF4\u660E\uFF1A"), createVNode("span", null, [props.config.evaluateResultExplain])])])]);
91
+ }, [props.config.evaluateResult])]), createVNode("div", null, [createTextVNode(function() {
92
+ var _a, _b, _c;
93
+ try {
94
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.623")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.623")) || "\u7ED3\u679C\u8BF4\u660E\uFF1A";
95
+ } catch (e) {
96
+ return "\u7ED3\u679C\u8BF4\u660E\uFF1A";
97
+ }
98
+ }()), createVNode("span", null, [props.config.evaluateResultExplain])])])]);
56
99
  };
57
100
  return () => {
58
101
  return renderCom();
@@ -97,6 +97,8 @@ var scriptCheckbox = /* @__PURE__ */ defineComponent({
97
97
  const handleCheckboxDefModal = (item, curValue, options) => {
98
98
  var _a2;
99
99
  state.curOptions = handleOptions(options);
100
+ state.othersText = "";
101
+ state.curCheckboxValue = [];
100
102
  if (!options.length || !curValue || !curValue.length)
101
103
  return;
102
104
  const resArr = [];
@@ -104,7 +106,14 @@ var scriptCheckbox = /* @__PURE__ */ defineComponent({
104
106
  const len = curValue.length;
105
107
  for (; i < len; i++) {
106
108
  x = curValue[i];
107
- if (x === "\u5176\u4ED6") {
109
+ if (x === function() {
110
+ var _a3, _b2, _c;
111
+ try {
112
+ return ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.596")) || ((_c = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c.call(_b2, "10010.1.596")) || "\u5176\u4ED6";
113
+ } catch (e) {
114
+ return "\u5176\u4ED6";
115
+ }
116
+ }()) {
108
117
  state.othersText = x;
109
118
  state.curCheckboxValue = ["other"];
110
119
  !resArr.includes("other") && resArr.push("other");
@@ -127,6 +136,8 @@ var scriptCheckbox = /* @__PURE__ */ defineComponent({
127
136
  const handleCheckboxDef = (item, curValue, options) => {
128
137
  var _a2;
129
138
  state.curOptions = handleOptions(options);
139
+ state.othersText = "";
140
+ state.curCheckboxValue = [];
130
141
  if (!options.length || !curValue || !curValue.length)
131
142
  return;
132
143
  if (item.type === "EVALUATE_CHECKBOX_BLOCK") {
@@ -140,7 +151,14 @@ var scriptCheckbox = /* @__PURE__ */ defineComponent({
140
151
  const hasOther = options.some((v) => v.importability || v.key === "other");
141
152
  for (; i < len; i++) {
142
153
  x = curValue[i];
143
- if (x === "\u5176\u4ED6") {
154
+ if (x === function() {
155
+ var _a3, _b2, _c;
156
+ try {
157
+ return ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.596")) || ((_c = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c.call(_b2, "10010.1.596")) || "\u5176\u4ED6";
158
+ } catch (e) {
159
+ return "\u5176\u4ED6";
160
+ }
161
+ }()) {
144
162
  state.othersText = x;
145
163
  state.curCheckboxValue = ["other"];
146
164
  !resArr.includes("other") && resArr.push("other");
@@ -82,6 +82,8 @@ var scriptRadio = /* @__PURE__ */ defineComponent({
82
82
  };
83
83
  const handleRadioDef = (item, curValue, options) => {
84
84
  state.curOptions = handleOptions(options);
85
+ state.curvalue = "";
86
+ state.othersText = "";
85
87
  if (!options.length || !curValue)
86
88
  return;
87
89
  if (item.type === "EVALUATE_RADIO_BLOCK") {
@@ -85,8 +85,22 @@ var RSign = /* @__PURE__ */ defineComponent({
85
85
  if (props.isLock)
86
86
  return;
87
87
  dialog.warning({
88
- title: "\u63D0\u793A",
89
- content: "\u786E\u8BA4\u8981\u5220\u9664\u7B7E\u540D\u5417\uFF1F",
88
+ title: function() {
89
+ var _a, _b, _c;
90
+ try {
91
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.589")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.589")) || "\u63D0\u793A";
92
+ } catch (e) {
93
+ return "\u63D0\u793A";
94
+ }
95
+ }(),
96
+ content: function() {
97
+ var _a, _b, _c;
98
+ try {
99
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.599")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.599")) || "\u786E\u8BA4\u8981\u5220\u9664\u7B7E\u540D\u5417\uFF1F";
100
+ } catch (e) {
101
+ return "\u786E\u8BA4\u8981\u5220\u9664\u7B7E\u540D\u5417\uFF1F";
102
+ }
103
+ }(),
90
104
  positiveText: function() {
91
105
  var _a, _b, _c;
92
106
  try {
@@ -136,7 +150,14 @@ var RSign = /* @__PURE__ */ defineComponent({
136
150
  "onClick": openModal
137
151
  }, [createVNode("i", {
138
152
  "class": "scale-view-iconfont icon-scale-view-qianming"
139
- }, null), createVNode("span", null, [createTextVNode("\u6DFB\u52A0\u7B7E\u540D")])])]);
153
+ }, null), createVNode("span", null, [createTextVNode(function() {
154
+ var _a, _b, _c;
155
+ try {
156
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.598")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.598")) || "\u6DFB\u52A0\u7B7E\u540D";
157
+ } catch (e) {
158
+ return "\u6DFB\u52A0\u7B7E\u540D";
159
+ }
160
+ }())])])]);
140
161
  };
141
162
  const renderFlooter = () => {
142
163
  return createVNode(Fragment, null, [createVNode(resolveComponent("n-space"), null, {
@@ -157,7 +178,14 @@ var RSign = /* @__PURE__ */ defineComponent({
157
178
  "onClick": handleReset,
158
179
  "type": "primary"
159
180
  }, {
160
- default: () => [createTextVNode("\u91CD\u7B7E")]
181
+ default: () => [createTextVNode(function() {
182
+ var _a, _b, _c;
183
+ try {
184
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.597")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.597")) || "\u91CD\u7B7E";
185
+ } catch (e) {
186
+ return "\u91CD\u7B7E";
187
+ }
188
+ }())]
161
189
  }), createVNode(resolveComponent("n-button"), {
162
190
  "size": "small",
163
191
  "onClick": handleGenerate,
@@ -1,4 +1,4 @@
1
- import { defineComponent, reactive, computed, createVNode, resolveComponent, createTextVNode } from 'vue';
1
+ import { defineComponent, reactive, computed, createVNode, resolveComponent } from 'vue';
2
2
  import { NUpload, NUploadDragger, NModal, NIcon, useMessage } from 'naive-ui';
3
3
  import { api } from 'v-viewer';
4
4
  import { CameraOutline, Add } from '@vicons/ionicons5';
@@ -72,11 +72,26 @@ var RUpload = /* @__PURE__ */ defineComponent({
72
72
  const size = ((_a2 = file2.file) == null ? void 0 : _a2.size) || 0;
73
73
  const isJpgOrPng = file2.type === "image/jpeg" || file2.type === "image/png";
74
74
  if (!isJpgOrPng) {
75
- message.error("\u4EC5\u652F\u6301jpeg/png\u683C\u5F0F");
75
+ message.error(function() {
76
+ var _a3, _b2, _c;
77
+ try {
78
+ return ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.604")) || ((_c = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c.call(_b2, "10010.1.604")) || "\u4EC5\u652F\u6301jpeg/png\u683C\u5F0F";
79
+ } catch (e) {
80
+ return "\u4EC5\u652F\u6301jpeg/png\u683C\u5F0F";
81
+ }
82
+ }());
76
83
  }
77
84
  const isLt2M = size / 1024 / 1024 < maxSize.value;
85
+ const str1 = function() {
86
+ var _a3, _b2, _c;
87
+ try {
88
+ return ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.603")) || ((_c = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c.call(_b2, "10010.1.603")) || "\u56FE\u7247\u5927\u5C0F\u8D85\u8FC7\u4E86";
89
+ } catch (e) {
90
+ return "\u56FE\u7247\u5927\u5C0F\u8D85\u8FC7\u4E86";
91
+ }
92
+ }();
78
93
  if (!isLt2M) {
79
- message.error(`\u56FE\u7247\u5927\u5C0F\u8D85\u8FC7\u4E86${maxSize.value}MB`);
94
+ message.error(`${str1}${maxSize.value}MB`);
80
95
  }
81
96
  return isJpgOrPng && isLt2M;
82
97
  };
@@ -87,8 +102,16 @@ var RUpload = /* @__PURE__ */ defineComponent({
87
102
  } = info;
88
103
  const size = ((_a2 = file2.file) == null ? void 0 : _a2.size) || 0;
89
104
  const isLt2M = size / 1024 / 1024 < maxSizeFile.value;
105
+ const str1 = function() {
106
+ var _a3, _b2, _c;
107
+ try {
108
+ return ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.647")) || ((_c = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c.call(_b2, "10010.1.647")) || "\u9644\u4EF6\u5927\u5C0F\u8D85\u8FC7\u4E86";
109
+ } catch (e) {
110
+ return "\u9644\u4EF6\u5927\u5C0F\u8D85\u8FC7\u4E86";
111
+ }
112
+ }();
90
113
  if (!isLt2M) {
91
- message.error(`\u9644\u4EF6\u5927\u5C0F\u8D85\u8FC7\u4E86${maxSizeFile.value}MB`);
114
+ message.error(`${str1}${maxSizeFile.value}MB`);
92
115
  }
93
116
  return isLt2M;
94
117
  };
@@ -119,7 +142,14 @@ var RUpload = /* @__PURE__ */ defineComponent({
119
142
  if (res.result !== "SUCCESS") {
120
143
  file.status = "error";
121
144
  matchIndex > -1 && state.fileList.splice(matchIndex, 1);
122
- message.error(res.resultMsg || "\u4E0A\u4F20\u5931\u8D25\uFF01");
145
+ message.error(res.resultMsg || function() {
146
+ var _a2, _b2, _c;
147
+ try {
148
+ return ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.641")) || ((_c = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c.call(_b2, "10010.1.641")) || "\u4E0A\u4F20\u5931\u8D25";
149
+ } catch (e) {
150
+ return "\u4E0A\u4F20\u5931\u8D25";
151
+ }
152
+ }());
123
153
  return;
124
154
  }
125
155
  if (matchItem) {
@@ -156,6 +186,24 @@ var RUpload = /* @__PURE__ */ defineComponent({
156
186
  });
157
187
  };
158
188
  const renderPicture = () => {
189
+ const maxSize1 = maxSize.value;
190
+ const str1 = function() {
191
+ var _a2, _b2, _c;
192
+ try {
193
+ return ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.652")) || ((_c = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c.call(_b2, "10010.1.652")) || "\u70B9\u51FB\u4E0A\u4F20";
194
+ } catch (e) {
195
+ return "\u70B9\u51FB\u4E0A\u4F20";
196
+ }
197
+ }();
198
+ const str2 = function() {
199
+ var _a2, _b2, _c;
200
+ try {
201
+ return ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.650")) || ((_c = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c.call(_b2, "10010.1.650")) || "\u4E0D\u8D85\u8FC7";
202
+ } catch (e) {
203
+ return "\u4E0D\u8D85\u8FC7";
204
+ }
205
+ }();
206
+ const str = `${str1}(${str2}${maxSize1}M)`;
159
207
  return createVNode(resolveComponent("n-upload"), {
160
208
  "action": props.uploadPictureUrl,
161
209
  "default-file-list": state.defaultFileList,
@@ -177,10 +225,20 @@ var RUpload = /* @__PURE__ */ defineComponent({
177
225
  "class": "prompt-icon",
178
226
  "size": "28",
179
227
  "component": CameraOutline
180
- }, null), createTextVNode("\u70B9\u51FB\u4E0A\u4F20\uFF08\u4E0D\u8D85\u8FC7"), maxSize.value, createTextVNode("M\uFF09")])]
228
+ }, null), str])]
181
229
  });
182
230
  };
183
231
  const renderFile = () => {
232
+ const maxSize2 = maxSizeFile.value;
233
+ const str1 = function() {
234
+ var _a2, _b2, _c;
235
+ try {
236
+ return ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.656")) || ((_c = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c.call(_b2, "10010.1.656")) || "\u8BF7\u70B9\u51FB\u6587\u4EF6\u4E0A\u4F20, \u5355\u4E2A\u6587\u4EF6\u4E0D\u8D85\u8FC7";
237
+ } catch (e) {
238
+ return "\u8BF7\u70B9\u51FB\u6587\u4EF6\u4E0A\u4F20, \u5355\u4E2A\u6587\u4EF6\u4E0D\u8D85\u8FC7";
239
+ }
240
+ }();
241
+ const str = `${str1}${maxSize2}M`;
184
242
  return createVNode(resolveComponent("n-upload"), {
185
243
  "multiple": true,
186
244
  "directory-dnd": true,
@@ -201,7 +259,7 @@ var RUpload = /* @__PURE__ */ defineComponent({
201
259
  "class": "prompt-icon",
202
260
  "size": "28",
203
261
  "component": Add
204
- }, null), createTextVNode("\u8BF7\u70B9\u51FB\u6587\u4EF6\u4E0A\u4F20,\u5355\u4E2A\u6587\u4EF6"), maxSizeFile.value, createTextVNode("M\u4EE5\u5185\u3002")])]
262
+ }, null), str])]
205
263
  })]
206
264
  });
207
265
  };
@@ -291,7 +291,14 @@ var SignCom = /* @__PURE__ */ defineComponent({
291
291
  const renderContent = () => {
292
292
  return createVNode("div", {
293
293
  "class": "sign-com-wrap"
294
- }, [createVNode("span", null, [createTextVNode("\u63D0\u793A\uFF1A\u8BF7\u5728\u4EE5\u4E0B\u533A\u57DF\u5185\u7B7E\u540D\uFF0CPC\u7535\u8111\u8BBE\u5907\u4F7F\u7528\u9F20\u6807\u7B7E\u5B57\u3002")]), renderCanvas()]);
294
+ }, [createVNode("span", null, [createTextVNode(function() {
295
+ var _a, _b, _c;
296
+ try {
297
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.605")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.605")) || "\u63D0\u793A\uFF1A\u8BF7\u5728\u4EE5\u4E0B\u533A\u57DF\u5185\u7B7E\u540D\uFF0CPC\u7535\u8111\u8BBE\u5907\u4F7F\u7528\u9F20\u6807\u7B7E\u5B57\u3002";
298
+ } catch (e) {
299
+ return "\u63D0\u793A\uFF1A\u8BF7\u5728\u4EE5\u4E0B\u533A\u57DF\u5185\u7B7E\u540D\uFF0CPC\u7535\u8111\u8BBE\u5907\u4F7F\u7528\u9F20\u6807\u7B7E\u5B57\u3002";
300
+ }
301
+ }())]), renderCanvas()]);
295
302
  };
296
303
  return {
297
304
  renderContent,
@@ -285,7 +285,14 @@ const ScaleViewComputed = (props, state, config) => {
285
285
  } catch (e) {
286
286
  return "\u4FDD\u5B58";
287
287
  }
288
- }() : "\u63D0\u4EA4";
288
+ }() : function() {
289
+ var _a, _b, _c;
290
+ try {
291
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.595")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.595")) || "\u63D0\u4EA4";
292
+ } catch (e) {
293
+ return "\u63D0\u4EA4";
294
+ }
295
+ }();
289
296
  });
290
297
  const selectProps = computed(() => {
291
298
  return {
@@ -429,23 +436,31 @@ const ScaleViewComputed = (props, state, config) => {
429
436
  return item.databaseTitle || item.title;
430
437
  };
431
438
  const handleEvaluationScore = (ele) => {
439
+ const str1 = function() {
440
+ var _a, _b, _c;
441
+ try {
442
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.611")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.611")) || "\u5206";
443
+ } catch (e) {
444
+ return "\u5206";
445
+ }
446
+ }();
432
447
  const {
433
448
  maxScore = 0,
434
449
  minScore = 0,
435
450
  scoreType
436
451
  } = ele.scoreConfigs || {};
437
452
  if (scoreType === "eachOptionScore" && minScore < 0) {
438
- return `(${minScore}-${maxScore}\u5206)`;
453
+ return `(${minScore}-${maxScore}${str1})`;
439
454
  }
440
455
  if (!maxScore && !isEvaluateZeroTip.value)
441
456
  return;
442
- return `(${maxScore}\u5206)`;
457
+ return `(${maxScore}${str1})`;
443
458
  };
444
459
  const evaluatePageProps = computed(() => {
445
460
  var _a;
446
461
  return {
447
462
  formArray: state.formArray,
448
- evaluateResultConfig: ((_a = state.config) == null ? void 0 : _a.evaluateResultConfig) || {},
463
+ evaluateResultConfig: ((_a = state.config) == null ? void 0 : _a.evaluateResultConfig) || [],
449
464
  evaluateResultSetting: evaluateResultSetting.value,
450
465
  isFinished: state.isFinished,
451
466
  maxScore: state.maxScore,
@@ -456,7 +471,7 @@ const ScaleViewComputed = (props, state, config) => {
456
471
  var _a;
457
472
  return {
458
473
  formArray: state.formArray,
459
- evaluateResultConfig: ((_a = state.config) == null ? void 0 : _a.evaluateResultConfig) || {},
474
+ evaluateResultConfig: ((_a = state.config) == null ? void 0 : _a.evaluateResultConfig) || [],
460
475
  evaluateResultSetting: evaluateResultSetting.value,
461
476
  form: state.form,
462
477
  isFinished: state.isFinished,
@@ -104,12 +104,33 @@ const ScaleViewInit = (props, state, emit, config) => {
104
104
  const setNotFilled = () => {
105
105
  state.spinning = false;
106
106
  state.hasFrontAddress = false;
107
- setNoData(true, "\u672A\u67E5\u8BE2\u5230\u91CF\u8868\u586B\u5199\u8BB0\u5F55");
107
+ setNoData(true, function() {
108
+ var _a, _b, _c;
109
+ try {
110
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.594")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.594")) || "\u672A\u67E5\u8BE2\u5230\u91CF\u8868\u586B\u5199\u8BB0\u5F55";
111
+ } catch (e) {
112
+ return "\u672A\u67E5\u8BE2\u5230\u91CF\u8868\u586B\u5199\u8BB0\u5F55";
113
+ }
114
+ }());
108
115
  };
109
116
  const lackCustomerDialog = () => {
110
117
  dialog.info({
111
- title: "\u5DF2\u8BBE\u7F6E\u586B\u5199\u6B21\u6570\u9650\u5236",
112
- content: "\u8BF7\u5728\u5305\u542B\u7528\u6237\u4FE1\u606F\u7684\u73AF\u5883\u4E2D\u6253\u5F00\u6B64\u91CF\u8868",
118
+ title: function() {
119
+ var _a, _b, _c;
120
+ try {
121
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.593")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.593")) || "\u5DF2\u8BBE\u7F6E\u586B\u5199\u6B21\u6570\u9650\u5236";
122
+ } catch (e) {
123
+ return "\u5DF2\u8BBE\u7F6E\u586B\u5199\u6B21\u6570\u9650\u5236";
124
+ }
125
+ }(),
126
+ content: function() {
127
+ var _a, _b, _c;
128
+ try {
129
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.592")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.592")) || "\u8BF7\u5728\u5305\u542B\u7528\u6237\u4FE1\u606F\u7684\u73AF\u5883\u4E2D\u6253\u5F00\u6B64\u91CF\u8868";
130
+ } catch (e) {
131
+ return "\u8BF7\u5728\u5305\u542B\u7528\u6237\u4FE1\u606F\u7684\u73AF\u5883\u4E2D\u6253\u5F00\u6B64\u91CF\u8868";
132
+ }
133
+ }(),
113
134
  maskClosable: false,
114
135
  onClose() {
115
136
  emit("onCloseSetting");
@@ -121,8 +121,22 @@ const ScaleViewMethods = (props, state, emit, config) => {
121
121
  state.banSubmit = true;
122
122
  submitMethod();
123
123
  dialog.warning({
124
- title: "\u6E29\u99A8\u63D0\u793A",
125
- content: "\u6D4B\u8BC4\u65F6\u95F4\u5230\u4E86\uFF0C\u7ED3\u675F\u6D4B\u8BC4\uFF01",
124
+ title: function() {
125
+ var _a, _b, _c;
126
+ try {
127
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.591")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.591")) || "\u6E29\u99A8\u63D0\u793A";
128
+ } catch (e) {
129
+ return "\u6E29\u99A8\u63D0\u793A";
130
+ }
131
+ }(),
132
+ content: function() {
133
+ var _a, _b, _c;
134
+ try {
135
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.590")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.590")) || "\u6D4B\u8BC4\u65F6\u95F4\u5230\u4E86\uFF0C\u7ED3\u675F\u6D4B\u8BC4\uFF01";
136
+ } catch (e) {
137
+ return "\u6D4B\u8BC4\u65F6\u95F4\u5230\u4E86\uFF0C\u7ED3\u675F\u6D4B\u8BC4\uFF01";
138
+ }
139
+ }(),
126
140
  maskClosable: false,
127
141
  positiveText: function() {
128
142
  var _a, _b, _c;
@@ -137,11 +151,25 @@ const ScaleViewMethods = (props, state, emit, config) => {
137
151
  };
138
152
  const evatipConfirm = (str) => {
139
153
  dialog.warning({
140
- title: "\u63D0\u793A",
154
+ title: function() {
155
+ var _a, _b, _c;
156
+ try {
157
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.589")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.589")) || "\u63D0\u793A";
158
+ } catch (e) {
159
+ return "\u63D0\u793A";
160
+ }
161
+ }(),
141
162
  content: () => {
142
163
  return h("div", {
143
164
  class: "evatip-container"
144
- }, [h("span", "\u7B54\u6848\u89E3\u6790:"), h("p", str)]);
165
+ }, [h("span", function() {
166
+ var _a, _b, _c;
167
+ try {
168
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.587")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.587")) || "\u7B54\u6848\u89E3\u6790:";
169
+ } catch (e) {
170
+ return "\u7B54\u6848\u89E3\u6790:";
171
+ }
172
+ }()), h("p", str)]);
145
173
  },
146
174
  class: "c-evatip-dialog-wrap",
147
175
  showIcon: false,
@@ -153,7 +181,14 @@ const ScaleViewMethods = (props, state, emit, config) => {
153
181
  return "\u786E\u5B9A";
154
182
  }
155
183
  }(),
156
- negativeText: "\u5173\u95ED",
184
+ negativeText: function() {
185
+ var _a, _b, _c;
186
+ try {
187
+ return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.588")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.588")) || "\u5173\u95ED";
188
+ } catch (e) {
189
+ return "\u5173\u95ED";
190
+ }
191
+ }(),
157
192
  maskClosable: false,
158
193
  onPositiveClick() {
159
194
  },