cnhis-design-vue 3.3.2-beta.12 → 3.3.2-beta.6
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.
- package/README.md +87 -87
- package/es/components/audio-sdk/src/Index.vue2.js +1 -1
- package/es/components/audio-sdk/style/index.css +1 -1
- package/es/components/base-search/src/index.vue2.js +15 -27
- package/es/components/big-table/src/BigTable.vue2.js +131 -189
- package/es/components/big-table/src/components/NoData.vue2.js +4 -16
- package/es/components/big-table/src/components/edit-form/edit-date.js +6 -12
- package/es/components/big-table/src/components/edit-form/edit-input.js +2 -8
- package/es/components/big-table/src/components/edit-form/edit-select.js +17 -21
- package/es/components/big-table/src/components/edit-form/edit-time.js +4 -11
- package/es/components/big-table/src/components/input-button.vue2.js +3 -7
- package/es/components/big-table/src/hooks/useNestTable.js +4 -18
- package/es/components/big-table/src/hooks/useTableParse.js +3 -16
- package/es/components/body-select/src/index.vue2.js +4 -24
- package/es/components/button-print/index.d.ts +0 -1
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +0 -1
- package/es/components/button-print/src/ButtonPrint.vue2.js +11 -52
- package/es/components/button-print/src/components/EditFormat.vue2.js +6 -14
- package/es/components/button-print/src/components/IdentityVerification.vue2.js +43 -94
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +94 -229
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +0 -1
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +32 -92
- package/es/components/button-print/src/components/Preview.vue2.js +2 -8
- package/es/components/button-print/src/utils/dialog.js +6 -24
- package/es/components/button-print/src/utils/print.d.ts +5 -5
- package/es/components/button-print/src/utils/print.js +21 -108
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +2 -8
- package/es/components/card-reader-sdk/src/utils/readHealthCard.js +4 -16
- package/es/components/card-reader-sdk-cn/src/henan/index.js +11 -38
- package/es/components/classification/src/components/search-filter/index.vue2.js +10 -24
- package/es/components/classification/src/components/set-classification/index.vue2.js +6 -23
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +0 -3
- package/es/components/classification/src/components/table-modal/index.vue2.js +165 -324
- package/es/components/classification/src/index.vue2.js +69 -261
- package/es/components/default-page/src/constants/index.js +19 -144
- package/es/components/default-page/src/index.vue2.js +2 -8
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +51 -75
- package/es/components/expand-field/src/components/FormItemPerson.vue2.js +38 -46
- package/es/components/expand-field/src/components/PersonModal.vue2.js +50 -62
- package/es/components/expand-field/src/components/form.vue2.js +412 -783
- package/es/components/expand-field/src/index.vue2.js +22 -88
- package/es/components/expand-field/src/utils/constant.js +12 -88
- package/es/components/fabric-chart/src/components/PopupMenu.js +15 -32
- package/es/components/fabric-chart/src/constants/index.js +10 -72
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +3 -16
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcess.js +2 -8
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +5 -32
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +2 -8
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +41 -63
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useTop.js +1 -5
- package/es/components/fabric-chart/src/hooks/useCommon.js +4 -24
- package/es/components/fabric-chart/src/utils/index.d.ts +1 -1
- package/es/components/fabric-chart/src/utils/index.js +2 -2
- package/es/components/field-editor/src/fields.js +30 -232
- package/es/components/field-set/src/FieldColor.vue.d.ts +1 -1
- package/es/components/field-set/src/FieldColor.vue2.js +21 -88
- package/es/components/field-set/src/FieldFilter.vue.d.ts +1 -1
- package/es/components/field-set/src/FieldFilter.vue2.js +12 -28
- package/es/components/field-set/src/FieldSet.vue.d.ts +1 -1
- package/es/components/field-set/src/FieldSet.vue2.js +57 -210
- package/es/components/field-set/src/Index.vue2.js +6 -40
- package/es/components/field-set/src/TableStyle.vue2.js +13 -48
- package/es/components/field-set/src/components/condition.vue2.js +11 -27
- package/es/components/field-set/src/components/edit-dialog.vue2.js +69 -149
- package/es/components/field-set/src/components/edit-filter.vue2.js +4 -24
- package/es/components/field-set/src/components/table-row.vue.d.ts +1 -1
- package/es/components/field-set/src/components/table-row.vue2.js +42 -123
- package/es/components/field-set/src/constants/filter.js +42 -328
- package/es/components/field-set/src/constants/index.js +64 -504
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +46 -91
- package/es/components/form-config/src/constants/index.js +11 -80
- package/es/components/form-config/src/hooks/useLocale.js +31 -240
- package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.js +3 -7
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.js +3 -7
- package/es/components/form-render/src/components/renderer/combination/tableCombination.js +2 -8
- package/es/components/form-render/src/components/renderer/radio_checkbox.js +3 -7
- package/es/components/form-render/src/components/renderer/remoteSearch.js +2 -8
- package/es/components/form-render/src/components/renderer/switch.js +4 -24
- package/es/components/form-render/src/utils/schema.js +6 -26
- package/es/components/iho-chat/src/Index.vue2.js +38 -42
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +33 -108
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +90 -132
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +48 -110
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +15 -35
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +22 -54
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +45 -77
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +208 -256
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +211 -309
- package/es/components/iho-chat/src/components/ContextMenu.js +9 -50
- package/es/components/iho-chat/src/components/MessageEvent.vue2.js +4 -16
- package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +2 -8
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +18 -104
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +12 -67
- package/es/components/iho-chat/src/components/SelectLabel.vue2.js +43 -47
- package/es/components/iho-chat/src/components/SiderList.vue2.js +40 -70
- package/es/components/iho-chat/src/components/Video.vue2.js +11 -38
- package/es/components/iho-chat/src/hooks/useVideo.js +4 -15
- package/es/components/iho-chat/src/utils/index.js +14 -79
- package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.js +2 -8
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +15 -40
- package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +15 -40
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +1 -1
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +20 -50
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +6 -14
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +3 -10
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +18 -45
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +14 -20
- package/es/components/index.css +1 -1
- package/es/components/info-header/src/components/patientInfo/index.vue2.js +23 -142
- package/es/components/keyboard/src/Keyboard.vue2.js +9 -21
- package/es/components/keyboard/src/components/NumberPanel.vue2.js +35 -49
- package/es/components/map/src/Map.vue2.js +3 -7
- package/es/components/picture-clipper/src/PictureClipper.vue2.js +6 -14
- package/es/components/quick-search/src/index.vue2.js +132 -177
- package/es/components/recommend-search/src/components/BaseSearch.js +8 -14
- package/es/components/recommend-search/src/components/RecommendInput.vue2.js +8 -28
- package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +5 -18
- package/es/components/scale-view/src/ScaleView.vue2.js +7 -15
- package/es/components/scale-view/src/components/NoData.vue2.js +4 -16
- package/es/components/scale-view/src/components/formitem/r-cascader.js +2 -8
- package/es/components/scale-view/src/components/formitem/r-checkbox.js +6 -24
- package/es/components/scale-view/src/components/formitem/r-input.js +2 -8
- package/es/components/scale-view/src/components/formitem/r-map.js +2 -8
- package/es/components/scale-view/src/components/formitem/r-radio.js +6 -24
- package/es/components/scale-view/src/components/formitem/r-select.js +2 -8
- package/es/components/scale-view/src/components/formitem/r-sign.js +9 -30
- package/es/components/scale-view/src/components/formitem/standard-modal.js +3 -16
- package/es/components/scale-view/src/hooks/scaleview-computed.js +5 -24
- package/es/components/scale-view/src/hooks/scaleview-methods.js +4 -16
- package/es/components/scale-view/src/hooks/scaleview-submit.js +3 -16
- package/es/components/scale-view/src/hooks/scaleview-validate.js +9 -40
- package/es/components/search-cascader/src/SearchCascader.vue2.js +14 -20
- package/es/components/select-label/src/LabelFormContent.vue2.js +21 -53
- package/es/components/select-label/src/SelectLabel.vue2.js +55 -85
- package/es/components/select-label/src/components/label-classify.vue2.js +11 -28
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +5 -18
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +8 -34
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +5 -18
- package/es/components/select-person/src/SelectPerson.vue2.js +141 -214
- package/es/components/select-person/src/SelectPersonType.vue2.js +105 -130
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +2 -9
- package/es/components/select-person/src/index.vue2.js +7 -20
- package/es/components/slider-tree/src/index.vue2.js +3 -16
- package/es/components/table-export-field/src/components/ExportModal.vue2.js +112 -186
- package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +88 -147
- package/es/components/table-export-field/src/index.vue2.js +12 -28
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +5 -32
- package/es/components/table-filter/src/components/bi-filter/helpers/options.js +34 -264
- package/es/components/table-filter/src/components/bi-filter/index.vue2.js +135 -214
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +3 -16
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +2 -9
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +6 -39
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +5 -18
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +18 -29
- package/es/components/table-filter/src/components/classify-filter/helpers/options.js +3 -16
- package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.js +2 -8
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +130 -195
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +7 -26
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +7 -13
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +8 -34
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +8 -21
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +3 -7
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +6 -19
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +3 -16
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +10 -24
- package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +207 -1648
- package/es/components/table-filter/src/components/render-widget/helpers/selectExtraMap.js +2 -8
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +3 -16
- package/es/components/table-filter/src/tool/baseOptions.js +19 -144
- package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +12 -28
- package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +2 -22
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +3 -7
- package/es/components/vod-chunk-upload/src/vod-upload-modal.js +6 -14
- package/es/env.d.ts +25 -25
- package/es/shared/hooks/selectHooks/useSelectAllowModify.js +2 -2
- package/es/shared/package.json.js +1 -1
- package/package.json +2 -2
@@ -15,6 +15,7 @@ import NoCallSetting from '../../../../shared/assets/img/defaultCover/14no_call_
|
|
15
15
|
import NoUseTag from '../../../../shared/assets/img/defaultCover/15no_use_tag.png.js';
|
16
16
|
import NoTableData from '../../../../shared/assets/img/defaultCover/16no_table_data.png.js';
|
17
17
|
|
18
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _A, _B, _C, _D, _E, _F, _G, _H, _I, _J, _K, _L, _M, _N, _O, _P, _Q, _R, _S, _T, _U, _V, _W, _X, _Y, _Z, __, _$;
|
18
19
|
const defaultPageTypeConfig = {
|
19
20
|
"LOCATION": "1",
|
20
21
|
"NOTFOUND": "2",
|
@@ -36,106 +37,43 @@ const defaultPageTypeConfig = {
|
|
36
37
|
};
|
37
38
|
const descriptionConfig = {
|
38
39
|
[defaultPageTypeConfig.LOCATION]: {
|
39
|
-
title:
|
40
|
-
var _a, _b, _c;
|
41
|
-
try {
|
42
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.440")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.440")) || "\u4F4D\u7F6E\u8BBF\u95EE\u5931\u8D25";
|
43
|
-
} catch (e) {
|
44
|
-
return "\u4F4D\u7F6E\u8BBF\u95EE\u5931\u8D25";
|
45
|
-
}
|
46
|
-
}(),
|
40
|
+
title: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.440")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.440")) || "\u4F4D\u7F6E\u8BBF\u95EE\u5931\u8D25",
|
47
41
|
content: "",
|
48
42
|
img: LocationImg
|
49
43
|
},
|
50
44
|
[defaultPageTypeConfig.NOTFOUND]: {
|
51
|
-
title:
|
52
|
-
var _a, _b, _c;
|
53
|
-
try {
|
54
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.441")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.441")) || "\u627E\u4E0D\u5230\u9875\u9762";
|
55
|
-
} catch (e) {
|
56
|
-
return "\u627E\u4E0D\u5230\u9875\u9762";
|
57
|
-
}
|
58
|
-
}(),
|
45
|
+
title: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.441")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.441")) || "\u627E\u4E0D\u5230\u9875\u9762",
|
59
46
|
content: "",
|
60
47
|
img: NotfoundImg
|
61
48
|
},
|
62
49
|
[defaultPageTypeConfig.LOADING]: {
|
63
50
|
title: "\u6B63\u5728\u62FC\u547D\u52A0\u8F7D\u4E2D...",
|
64
|
-
content:
|
65
|
-
var _a, _b, _c;
|
66
|
-
try {
|
67
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.443")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.443")) || "\u8BF7\u7A0D\u540E";
|
68
|
-
} catch (e) {
|
69
|
-
return "\u8BF7\u7A0D\u540E";
|
70
|
-
}
|
71
|
-
}(),
|
51
|
+
content: ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.443")) || ((_i = (_h = window.top) == null ? void 0 : _h.getLanguageByCode) == null ? void 0 : _i.call(_h, "10010.1.443")) || "\u8BF7\u7A0D\u540E",
|
72
52
|
img: LoadingImg
|
73
53
|
},
|
74
54
|
[defaultPageTypeConfig.NOPERMISSION]: {
|
75
|
-
title:
|
76
|
-
var _a, _b, _c;
|
77
|
-
try {
|
78
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.444")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.444")) || "\u4F60\u6CA1\u6709\u8BBF\u95EE\u6743\u9650";
|
79
|
-
} catch (e) {
|
80
|
-
return "\u4F60\u6CA1\u6709\u8BBF\u95EE\u6743\u9650";
|
81
|
-
}
|
82
|
-
}(),
|
55
|
+
title: ((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.444")) || ((_l = (_k = window.top) == null ? void 0 : _k.getLanguageByCode) == null ? void 0 : _l.call(_k, "10010.1.444")) || "\u4F60\u6CA1\u6709\u8BBF\u95EE\u6743\u9650",
|
83
56
|
content: "",
|
84
57
|
img: NopermissionImg
|
85
58
|
},
|
86
59
|
[defaultPageTypeConfig.NODATA]: {
|
87
|
-
title:
|
88
|
-
var _a, _b, _c;
|
89
|
-
try {
|
90
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.445")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.445")) || "\u6682\u65E0\u6570\u636E";
|
91
|
-
} catch (e) {
|
92
|
-
return "\u6682\u65E0\u6570\u636E";
|
93
|
-
}
|
94
|
-
}(),
|
60
|
+
title: ((_m = window.getLanguageByCode) == null ? void 0 : _m.call(window, "10010.1.445")) || ((_o = (_n = window.top) == null ? void 0 : _n.getLanguageByCode) == null ? void 0 : _o.call(_n, "10010.1.445")) || "\u6682\u65E0\u6570\u636E",
|
95
61
|
content: "",
|
96
62
|
img: NodataImg
|
97
63
|
},
|
98
64
|
[defaultPageTypeConfig.NONETWORK]: {
|
99
|
-
title:
|
100
|
-
var _a, _b, _c;
|
101
|
-
try {
|
102
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.446")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.446")) || "\u8BF7\u68C0\u67E5\u7F51\u7EDC\u8FDE\u63A5\u60C5\u51B5";
|
103
|
-
} catch (e) {
|
104
|
-
return "\u8BF7\u68C0\u67E5\u7F51\u7EDC\u8FDE\u63A5\u60C5\u51B5";
|
105
|
-
}
|
106
|
-
}(),
|
65
|
+
title: ((_p = window.getLanguageByCode) == null ? void 0 : _p.call(window, "10010.1.446")) || ((_r = (_q = window.top) == null ? void 0 : _q.getLanguageByCode) == null ? void 0 : _r.call(_q, "10010.1.446")) || "\u8BF7\u68C0\u67E5\u7F51\u7EDC\u8FDE\u63A5\u60C5\u51B5",
|
107
66
|
content: "",
|
108
67
|
img: NoNetwork
|
109
68
|
},
|
110
69
|
[defaultPageTypeConfig.NODOCTOR]: {
|
111
|
-
title:
|
112
|
-
var _a, _b, _c;
|
113
|
-
try {
|
114
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.447")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.447")) || "\u6682\u65E0\u533B\u751F\u6392\u73ED";
|
115
|
-
} catch (e) {
|
116
|
-
return "\u6682\u65E0\u533B\u751F\u6392\u73ED";
|
117
|
-
}
|
118
|
-
}(),
|
70
|
+
title: ((_s = window.getLanguageByCode) == null ? void 0 : _s.call(window, "10010.1.447")) || ((_u = (_t = window.top) == null ? void 0 : _t.getLanguageByCode) == null ? void 0 : _u.call(_t, "10010.1.447")) || "\u6682\u65E0\u533B\u751F\u6392\u73ED",
|
119
71
|
content: "",
|
120
72
|
img: NoDoctor
|
121
73
|
},
|
122
74
|
[defaultPageTypeConfig.SYSTEMERROR]: {
|
123
|
-
title:
|
124
|
-
|
125
|
-
try {
|
126
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.448")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.448")) || "\u7CFB\u7EDF\u9519\u8BEF";
|
127
|
-
} catch (e) {
|
128
|
-
return "\u7CFB\u7EDF\u9519\u8BEF";
|
129
|
-
}
|
130
|
-
}(),
|
131
|
-
content: function() {
|
132
|
-
var _a, _b, _c;
|
133
|
-
try {
|
134
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.449")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.449")) || "\u8BF7\u7A0D\u540E\u518D\u8BD5";
|
135
|
-
} catch (e) {
|
136
|
-
return "\u8BF7\u7A0D\u540E\u518D\u8BD5";
|
137
|
-
}
|
138
|
-
}(),
|
75
|
+
title: ((_v = window.getLanguageByCode) == null ? void 0 : _v.call(window, "10010.1.448")) || ((_x = (_w = window.top) == null ? void 0 : _w.getLanguageByCode) == null ? void 0 : _x.call(_w, "10010.1.448")) || "\u7CFB\u7EDF\u9519\u8BEF",
|
76
|
+
content: ((_y = window.getLanguageByCode) == null ? void 0 : _y.call(window, "10010.1.449")) || ((_A = (_z = window.top) == null ? void 0 : _z.getLanguageByCode) == null ? void 0 : _A.call(_z, "10010.1.449")) || "\u8BF7\u7A0D\u540E\u518D\u8BD5",
|
139
77
|
img: SystemError
|
140
78
|
},
|
141
79
|
[defaultPageTypeConfig.SYSTEMUPGRADE]: {
|
@@ -144,106 +82,43 @@ const descriptionConfig = {
|
|
144
82
|
img: SystemUpgrade
|
145
83
|
},
|
146
84
|
[defaultPageTypeConfig.REVIEWSUCCESSFUL]: {
|
147
|
-
title:
|
148
|
-
var _a, _b, _c;
|
149
|
-
try {
|
150
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.451")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.451")) || "\u5BA1\u6838\u6210\u529F";
|
151
|
-
} catch (e) {
|
152
|
-
return "\u5BA1\u6838\u6210\u529F";
|
153
|
-
}
|
154
|
-
}(),
|
85
|
+
title: ((_B = window.getLanguageByCode) == null ? void 0 : _B.call(window, "10010.1.451")) || ((_D = (_C = window.top) == null ? void 0 : _C.getLanguageByCode) == null ? void 0 : _D.call(_C, "10010.1.451")) || "\u5BA1\u6838\u6210\u529F",
|
155
86
|
content: "",
|
156
87
|
img: ReviewSuccessful
|
157
88
|
},
|
158
89
|
[defaultPageTypeConfig.REVIEWFAIL]: {
|
159
|
-
title:
|
160
|
-
var _a, _b, _c;
|
161
|
-
try {
|
162
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.452")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.452")) || "\u5BA1\u6838\u5931\u8D25";
|
163
|
-
} catch (e) {
|
164
|
-
return "\u5BA1\u6838\u5931\u8D25";
|
165
|
-
}
|
166
|
-
}(),
|
90
|
+
title: ((_E = window.getLanguageByCode) == null ? void 0 : _E.call(window, "10010.1.452")) || ((_G = (_F = window.top) == null ? void 0 : _F.getLanguageByCode) == null ? void 0 : _G.call(_F, "10010.1.452")) || "\u5BA1\u6838\u5931\u8D25",
|
167
91
|
content: "",
|
168
92
|
img: ReviewFail
|
169
93
|
},
|
170
94
|
[defaultPageTypeConfig.NOSETTING]: {
|
171
|
-
title:
|
172
|
-
var _a, _b, _c;
|
173
|
-
try {
|
174
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.453")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.453")) || "\u89C6\u56FE\u672A\u914D\u7F6E";
|
175
|
-
} catch (e) {
|
176
|
-
return "\u89C6\u56FE\u672A\u914D\u7F6E";
|
177
|
-
}
|
178
|
-
}(),
|
95
|
+
title: ((_H = window.getLanguageByCode) == null ? void 0 : _H.call(window, "10010.1.453")) || ((_J = (_I = window.top) == null ? void 0 : _I.getLanguageByCode) == null ? void 0 : _J.call(_I, "10010.1.453")) || "\u89C6\u56FE\u672A\u914D\u7F6E",
|
179
96
|
content: "",
|
180
97
|
img: NoSetting
|
181
98
|
},
|
182
99
|
[defaultPageTypeConfig.NOMENUSETTING]: {
|
183
100
|
title: "\u4F60\u8FD8\u6CA1\u6709\u8FDB\u884C\u83DC\u5355\u8BBE\u7F6E\u54DF~",
|
184
|
-
content:
|
185
|
-
var _a, _b, _c;
|
186
|
-
try {
|
187
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.455")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.455")) || "\u8BBE\u7F6E\u540E\u53EF\u81EA\u5B9A\u4E49\u8C03\u6574\u83DC\u5355\u7684\u987A\u5E8F/\u7ED3\u6784\uFF0C\u4E0D\u8BBE\u7F6E\u4F7F\u7528\u7CFB\u7EDF\u9ED8\u8BA4\u83DC\u5355";
|
188
|
-
} catch (e) {
|
189
|
-
return "\u8BBE\u7F6E\u540E\u53EF\u81EA\u5B9A\u4E49\u8C03\u6574\u83DC\u5355\u7684\u987A\u5E8F/\u7ED3\u6784\uFF0C\u4E0D\u8BBE\u7F6E\u4F7F\u7528\u7CFB\u7EDF\u9ED8\u8BA4\u83DC\u5355";
|
190
|
-
}
|
191
|
-
}(),
|
101
|
+
content: ((_K = window.getLanguageByCode) == null ? void 0 : _K.call(window, "10010.1.455")) || ((_M = (_L = window.top) == null ? void 0 : _L.getLanguageByCode) == null ? void 0 : _M.call(_L, "10010.1.455")) || "\u8BBE\u7F6E\u540E\u53EF\u81EA\u5B9A\u4E49\u8C03\u6574\u83DC\u5355\u7684\u987A\u5E8F/\u7ED3\u6784\uFF0C\u4E0D\u8BBE\u7F6E\u4F7F\u7528\u7CFB\u7EDF\u9ED8\u8BA4\u83DC\u5355",
|
192
102
|
img: NoMenuSetting
|
193
103
|
},
|
194
104
|
[defaultPageTypeConfig.NOCALLSETTING]: {
|
195
|
-
title:
|
196
|
-
var _a, _b, _c;
|
197
|
-
try {
|
198
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.456")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.456")) || "\u547C\u53EB\u4E2D\u5FC3\u672A\u914D\u7F6E";
|
199
|
-
} catch (e) {
|
200
|
-
return "\u547C\u53EB\u4E2D\u5FC3\u672A\u914D\u7F6E";
|
201
|
-
}
|
202
|
-
}(),
|
105
|
+
title: ((_N = window.getLanguageByCode) == null ? void 0 : _N.call(window, "10010.1.456")) || ((_P = (_O = window.top) == null ? void 0 : _O.getLanguageByCode) == null ? void 0 : _P.call(_O, "10010.1.456")) || "\u547C\u53EB\u4E2D\u5FC3\u672A\u914D\u7F6E",
|
203
106
|
content: "",
|
204
107
|
img: NoCallSetting
|
205
108
|
},
|
206
109
|
[defaultPageTypeConfig.NOUSETAG]: {
|
207
|
-
title:
|
208
|
-
var _a, _b, _c;
|
209
|
-
try {
|
210
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.516")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.516")) || "\u65E0\u53EF\u9009\u6807\u7B7E";
|
211
|
-
} catch (e) {
|
212
|
-
return "\u65E0\u53EF\u9009\u6807\u7B7E";
|
213
|
-
}
|
214
|
-
}(),
|
110
|
+
title: ((_Q = window.getLanguageByCode) == null ? void 0 : _Q.call(window, "10010.1.516")) || ((_S = (_R = window.top) == null ? void 0 : _R.getLanguageByCode) == null ? void 0 : _S.call(_R, "10010.1.516")) || "\u65E0\u53EF\u9009\u6807\u7B7E",
|
215
111
|
content: "",
|
216
112
|
img: NoUseTag
|
217
113
|
},
|
218
114
|
[defaultPageTypeConfig.NOTABLEDATA]: {
|
219
|
-
title:
|
220
|
-
var _a, _b, _c;
|
221
|
-
try {
|
222
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.445")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.445")) || "\u6682\u65E0\u6570\u636E";
|
223
|
-
} catch (e) {
|
224
|
-
return "\u6682\u65E0\u6570\u636E";
|
225
|
-
}
|
226
|
-
}(),
|
115
|
+
title: ((_T = window.getLanguageByCode) == null ? void 0 : _T.call(window, "10010.1.445")) || ((_V = (_U = window.top) == null ? void 0 : _U.getLanguageByCode) == null ? void 0 : _V.call(_U, "10010.1.445")) || "\u6682\u65E0\u6570\u636E",
|
227
116
|
content: "",
|
228
117
|
img: NoTableData
|
229
118
|
},
|
230
119
|
[defaultPageTypeConfig.REFRESHNOTICE]: {
|
231
|
-
title:
|
232
|
-
|
233
|
-
try {
|
234
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.458")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.458")) || "\u66F4\u65B0\u63D0\u793A";
|
235
|
-
} catch (e) {
|
236
|
-
return "\u66F4\u65B0\u63D0\u793A";
|
237
|
-
}
|
238
|
-
}(),
|
239
|
-
content: function() {
|
240
|
-
var _a, _b, _c;
|
241
|
-
try {
|
242
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.459")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.459")) || "\u7CFB\u7EDF\u6709\u65B0\u5185\u5BB9\u66F4\u65B0\uFF0C\u8BF7\u70B9\u51FB\u6309\u94AE\u91CD\u8F7D\u9875\u9762\uFF0C\u4EE5\u786E\u4FDD\u7CFB\u7EDF\u529F\u80FD\u6B63\u5E38";
|
243
|
-
} catch (e) {
|
244
|
-
return "\u7CFB\u7EDF\u6709\u65B0\u5185\u5BB9\u66F4\u65B0\uFF0C\u8BF7\u70B9\u51FB\u6309\u94AE\u91CD\u8F7D\u9875\u9762\uFF0C\u4EE5\u786E\u4FDD\u7CFB\u7EDF\u529F\u80FD\u6B63\u5E38";
|
245
|
-
}
|
246
|
-
}(),
|
120
|
+
title: ((_W = window.getLanguageByCode) == null ? void 0 : _W.call(window, "10010.1.458")) || ((_Y = (_X = window.top) == null ? void 0 : _X.getLanguageByCode) == null ? void 0 : _Y.call(_X, "10010.1.458")) || "\u66F4\u65B0\u63D0\u793A",
|
121
|
+
content: ((_Z = window.getLanguageByCode) == null ? void 0 : _Z.call(window, "10010.1.459")) || ((_$ = (__ = window.top) == null ? void 0 : __.getLanguageByCode) == null ? void 0 : _$.call(__, "10010.1.459")) || "\u7CFB\u7EDF\u6709\u65B0\u5185\u5BB9\u66F4\u65B0\uFF0C\u8BF7\u70B9\u51FB\u6309\u94AE\u91CD\u8F7D\u9875\u9762\uFF0C\u4EE5\u786E\u4FDD\u7CFB\u7EDF\u529F\u80FD\u6B63\u5E38",
|
247
122
|
img: LoadingImg
|
248
123
|
}
|
249
124
|
};
|
@@ -3,6 +3,7 @@ import { descriptionConfig } from './constants/index.js';
|
|
3
3
|
import { NIcon } from 'naive-ui';
|
4
4
|
import { Refresh } from '@vicons/ionicons5';
|
5
5
|
|
6
|
+
var _a, _b, _c;
|
6
7
|
const _hoisted_1 = {
|
7
8
|
class: "default-page-getter-block"
|
8
9
|
};
|
@@ -27,14 +28,7 @@ const _hoisted_8 = /* @__PURE__ */ createElementVNode("span", {
|
|
27
28
|
"margin": "0 6px"
|
28
29
|
}
|
29
30
|
}, "|", -1);
|
30
|
-
const _hoisted_9 = /* @__PURE__ */ createElementVNode("span", null,
|
31
|
-
var _a, _b, _c;
|
32
|
-
try {
|
33
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.460")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.460")) || "\u91CD\u8F7D\u9875\u9762";
|
34
|
-
} catch (e) {
|
35
|
-
return "\u91CD\u8F7D\u9875\u9762";
|
36
|
-
}
|
37
|
-
}(), -1);
|
31
|
+
const _hoisted_9 = /* @__PURE__ */ createElementVNode("span", null, ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.460")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.460")) || "\u91CD\u8F7D\u9875\u9762", -1);
|
38
32
|
const _hoisted_10 = {
|
39
33
|
class: "content"
|
40
34
|
};
|
@@ -1,20 +1,14 @@
|
|
1
1
|
import { createElementVNode, defineComponent, ref, watch, openBlock, createBlock, unref, withCtx, createVNode, createTextVNode } from 'vue';
|
2
2
|
import { NModal, NCard, NButton, NInput } from 'naive-ui';
|
3
3
|
|
4
|
+
var _a, _b, _c;
|
4
5
|
const _hoisted_1 = {
|
5
6
|
class: "flex_right"
|
6
7
|
};
|
7
8
|
const _hoisted_2 = {
|
8
9
|
class: "barch-container"
|
9
10
|
};
|
10
|
-
const _hoisted_3 = /* @__PURE__ */ createElementVNode("div", null,
|
11
|
-
var _a, _b, _c;
|
12
|
-
try {
|
13
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.562")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.562")) || "\u6BCF\u884C\u4E00\u4E2A\uFF0C\u8F93\u5165\u683C\u5F0F\u4E3A\uFF1A\u9009\u9879\u503C,\u9009\u9879\u6587\u672C";
|
14
|
-
} catch (e) {
|
15
|
-
return "\u6BCF\u884C\u4E00\u4E2A\uFF0C\u8F93\u5165\u683C\u5F0F\u4E3A\uFF1A\u9009\u9879\u503C,\u9009\u9879\u6587\u672C";
|
16
|
-
}
|
17
|
-
}(), -1);
|
11
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("div", null, ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.562")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.562")) || "\u6BCF\u884C\u4E00\u4E2A\uFF0C\u8F93\u5165\u683C\u5F0F\u4E3A\uFF1A\u9009\u9879\u503C,\u9009\u9879\u6587\u672C", -1);
|
18
12
|
var _sfc_main = /* @__PURE__ */ defineComponent({
|
19
13
|
__name: "FormBatchOptionsModal",
|
20
14
|
props: {
|
@@ -31,15 +25,9 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
31
25
|
setup(__props, {
|
32
26
|
emit: emits
|
33
27
|
}) {
|
28
|
+
var _a2, _b2, _c2;
|
34
29
|
const props = __props;
|
35
|
-
const placeholder =
|
36
|
-
var _a, _b, _c;
|
37
|
-
try {
|
38
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.563")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.563")) || "1,\u7537\n2,\u5973";
|
39
|
-
} catch (e) {
|
40
|
-
return "1,\u7537\n2,\u5973";
|
41
|
-
}
|
42
|
-
}();
|
30
|
+
const placeholder = ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.563")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.563")) || "1,\u7537\n2,\u5973";
|
43
31
|
const editOptionstr = ref("");
|
44
32
|
function init() {
|
45
33
|
let list = props.options;
|
@@ -96,67 +84,55 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
96
84
|
onPositiveClick: handleSave,
|
97
85
|
onNegativeClick: cancelEdit
|
98
86
|
}, {
|
99
|
-
default: withCtx(() =>
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
}(),
|
113
|
-
bordered: false,
|
114
|
-
size: "huge",
|
115
|
-
role: "dialog",
|
116
|
-
"aria-modal": "true"
|
117
|
-
}, {
|
118
|
-
"header-extra": withCtx(() => [createElementVNode("div", {
|
119
|
-
class: "svg-wrap"
|
120
|
-
}, [createElementVNode("i", {
|
121
|
-
onClick: cancelEdit,
|
122
|
-
class: "iconfont-expand-field icon-expand-field-menzhenyishengzhanxitongtubiaoguanbi"
|
123
|
-
})])]),
|
124
|
-
footer: withCtx(() => [createElementVNode("div", _hoisted_1, [createVNode(unref(NButton), {
|
125
|
-
onClick: cancelEdit
|
126
|
-
}, {
|
127
|
-
default: withCtx(() => [createTextVNode(function() {
|
128
|
-
var _a, _b, _c;
|
129
|
-
try {
|
130
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.28")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.28")) || "\u53D6\u6D88";
|
131
|
-
} catch (e) {
|
132
|
-
return "\u53D6\u6D88";
|
133
|
-
}
|
134
|
-
}())]),
|
135
|
-
_: 1
|
136
|
-
}), createVNode(unref(NButton), {
|
137
|
-
type: "info",
|
138
|
-
onClick: handleSave
|
87
|
+
default: withCtx(() => {
|
88
|
+
var _a3, _b3, _c3;
|
89
|
+
return [createVNode(unref(NCard), {
|
90
|
+
style: {
|
91
|
+
width: "860px",
|
92
|
+
height: "496px",
|
93
|
+
maxHeight: "496px"
|
94
|
+
},
|
95
|
+
title: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.538")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.538")) || "\u6279\u91CF\u7F16\u8F91",
|
96
|
+
bordered: false,
|
97
|
+
size: "huge",
|
98
|
+
role: "dialog",
|
99
|
+
"aria-modal": "true"
|
139
100
|
}, {
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
101
|
+
"header-extra": withCtx(() => [createElementVNode("div", {
|
102
|
+
class: "svg-wrap"
|
103
|
+
}, [createElementVNode("i", {
|
104
|
+
onClick: cancelEdit,
|
105
|
+
class: "iconfont-expand-field icon-expand-field-menzhenyishengzhanxitongtubiaoguanbi"
|
106
|
+
})])]),
|
107
|
+
footer: withCtx(() => [createElementVNode("div", _hoisted_1, [createVNode(unref(NButton), {
|
108
|
+
onClick: cancelEdit
|
109
|
+
}, {
|
110
|
+
default: withCtx(() => {
|
111
|
+
var _a4, _b4, _c4;
|
112
|
+
return [createTextVNode(((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.28")) || ((_c4 = (_b4 = window.top) == null ? void 0 : _b4.getLanguageByCode) == null ? void 0 : _c4.call(_b4, "10010.1.28")) || "\u53D6\u6D88")];
|
113
|
+
}),
|
114
|
+
_: 1
|
115
|
+
}), createVNode(unref(NButton), {
|
116
|
+
type: "info",
|
117
|
+
onClick: handleSave
|
118
|
+
}, {
|
119
|
+
default: withCtx(() => {
|
120
|
+
var _a4, _b4, _c4;
|
121
|
+
return [createTextVNode(((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.244")) || ((_c4 = (_b4 = window.top) == null ? void 0 : _b4.getLanguageByCode) == null ? void 0 : _c4.call(_b4, "10010.1.244")) || "\u4FDD\u5B58")];
|
122
|
+
}),
|
123
|
+
_: 1
|
124
|
+
})])]),
|
125
|
+
default: withCtx(() => [createElementVNode("div", _hoisted_2, [_hoisted_3, createVNode(unref(NInput), {
|
126
|
+
value: editOptionstr.value,
|
127
|
+
"onUpdate:value": _cache[0] || (_cache[0] = ($event) => editOptionstr.value = $event),
|
128
|
+
placeholder,
|
129
|
+
type: "textarea",
|
130
|
+
clearable: "",
|
131
|
+
rows: 6
|
132
|
+
}, null, 8, ["value"])])]),
|
148
133
|
_: 1
|
149
|
-
})]
|
150
|
-
|
151
|
-
value: editOptionstr.value,
|
152
|
-
"onUpdate:value": _cache[0] || (_cache[0] = ($event) => editOptionstr.value = $event),
|
153
|
-
placeholder,
|
154
|
-
type: "textarea",
|
155
|
-
clearable: "",
|
156
|
-
rows: 6
|
157
|
-
}, null, 8, ["value"])])]),
|
158
|
-
_: 1
|
159
|
-
})]),
|
134
|
+
})];
|
135
|
+
}),
|
160
136
|
_: 1
|
161
137
|
}, 8, ["show"]);
|
162
138
|
};
|
@@ -113,52 +113,44 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
113
113
|
init();
|
114
114
|
return (_ctx, _cache) => {
|
115
115
|
return openBlock(), createElementBlock("div", null, [createElementVNode("div", _hoisted_1, [createVNode(unref(NInputGroup), null, {
|
116
|
-
default: withCtx(() =>
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
}),
|
141
|
-
|
142
|
-
|
143
|
-
})
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
try {
|
155
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.543")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.543")) || "\u9009\u62E9";
|
156
|
-
} catch (e) {
|
157
|
-
return "\u9009\u62E9";
|
158
|
-
}
|
159
|
-
}())]),
|
160
|
-
_: 1
|
161
|
-
})]),
|
116
|
+
default: withCtx(() => {
|
117
|
+
var _a, _b, _c;
|
118
|
+
return [!personSelect.value.length ? (openBlock(), createBlock(unref(NInput), {
|
119
|
+
key: 0,
|
120
|
+
value: personStr.value,
|
121
|
+
"onUpdate:value": [_cache[0] || (_cache[0] = ($event) => personStr.value = $event), inputChange],
|
122
|
+
placeholder: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.383")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.383")) || "\u8BF7\u8F93\u5165"
|
123
|
+
}, null, 8, ["value"])) : (openBlock(), createElementBlock("div", _hoisted_2, [createVNode(unref(NTooltip), {
|
124
|
+
trigger: "hover"
|
125
|
+
}, {
|
126
|
+
trigger: withCtx(() => [createElementVNode("span", _hoisted_3, [(openBlock(true), createElementBlock(Fragment, null, renderList(personSelect.value, (tag) => {
|
127
|
+
return openBlock(), createBlock(unref(NTag), {
|
128
|
+
key: tag.key,
|
129
|
+
closable: false,
|
130
|
+
"disable-transitions": false
|
131
|
+
}, {
|
132
|
+
default: withCtx(() => [createTextVNode(toDisplayString(tag.tempTitle ? `${tag.name}(${tag.tempTitle})` : tag.name), 1)]),
|
133
|
+
_: 2
|
134
|
+
}, 1024);
|
135
|
+
}), 128))])]),
|
136
|
+
default: withCtx(() => [createTextVNode(" " + toDisplayString(personSelect.value.map((tag) => {
|
137
|
+
return tag.tempTitle ? `${tag.name}(${tag.tempTitle})` : tag.name;
|
138
|
+
}).join(" ")), 1)]),
|
139
|
+
_: 1
|
140
|
+
}), personSelect.value.length ? (openBlock(), createElementBlock("span", _hoisted_4, [createElementVNode("i", {
|
141
|
+
onClick: clearAllTags,
|
142
|
+
class: "iconfont-expand-field icon-expand-field-menzhenyishengzhanxitongtubiaoguanbi"
|
143
|
+
})])) : createCommentVNode("v-if", true)])), createVNode(unref(NButton), {
|
144
|
+
type: "primary",
|
145
|
+
onClick: openChoice
|
146
|
+
}, {
|
147
|
+
default: withCtx(() => {
|
148
|
+
var _a2, _b2, _c2;
|
149
|
+
return [createTextVNode(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.543")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.543")) || "\u9009\u62E9")];
|
150
|
+
}),
|
151
|
+
_: 1
|
152
|
+
})];
|
153
|
+
}),
|
162
154
|
_: 1
|
163
155
|
})]), createVNode(PersonModal, {
|
164
156
|
ref_key: "personModalRef",
|
@@ -69,70 +69,58 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
69
69
|
onPositiveClick: modalSave,
|
70
70
|
onNegativeClick: modalCancel
|
71
71
|
}, {
|
72
|
-
default: withCtx(() =>
|
73
|
-
|
74
|
-
|
75
|
-
height: "556px",
|
76
|
-
maxHeight: "556px"
|
77
|
-
},
|
78
|
-
title: function() {
|
79
|
-
var _a, _b, _c;
|
80
|
-
try {
|
81
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.538")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.538")) || "\u6279\u91CF\u7F16\u8F91";
|
82
|
-
} catch (e) {
|
83
|
-
return "\u6279\u91CF\u7F16\u8F91";
|
84
|
-
}
|
85
|
-
}(),
|
86
|
-
bordered: false,
|
87
|
-
size: "huge",
|
88
|
-
role: "dialog",
|
89
|
-
"aria-modal": "true"
|
90
|
-
}, {
|
91
|
-
"header-extra": withCtx(() => [createElementVNode("div", {
|
92
|
-
class: "svg-wrap"
|
93
|
-
}, [createElementVNode("i", {
|
94
|
-
onClick: modalCancel,
|
95
|
-
class: "iconfont-expand-field icon-expand-field-menzhenyishengzhanxitongtubiaoguanbi"
|
96
|
-
})])]),
|
97
|
-
footer: withCtx(() => [createElementVNode("div", _hoisted_1, [createVNode(unref(NButton), {
|
98
|
-
onClick: modalCancel
|
99
|
-
}, {
|
100
|
-
default: withCtx(() => [createTextVNode(function() {
|
101
|
-
var _a, _b, _c;
|
102
|
-
try {
|
103
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.28")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.28")) || "\u53D6\u6D88";
|
104
|
-
} catch (e) {
|
105
|
-
return "\u53D6\u6D88";
|
106
|
-
}
|
107
|
-
}())]),
|
108
|
-
_: 1
|
109
|
-
}), createVNode(unref(NButton), {
|
110
|
-
type: "info",
|
111
|
-
onClick: modalSave
|
112
|
-
}, {
|
113
|
-
default: withCtx(() => [createTextVNode(function() {
|
114
|
-
var _a, _b, _c;
|
115
|
-
try {
|
116
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.244")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.244")) || "\u4FDD\u5B58";
|
117
|
-
} catch (e) {
|
118
|
-
return "\u4FDD\u5B58";
|
119
|
-
}
|
120
|
-
}())]),
|
121
|
-
_: 1
|
122
|
-
})])]),
|
123
|
-
default: withCtx(() => [createVNode(unref(SelectPerson), {
|
72
|
+
default: withCtx(() => {
|
73
|
+
var _a, _b, _c;
|
74
|
+
return [createVNode(unref(NCard), {
|
124
75
|
style: {
|
125
|
-
|
76
|
+
width: "700px",
|
77
|
+
height: "556px",
|
78
|
+
maxHeight: "556px"
|
126
79
|
},
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
80
|
+
title: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.538")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.538")) || "\u6279\u91CF\u7F16\u8F91",
|
81
|
+
bordered: false,
|
82
|
+
size: "huge",
|
83
|
+
role: "dialog",
|
84
|
+
"aria-modal": "true"
|
85
|
+
}, {
|
86
|
+
"header-extra": withCtx(() => [createElementVNode("div", {
|
87
|
+
class: "svg-wrap"
|
88
|
+
}, [createElementVNode("i", {
|
89
|
+
onClick: modalCancel,
|
90
|
+
class: "iconfont-expand-field icon-expand-field-menzhenyishengzhanxitongtubiaoguanbi"
|
91
|
+
})])]),
|
92
|
+
footer: withCtx(() => [createElementVNode("div", _hoisted_1, [createVNode(unref(NButton), {
|
93
|
+
onClick: modalCancel
|
94
|
+
}, {
|
95
|
+
default: withCtx(() => {
|
96
|
+
var _a2, _b2, _c2;
|
97
|
+
return [createTextVNode(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.28")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.28")) || "\u53D6\u6D88")];
|
98
|
+
}),
|
99
|
+
_: 1
|
100
|
+
}), createVNode(unref(NButton), {
|
101
|
+
type: "info",
|
102
|
+
onClick: modalSave
|
103
|
+
}, {
|
104
|
+
default: withCtx(() => {
|
105
|
+
var _a2, _b2, _c2;
|
106
|
+
return [createTextVNode(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.244")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.244")) || "\u4FDD\u5B58")];
|
107
|
+
}),
|
108
|
+
_: 1
|
109
|
+
})])]),
|
110
|
+
default: withCtx(() => [createVNode(unref(SelectPerson), {
|
111
|
+
style: {
|
112
|
+
"padding": "0"
|
113
|
+
},
|
114
|
+
ref: "personRef",
|
115
|
+
wordbook: wordbook.value,
|
116
|
+
wordbookChild,
|
117
|
+
data: __props.treeData,
|
118
|
+
defaultList: __props.defaultList,
|
119
|
+
onCheckWithLevel: checkWithLevel
|
120
|
+
}, null, 8, ["wordbook", "data", "defaultList"])]),
|
121
|
+
_: 1
|
122
|
+
})];
|
123
|
+
}),
|
136
124
|
_: 1
|
137
125
|
}, 8, ["show"]);
|
138
126
|
};
|