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
package/README.md
CHANGED
@@ -1,87 +1,87 @@
|
|
1
|
-
# 安装
|
2
|
-
|
3
|
-
```shell
|
4
|
-
npm i cnhis-design-vue@[版本号]
|
5
|
-
# or
|
6
|
-
yarn add cnhis-design-vue@[版本号] #推荐
|
7
|
-
```
|
8
|
-
|
9
|
-
## 1.全局引入
|
10
|
-
|
11
|
-
```typescript
|
12
|
-
// main.ts
|
13
|
-
import { createApp } from 'vue';
|
14
|
-
import App from './App.vue';
|
15
|
-
import 'cnhis-design-vue/es/packages/index.css';
|
16
|
-
import cui from 'cnhis-design-vue';
|
17
|
-
|
18
|
-
const app = createApp(App);
|
19
|
-
app.use(cui).mount('#app');
|
20
|
-
```
|
21
|
-
|
22
|
-
## 2. 按需引入
|
23
|
-
|
24
|
-
组件现在支持了自动按需引入, 但是样式文件需要额外的处理
|
25
|
-
|
26
|
-
### 2.1 样式处理方式1 (按需引入样式)
|
27
|
-
|
28
|
-
```shell
|
29
|
-
# 安装自动导入样式的插件
|
30
|
-
npm i -d vite-plugin-style-import
|
31
|
-
```
|
32
|
-
|
33
|
-
```typescript
|
34
|
-
// vite.config.ts
|
35
|
-
import { defineConfig } from 'vite';
|
36
|
-
import { createStyleImportPlugin } from 'vite-plugin-style-import';
|
37
|
-
|
38
|
-
export default defineConfig({
|
39
|
-
plugins: [
|
40
|
-
// ...otherPlugins
|
41
|
-
createStyleImportPlugin({
|
42
|
-
libs: [
|
43
|
-
{
|
44
|
-
libraryName: 'cnhis-design-vue',
|
45
|
-
esModule: true,
|
46
|
-
ensureStyleFile: true,
|
47
|
-
resolveStyle: name => {
|
48
|
-
return `cnhis-design-vue/es/components/${ name.slice(2) }/style/index.css`;
|
49
|
-
}
|
50
|
-
}
|
51
|
-
]
|
52
|
-
})
|
53
|
-
]
|
54
|
-
});
|
55
|
-
```
|
56
|
-
|
57
|
-
### 2.2 样式处理方式2 (全局引入样式)
|
58
|
-
|
59
|
-
```typescript
|
60
|
-
// main.ts
|
61
|
-
import 'cnhis-design-vue/es/components/index.css';
|
62
|
-
```
|
63
|
-
|
64
|
-
## 3.FAQ
|
65
|
-
|
66
|
-
### 3.1 项目打包后样式丢失
|
67
|
-
|
68
|
-
处理方法, 将 cnhis-design-vue 从 vendor 包中移除 (没有出现此问题则不需要)
|
69
|
-
|
70
|
-
```typescript
|
71
|
-
// vite.config.ts
|
72
|
-
import { defineConfig } from 'vite';
|
73
|
-
|
74
|
-
export default defineConfig({
|
75
|
-
build: {
|
76
|
-
rollupOptions: {
|
77
|
-
// ..otherOptions
|
78
|
-
output: {
|
79
|
-
dir: './dist',
|
80
|
-
manualChunks: {
|
81
|
-
'cnhis-vendor': ['cnhis-design-vue']
|
82
|
-
}
|
83
|
-
}
|
84
|
-
}
|
85
|
-
}
|
86
|
-
});
|
87
|
-
```
|
1
|
+
# 安装
|
2
|
+
|
3
|
+
```shell
|
4
|
+
npm i cnhis-design-vue@[版本号]
|
5
|
+
# or
|
6
|
+
yarn add cnhis-design-vue@[版本号] #推荐
|
7
|
+
```
|
8
|
+
|
9
|
+
## 1.全局引入
|
10
|
+
|
11
|
+
```typescript
|
12
|
+
// main.ts
|
13
|
+
import { createApp } from 'vue';
|
14
|
+
import App from './App.vue';
|
15
|
+
import 'cnhis-design-vue/es/packages/index.css';
|
16
|
+
import cui from 'cnhis-design-vue';
|
17
|
+
|
18
|
+
const app = createApp(App);
|
19
|
+
app.use(cui).mount('#app');
|
20
|
+
```
|
21
|
+
|
22
|
+
## 2. 按需引入
|
23
|
+
|
24
|
+
组件现在支持了自动按需引入, 但是样式文件需要额外的处理
|
25
|
+
|
26
|
+
### 2.1 样式处理方式1 (按需引入样式)
|
27
|
+
|
28
|
+
```shell
|
29
|
+
# 安装自动导入样式的插件
|
30
|
+
npm i -d vite-plugin-style-import
|
31
|
+
```
|
32
|
+
|
33
|
+
```typescript
|
34
|
+
// vite.config.ts
|
35
|
+
import { defineConfig } from 'vite';
|
36
|
+
import { createStyleImportPlugin } from 'vite-plugin-style-import';
|
37
|
+
|
38
|
+
export default defineConfig({
|
39
|
+
plugins: [
|
40
|
+
// ...otherPlugins
|
41
|
+
createStyleImportPlugin({
|
42
|
+
libs: [
|
43
|
+
{
|
44
|
+
libraryName: 'cnhis-design-vue',
|
45
|
+
esModule: true,
|
46
|
+
ensureStyleFile: true,
|
47
|
+
resolveStyle: name => {
|
48
|
+
return `cnhis-design-vue/es/components/${ name.slice(2) }/style/index.css`;
|
49
|
+
}
|
50
|
+
}
|
51
|
+
]
|
52
|
+
})
|
53
|
+
]
|
54
|
+
});
|
55
|
+
```
|
56
|
+
|
57
|
+
### 2.2 样式处理方式2 (全局引入样式)
|
58
|
+
|
59
|
+
```typescript
|
60
|
+
// main.ts
|
61
|
+
import 'cnhis-design-vue/es/components/index.css';
|
62
|
+
```
|
63
|
+
|
64
|
+
## 3.FAQ
|
65
|
+
|
66
|
+
### 3.1 项目打包后样式丢失
|
67
|
+
|
68
|
+
处理方法, 将 cnhis-design-vue 从 vendor 包中移除 (没有出现此问题则不需要)
|
69
|
+
|
70
|
+
```typescript
|
71
|
+
// vite.config.ts
|
72
|
+
import { defineConfig } from 'vite';
|
73
|
+
|
74
|
+
export default defineConfig({
|
75
|
+
build: {
|
76
|
+
rollupOptions: {
|
77
|
+
// ..otherOptions
|
78
|
+
output: {
|
79
|
+
dir: './dist',
|
80
|
+
manualChunks: {
|
81
|
+
'cnhis-vendor': ['cnhis-design-vue']
|
82
|
+
}
|
83
|
+
}
|
84
|
+
}
|
85
|
+
}
|
86
|
+
});
|
87
|
+
```
|
@@ -130,7 +130,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
130
130
|
onEnd,
|
131
131
|
onFail: _cache[1] || (_cache[1] = (error) => emit("fail", error)),
|
132
132
|
onSuccess
|
133
|
-
}), null, 16, ["loading"])) : createCommentVNode("v-if", true), createCommentVNode(' <c-form\
|
133
|
+
}), null, 16, ["loading"])) : createCommentVNode("v-if", true), createCommentVNode(' <c-form\n v-if="isForm"\n :configs="configsAndBasicData.configs"\n :data="jsonData"\n @close="onFormClose"\n @finish="onFinish"\n /> ')], 64)) : (openBlock(), createBlock(RecordingModal$1, {
|
134
134
|
key: 1,
|
135
135
|
content: unref(content)
|
136
136
|
}, null, 8, ["content"]))], 4);
|
@@ -1 +1 @@
|
|
1
|
-
.c-recording-wrapper{align-items:center;background-color:#fff;border-radius:10px;display:flex;flex-flow:column nowrap;height:350px;justify-content:center;padding:20px;width:500px}@keyframes toScale{0%{transform:translateX(-50%) translateY(-50%) scale(1)}to{transform:translateX(-50%) translateY(-50%) scale(1.5)}}.c-recording-wrapper .content{-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box;font-size:18px;overflow:hidden;text-align:center}.c-recording-wrapper .icon-box{background-color:#5585f5;cursor:pointer;margin:30px auto;position:relative}.c-recording-wrapper .icon-box,.c-recording-wrapper .icon-box:before{align-items:center;border-radius:50%;display:flex;height:90px;justify-content:center;width:90px}.c-recording-wrapper .icon-box:before{animation:toScale 1s infinite;background-color:#5585f54d;content:"";left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) scale(1);transform-origin:center center}.c-recording-wrapper .title{height:50px;width:100%}.c-recording-wrapper .title h5{font-size:15px}.c-recording-wrapper .btns{display:flex;margin-top:10px}.c-recording-wrapper .btns .n-button:first-child{margin-right:30px}.c-recording-sdk-wrapper{display:flex;flex-flow:column nowrap;height:100%;padding:20px;width:100%}.c-recording-sdk-wrapper .c-recording-wrapper{
|
1
|
+
.c-recording-wrapper{align-items:center;background-color:#fff;border-radius:10px;display:flex;flex-flow:column nowrap;height:350px;justify-content:center;padding:20px;width:500px}@keyframes toScale{0%{transform:translateX(-50%) translateY(-50%) scale(1)}to{transform:translateX(-50%) translateY(-50%) scale(1.5)}}.c-recording-wrapper .content{-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box;font-size:18px;overflow:hidden;text-align:center}.c-recording-wrapper .icon-box{background-color:#5585f5;cursor:pointer;margin:30px auto;position:relative}.c-recording-wrapper .icon-box,.c-recording-wrapper .icon-box:before{align-items:center;border-radius:50%;display:flex;height:90px;justify-content:center;width:90px}.c-recording-wrapper .icon-box:before{animation:toScale 1s infinite;background-color:#5585f54d;content:"";left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) scale(1);transform-origin:center center}.c-recording-wrapper .title{height:50px;width:100%}.c-recording-wrapper .title h5{font-size:15px}.c-recording-wrapper .btns{display:flex;margin-top:10px}.c-recording-wrapper .btns .n-button:first-child{margin-right:30px}.c-recording-sdk-wrapper{display:flex;flex-flow:column nowrap;height:100%;padding:20px;width:100%}.c-recording-sdk-wrapper .c-recording-wrapper{flex:1;width:100%}.c-recording-sdk-wrapper .n-scrollbar{flex:1}.c-recording-sdk-wrapper .n-scrollbar .n-form{text-align:left}
|
@@ -276,14 +276,10 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
276
276
|
type: "default",
|
277
277
|
onClick: foldQuickSearch
|
278
278
|
}, {
|
279
|
-
default: withCtx(() =>
|
279
|
+
default: withCtx(() => {
|
280
280
|
var _a, _b, _c;
|
281
|
-
|
282
|
-
|
283
|
-
} catch (e) {
|
284
|
-
return "\u7B5B\u9009";
|
285
|
-
}
|
286
|
-
}()), __props.qqConObjCount ? (openBlock(), createElementBlock("span", _hoisted_7, "(" + toDisplayString(__props.qqConObjCount) + ")", 1)) : createCommentVNode("v-if", true)]),
|
281
|
+
return [_hoisted_6, createTextVNode(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.278")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.278")) || "\u7B5B\u9009"), __props.qqConObjCount ? (openBlock(), createElementBlock("span", _hoisted_7, "(" + toDisplayString(__props.qqConObjCount) + ")", 1)) : createCommentVNode("v-if", true)];
|
282
|
+
}),
|
287
283
|
_: 1
|
288
284
|
})])) : createCommentVNode("v-if", true), createCommentVNode(" start--\u7B5B\u9009\u5916\u663E--start "), (openBlock(true), createElementBlock(Fragment, null, renderList(outSearchFieldList.value, (item) => {
|
289
285
|
return openBlock(), createElementBlock(Fragment, null, [item.isRender ? (openBlock(), createElementBlock("li", {
|
@@ -302,32 +298,24 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
302
298
|
type: "primary",
|
303
299
|
onClick: outFilterChange
|
304
300
|
}, {
|
305
|
-
default: withCtx(() =>
|
306
|
-
component: unref(Search),
|
307
|
-
size: "16",
|
308
|
-
style: {
|
309
|
-
"margin-right": "6px"
|
310
|
-
}
|
311
|
-
}, null, 8, ["component"]), createTextVNode(function() {
|
301
|
+
default: withCtx(() => {
|
312
302
|
var _a, _b, _c;
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
303
|
+
return [createVNode(unref(NIcon), {
|
304
|
+
component: unref(Search),
|
305
|
+
size: "16",
|
306
|
+
style: {
|
307
|
+
"margin-right": "6px"
|
308
|
+
}
|
309
|
+
}, null, 8, ["component"]), createTextVNode(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.405")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.405")) || "\u67E5\u8BE2")];
|
310
|
+
}),
|
319
311
|
_: 1
|
320
312
|
})])) : createCommentVNode("v-if", true), createCommentVNode(" \u91CD\u7F6E\u6309\u94AE "), showResetFilterBtn.value ? (openBlock(), createElementBlock("li", _hoisted_12, [createVNode(unref(NButton), {
|
321
313
|
onClick: handleReset
|
322
314
|
}, {
|
323
|
-
default: withCtx(() =>
|
315
|
+
default: withCtx(() => {
|
324
316
|
var _a, _b, _c;
|
325
|
-
|
326
|
-
|
327
|
-
} catch (e) {
|
328
|
-
return "\u91CD\u7F6E";
|
329
|
-
}
|
330
|
-
}())]),
|
317
|
+
return [_hoisted_13, createTextVNode(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.406")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.406")) || "\u91CD\u7F6E")];
|
318
|
+
}),
|
331
319
|
_: 1
|
332
320
|
})])) : createCommentVNode("v-if", true), createCommentVNode(" \u4E1A\u52A1\u6309\u94AE\u63D2\u69FD "), renderSlot(_ctx.$slots, "buttons")])])])]);
|
333
321
|
};
|
@@ -390,14 +390,10 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
390
390
|
visible: isScanMultiTable2 || false,
|
391
391
|
width: "60",
|
392
392
|
slots: {
|
393
|
-
header: () =>
|
393
|
+
header: () => {
|
394
394
|
var _a2, _b2, _c2;
|
395
|
-
|
396
|
-
|
397
|
-
} catch (e) {
|
398
|
-
return "\u64CD\u4F5C";
|
399
|
-
}
|
400
|
-
}(),
|
395
|
+
return ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.241")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.241")) || "\u64CD\u4F5C";
|
396
|
+
},
|
401
397
|
default: scanMultiOperate
|
402
398
|
}
|
403
399
|
}, {
|
@@ -589,14 +585,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
589
585
|
});
|
590
586
|
},
|
591
587
|
default() {
|
592
|
-
|
593
|
-
|
594
|
-
try {
|
595
|
-
return ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.285")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.285")) || "\u662F\u5426\u786E\u8BA4\u5220\u9664\uFF1F";
|
596
|
-
} catch (e) {
|
597
|
-
return "\u662F\u5426\u786E\u8BA4\u5220\u9664\uFF1F";
|
598
|
-
}
|
599
|
-
}();
|
588
|
+
var _a2, _b, _c;
|
589
|
+
return ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.285")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.285")) || "\u662F\u5426\u786E\u8BA4\u5220\u9664\uFF1F";
|
600
590
|
}
|
601
591
|
});
|
602
592
|
} else {
|
@@ -755,162 +745,128 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
755
745
|
}, null), field.visible ? createVNode(Teleport, {
|
756
746
|
"to": props.filterDomPortal
|
757
747
|
}, {
|
758
|
-
default: () =>
|
759
|
-
|
760
|
-
"
|
761
|
-
|
762
|
-
|
763
|
-
|
764
|
-
|
765
|
-
|
766
|
-
|
767
|
-
"class": "sort-list",
|
768
|
-
"style": {
|
769
|
-
display: field.isSort ? "block" : "none"
|
770
|
-
}
|
771
|
-
}, [createVNode("div", {
|
772
|
-
"class": ["sort-item", {
|
773
|
-
active: field.filterSort === "asc"
|
774
|
-
}],
|
775
|
-
"onClick": () => handlefilterBoxClickSort("asc", field)
|
776
|
-
}, [createVNode("i", {
|
777
|
-
"class": "sort-icon sort-icon-asc"
|
778
|
-
}, null), createVNode("span", {
|
779
|
-
"class": "sort-text"
|
780
|
-
}, [createTextVNode("\u5347\u5E8F A to Z")])]), createVNode("div", {
|
781
|
-
"class": ["sort-item", {
|
782
|
-
active: field.filterSort === "desc"
|
783
|
-
}],
|
784
|
-
"onClick": () => handlefilterBoxClickSort("desc", field)
|
785
|
-
}, [createVNode("i", {
|
786
|
-
"class": "sort-icon sort-icon-asc"
|
787
|
-
}, null), createVNode("span", {
|
788
|
-
"class": "sort-text"
|
789
|
-
}, [createTextVNode("\u964D\u5E8F Z to A")])])]), createVNode("div", {
|
790
|
-
"class": "filter-header"
|
791
|
-
}, [createVNode("i", {
|
792
|
-
"class": "filter-header-icon vxe-filter--btn vxe-icon--funnel"
|
793
|
-
}, null), createVNode("span", {
|
794
|
-
"class": "filter-header-text"
|
795
|
-
}, [createTextVNode(function() {
|
796
|
-
var _a, _b, _c;
|
797
|
-
try {
|
798
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.278")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.278")) || "\u7B5B\u9009";
|
799
|
-
} catch (e) {
|
800
|
-
return "\u7B5B\u9009";
|
801
|
-
}
|
802
|
-
}())])]), field.filterItems.length > 5 ? createVNode("div", {
|
803
|
-
"class": "checkbox-wrap checkbox-wrap--search"
|
804
|
-
}, [createVNode("div", {
|
805
|
-
"class": "check-search-wrap"
|
806
|
-
}, [createVNode(InputButton, {
|
807
|
-
"onTrigger": (content) => handleFilterSeach(content, field)
|
808
|
-
}, null)])]) : "", createVNode("div", {
|
809
|
-
"class": "checkbox-box"
|
810
|
-
}, [createVNode("div", {
|
811
|
-
"class": "checkbox-wrap js-checkbox-wrap",
|
812
|
-
"style": {
|
813
|
-
height: state.filterHeight + state.distance + "px"
|
814
|
-
}
|
815
|
-
}, [!field.searchFilterText ? createVNode("div", {
|
816
|
-
"class": "sort-item"
|
817
|
-
}, [createVNode(NCheckbox, {
|
818
|
-
"indeterminate": field.indeterminate,
|
819
|
-
"checked": field.checkAll,
|
820
|
-
"onUpdate:checked": (val) => {
|
821
|
-
handleFilterChangeAll(val, field);
|
822
|
-
}
|
823
|
-
}, {
|
824
|
-
default: () => [createTextVNode(function() {
|
825
|
-
var _a, _b, _c;
|
826
|
-
try {
|
827
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.37")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.37")) || "\u5168\u9009";
|
828
|
-
} catch (e) {
|
829
|
-
return "\u5168\u9009";
|
748
|
+
default: () => {
|
749
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _i;
|
750
|
+
return [createVNode("div", {
|
751
|
+
"class": "big-table-filter-wrap",
|
752
|
+
"style": {
|
753
|
+
left: field.left,
|
754
|
+
right: field.right,
|
755
|
+
top: field.top,
|
756
|
+
width: state.filterWidth + state.distance + "px"
|
830
757
|
}
|
831
|
-
}(
|
832
|
-
|
833
|
-
|
834
|
-
|
835
|
-
}, {
|
836
|
-
default: () => [createVNode(NGrid, {
|
837
|
-
"cols": 1
|
838
|
-
}, _isSlot(_slot = checkboxItems().map((item2) => {
|
839
|
-
return createVNode(NGi, {
|
840
|
-
"class": "sort-item"
|
841
|
-
}, {
|
842
|
-
default: () => [createVNode(NCheckbox, {
|
843
|
-
"value": item2.value,
|
844
|
-
"label": item2.key
|
845
|
-
}, null)]
|
846
|
-
});
|
847
|
-
})) ? _slot : {
|
848
|
-
default: () => [_slot]
|
849
|
-
})]
|
850
|
-
})])]), createVNode("div", {
|
851
|
-
"class": "checkbox-btn-wrap",
|
852
|
-
"style": {
|
853
|
-
justifyContent: field.CONVERT.length ? "space-between" : "flex-end"
|
854
|
-
}
|
855
|
-
}, [field.CONVERT.length ? createVNode("div", {
|
856
|
-
"class": "checkbox-btn-status"
|
857
|
-
}, [createVNode("span", null, [createTextVNode(function() {
|
858
|
-
var _a, _b, _c;
|
859
|
-
try {
|
860
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.39")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.39")) || "\u5DF2\u9009\u62E9";
|
861
|
-
} catch (e) {
|
862
|
-
return "\u5DF2\u9009\u62E9";
|
863
|
-
}
|
864
|
-
}()), field.CONVERT.length, createTextVNode(function() {
|
865
|
-
var _a, _b, _c;
|
866
|
-
try {
|
867
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.417")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.417")) || "\u9879";
|
868
|
-
} catch (e) {
|
869
|
-
return "\u9879";
|
870
|
-
}
|
871
|
-
}())]), createVNode(NButton, {
|
872
|
-
"class": "checkbox-btn checkbox-btn-clear",
|
873
|
-
"text": true,
|
874
|
-
"onClick": () => handleFilterClearAll(item.columnName)
|
875
|
-
}, {
|
876
|
-
default: () => [createTextVNode(function() {
|
877
|
-
var _a, _b, _c;
|
878
|
-
try {
|
879
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.509")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.509")) || "\u6E05\u7A7A";
|
880
|
-
} catch (e) {
|
881
|
-
return "\u6E05\u7A7A";
|
758
|
+
}, [createVNode("div", {
|
759
|
+
"class": "sort-list",
|
760
|
+
"style": {
|
761
|
+
display: field.isSort ? "block" : "none"
|
882
762
|
}
|
883
|
-
}(
|
884
|
-
|
885
|
-
|
886
|
-
|
887
|
-
|
888
|
-
|
889
|
-
|
890
|
-
|
891
|
-
|
892
|
-
|
893
|
-
|
894
|
-
|
763
|
+
}, [createVNode("div", {
|
764
|
+
"class": ["sort-item", {
|
765
|
+
active: field.filterSort === "asc"
|
766
|
+
}],
|
767
|
+
"onClick": () => handlefilterBoxClickSort("asc", field)
|
768
|
+
}, [createVNode("i", {
|
769
|
+
"class": "sort-icon sort-icon-asc"
|
770
|
+
}, null), createVNode("span", {
|
771
|
+
"class": "sort-text"
|
772
|
+
}, [createTextVNode("\u5347\u5E8F A to Z")])]), createVNode("div", {
|
773
|
+
"class": ["sort-item", {
|
774
|
+
active: field.filterSort === "desc"
|
775
|
+
}],
|
776
|
+
"onClick": () => handlefilterBoxClickSort("desc", field)
|
777
|
+
}, [createVNode("i", {
|
778
|
+
"class": "sort-icon sort-icon-asc"
|
779
|
+
}, null), createVNode("span", {
|
780
|
+
"class": "sort-text"
|
781
|
+
}, [createTextVNode("\u964D\u5E8F Z to A")])])]), createVNode("div", {
|
782
|
+
"class": "filter-header"
|
783
|
+
}, [createVNode("i", {
|
784
|
+
"class": "filter-header-icon vxe-filter--btn vxe-icon--funnel"
|
785
|
+
}, null), createVNode("span", {
|
786
|
+
"class": "filter-header-text"
|
787
|
+
}, [createTextVNode(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.278")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.278")) || "\u7B5B\u9009")])]), field.filterItems.length > 5 ? createVNode("div", {
|
788
|
+
"class": "checkbox-wrap checkbox-wrap--search"
|
789
|
+
}, [createVNode("div", {
|
790
|
+
"class": "check-search-wrap"
|
791
|
+
}, [createVNode(InputButton, {
|
792
|
+
"onTrigger": (content) => handleFilterSeach(content, field)
|
793
|
+
}, null)])]) : "", createVNode("div", {
|
794
|
+
"class": "checkbox-box"
|
795
|
+
}, [createVNode("div", {
|
796
|
+
"class": "checkbox-wrap js-checkbox-wrap",
|
797
|
+
"style": {
|
798
|
+
height: state.filterHeight + state.distance + "px"
|
895
799
|
}
|
896
|
-
}(
|
897
|
-
|
898
|
-
|
899
|
-
|
900
|
-
|
901
|
-
|
902
|
-
|
903
|
-
|
904
|
-
|
905
|
-
|
906
|
-
|
907
|
-
|
908
|
-
|
800
|
+
}, [!field.searchFilterText ? createVNode("div", {
|
801
|
+
"class": "sort-item"
|
802
|
+
}, [createVNode(NCheckbox, {
|
803
|
+
"indeterminate": field.indeterminate,
|
804
|
+
"checked": field.checkAll,
|
805
|
+
"onUpdate:checked": (val) => {
|
806
|
+
handleFilterChangeAll(val, field);
|
807
|
+
}
|
808
|
+
}, {
|
809
|
+
default: () => {
|
810
|
+
var _a2, _b2, _c2;
|
811
|
+
return [createTextVNode(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.37")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.37")) || "\u5168\u9009")];
|
812
|
+
}
|
813
|
+
})]) : "", createVNode(NCheckboxGroup, {
|
814
|
+
"value": field.searchFilterText ? field.searchFilterCONVERT : field.CONVERT,
|
815
|
+
"onUpdate:value": (val) => field.searchFilterText ? handleFilterSearchChange(val, item.columnName, field) : handleFilterChange(val, item.columnName, field)
|
816
|
+
}, {
|
817
|
+
default: () => [createVNode(NGrid, {
|
818
|
+
"cols": 1
|
819
|
+
}, _isSlot(_slot = checkboxItems().map((item2) => {
|
820
|
+
return createVNode(NGi, {
|
821
|
+
"class": "sort-item"
|
822
|
+
}, {
|
823
|
+
default: () => [createVNode(NCheckbox, {
|
824
|
+
"value": item2.value,
|
825
|
+
"label": item2.key
|
826
|
+
}, null)]
|
827
|
+
});
|
828
|
+
})) ? _slot : {
|
829
|
+
default: () => [_slot]
|
830
|
+
})]
|
831
|
+
})])]), createVNode("div", {
|
832
|
+
"class": "checkbox-btn-wrap",
|
833
|
+
"style": {
|
834
|
+
justifyContent: field.CONVERT.length ? "space-between" : "flex-end"
|
835
|
+
}
|
836
|
+
}, [field.CONVERT.length ? createVNode("div", {
|
837
|
+
"class": "checkbox-btn-status"
|
838
|
+
}, [createVNode("span", null, [createTextVNode(((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.39")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.39")) || "\u5DF2\u9009\u62E9"), field.CONVERT.length, createTextVNode(((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.417")) || ((_i = (_h = window.top) == null ? void 0 : _h.getLanguageByCode) == null ? void 0 : _i.call(_h, "10010.1.417")) || "\u9879")]), createVNode(NButton, {
|
839
|
+
"class": "checkbox-btn checkbox-btn-clear",
|
840
|
+
"text": true,
|
841
|
+
"onClick": () => handleFilterClearAll(item.columnName)
|
842
|
+
}, {
|
843
|
+
default: () => {
|
844
|
+
var _a2, _b2, _c2;
|
845
|
+
return [createTextVNode(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.509")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.509")) || "\u6E05\u7A7A")];
|
846
|
+
}
|
847
|
+
})]) : null, createVNode("div", null, [createVNode(NButton, {
|
848
|
+
"size": "small",
|
849
|
+
"class": "checkbox-btn",
|
850
|
+
"onClick": () => handleCancelFilter()
|
851
|
+
}, {
|
852
|
+
default: () => {
|
853
|
+
var _a2, _b2, _c2;
|
854
|
+
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")];
|
909
855
|
}
|
910
|
-
}(
|
911
|
-
|
912
|
-
|
913
|
-
|
856
|
+
}), createVNode(NButton, {
|
857
|
+
"size": "small",
|
858
|
+
"class": "checkbox-btn",
|
859
|
+
"type": "primary",
|
860
|
+
"onClick": () => handleFilter(field)
|
861
|
+
}, {
|
862
|
+
default: () => {
|
863
|
+
var _a2, _b2, _c2;
|
864
|
+
return [createTextVNode(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.27")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.27")) || "\u786E\u5B9A")];
|
865
|
+
}
|
866
|
+
})])]), createVNode("div", {
|
867
|
+
"class": "arrows-icon"
|
868
|
+
}, null)])];
|
869
|
+
}
|
914
870
|
}) : ""])];
|
915
871
|
};
|
916
872
|
};
|
@@ -1733,14 +1689,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
1733
1689
|
}, null);
|
1734
1690
|
},
|
1735
1691
|
default() {
|
1736
|
-
|
1737
|
-
|
1738
|
-
try {
|
1739
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.285")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.285")) || "\u662F\u5426\u786E\u8BA4\u5220\u9664\uFF1F";
|
1740
|
-
} catch (e) {
|
1741
|
-
return "\u662F\u5426\u786E\u8BA4\u5220\u9664\uFF1F";
|
1742
|
-
}
|
1743
|
-
}();
|
1692
|
+
var _a, _b, _c;
|
1693
|
+
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.285")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.285")) || "\u662F\u5426\u786E\u8BA4\u5220\u9664\uFF1F";
|
1744
1694
|
}
|
1745
1695
|
});
|
1746
1696
|
};
|
@@ -1981,14 +1931,10 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
1981
1931
|
"size": "small",
|
1982
1932
|
"text": true
|
1983
1933
|
}, {
|
1984
|
-
default: () =>
|
1934
|
+
default: () => {
|
1985
1935
|
var _a, _b, _c;
|
1986
|
-
|
1987
|
-
|
1988
|
-
} catch (e) {
|
1989
|
-
return "\u4FDD\u5B58";
|
1990
|
-
}
|
1991
|
-
}()
|
1936
|
+
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";
|
1937
|
+
}
|
1992
1938
|
}), createVNode(NButton, {
|
1993
1939
|
"style": {
|
1994
1940
|
display: row.__isInlineEditing ? "inline-block" : "none"
|
@@ -2001,14 +1947,10 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
2001
1947
|
"size": "small",
|
2002
1948
|
"text": true
|
2003
1949
|
}, {
|
2004
|
-
default: () =>
|
1950
|
+
default: () => {
|
2005
1951
|
var _a, _b, _c;
|
2006
|
-
|
2007
|
-
|
2008
|
-
} catch (e) {
|
2009
|
-
return "\u53D6\u6D88";
|
2010
|
-
}
|
2011
|
-
}()
|
1952
|
+
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";
|
1953
|
+
}
|
2012
1954
|
})])];
|
2013
1955
|
};
|
2014
1956
|
const getTileBtnList = (row, index) => {
|