bm-admin-ui 1.0.40-alpha → 1.0.41-alpha
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/es/components/breadcrumb/index.d.ts +162 -0
- package/es/components/breadcrumb/index.js +158 -0
- package/es/components/breadcrumb/src/breadcrumb.vue.d.ts +161 -0
- package/es/components/button/index.d.ts +303 -1
- package/es/components/editor/index.d.ts +305 -0
- package/es/components/editor/index.js +12543 -0
- package/es/components/editor/src/editor.vue.d.ts +304 -0
- package/es/components/editor/src/props.d.ts +31 -0
- package/es/components/feedback/index.d.ts +1028 -2
- package/es/components/float-table/index.d.ts +68 -1
- package/es/components/flow-designer/index.d.ts +5 -1
- package/es/components/form-create/index.js +77 -156
- package/es/components/form-designer/index.js +33 -131
- package/es/components/index.d.ts +2 -0
- package/es/components/index.js +2 -0
- package/es/components/input-tags-display/index.d.ts +138 -1
- package/es/components/input-tags-display/src/input-tags-display.vue.d.ts +1 -1
- package/es/components/over-tooltips/index.d.ts +33 -1
- package/es/components/search-filter/index.d.ts +233 -1
- package/es/components/search-filter/src/search-filter.vue.d.ts +3 -3
- package/es/components/select-all/index.d.ts +752 -1
- package/es/components/select-all/src/selectAll.vue.d.ts +5 -5
- package/es/components/shops-filter/index.d.ts +97 -1
- package/es/components/shops-filter/src/shops-filter.vue.d.ts +1 -1
- package/es/components/staffs-selector/index.d.ts +1095 -1
- package/es/components/staffs-selector/index.js +535 -505
- package/es/components/staffs-selector/src/action.d.ts +66 -0
- package/es/components/staffs-selector/src/multipleCmp.vue.d.ts +11 -49
- package/es/components/staffs-selector/src/staffs-selector.vue.d.ts +998 -10
- package/es/components/staffs-selector/src/variedCmp.vue.d.ts +18 -11
- package/es/components/timeline/index.d.ts +111 -2
- package/es/components/upload/index.d.ts +139 -2
- package/es/components/upload/index.js +207 -170
- package/es/components/upload/src/props.d.ts +50 -0
- package/es/components/upload/src/upload.vue.d.ts +44 -11
- package/es/utils/bm-admin-ui-resolver.d.ts +1 -3
- package/es/utils/bm-admin-ui-resolver.js +1 -1
- package/es/utils/with-install.d.ts +7 -1
- package/es/utils/with-install.js +1 -0
- package/index.esm.js +81188 -71499
- package/index.js +81186 -71495
- package/lib/components/breadcrumb/index.d.ts +162 -0
- package/lib/components/breadcrumb/index.js +168 -0
- package/lib/components/breadcrumb/src/breadcrumb.vue.d.ts +161 -0
- package/lib/components/button/index.d.ts +303 -1
- package/lib/components/editor/index.d.ts +305 -0
- package/lib/components/editor/index.js +12548 -0
- package/lib/components/editor/src/editor.vue.d.ts +304 -0
- package/lib/components/editor/src/props.d.ts +31 -0
- package/lib/components/feedback/index.d.ts +1028 -2
- package/lib/components/float-table/index.d.ts +68 -1
- package/lib/components/flow-designer/index.d.ts +5 -1
- package/lib/components/form-create/index.js +76 -155
- package/lib/components/form-designer/index.js +32 -130
- package/lib/components/index.d.ts +2 -0
- package/lib/components/index.js +14 -0
- package/lib/components/input-tags-display/index.d.ts +138 -1
- package/lib/components/input-tags-display/src/input-tags-display.vue.d.ts +1 -1
- package/lib/components/over-tooltips/index.d.ts +33 -1
- package/lib/components/search-filter/index.d.ts +233 -1
- package/lib/components/search-filter/src/search-filter.vue.d.ts +3 -3
- package/lib/components/select-all/index.d.ts +752 -1
- package/lib/components/select-all/src/selectAll.vue.d.ts +5 -5
- package/lib/components/shops-filter/index.d.ts +97 -1
- package/lib/components/shops-filter/src/shops-filter.vue.d.ts +1 -1
- package/lib/components/staffs-selector/index.d.ts +1095 -1
- package/lib/components/staffs-selector/index.js +536 -506
- package/lib/components/staffs-selector/src/action.d.ts +66 -0
- package/lib/components/staffs-selector/src/multipleCmp.vue.d.ts +11 -49
- package/lib/components/staffs-selector/src/staffs-selector.vue.d.ts +998 -10
- package/lib/components/staffs-selector/src/variedCmp.vue.d.ts +18 -11
- package/lib/components/timeline/index.d.ts +111 -2
- package/lib/components/upload/index.d.ts +139 -2
- package/lib/components/upload/index.js +205 -168
- package/lib/components/upload/src/props.d.ts +50 -0
- package/lib/components/upload/src/upload.vue.d.ts +44 -11
- package/lib/utils/bm-admin-ui-resolver.d.ts +1 -3
- package/lib/utils/bm-admin-ui-resolver.js +1 -1
- package/lib/utils/with-install.d.ts +7 -1
- package/lib/utils/with-install.js +1 -0
- package/package.json +2 -2
- package/theme-chalk/breadcrumb.css +1 -0
- package/theme-chalk/editor.css +16 -0
- package/theme-chalk/form-create.css +1 -1
- package/theme-chalk/index.css +16 -1
- package/theme-chalk/staffs-selector.css +1 -1
- package/theme-chalk/upload.css +1 -1
- package/types/components/breadcrumb/index.d.ts +162 -0
- package/types/components/breadcrumb/src/breadcrumb.vue.d.ts +161 -0
- package/types/components/button/index.d.ts +303 -1
- package/types/components/editor/index.d.ts +305 -0
- package/types/components/editor/src/editor.vue.d.ts +304 -0
- package/types/components/editor/src/props.d.ts +31 -0
- package/types/components/feedback/index.d.ts +1028 -2
- package/types/components/float-table/index.d.ts +68 -1
- package/types/components/flow-designer/index.d.ts +5 -1
- package/types/components/index.d.ts +2 -0
- package/types/components/input-tags-display/index.d.ts +138 -1
- package/types/components/input-tags-display/src/input-tags-display.vue.d.ts +1 -1
- package/types/components/over-tooltips/index.d.ts +33 -1
- package/types/components/search-filter/index.d.ts +233 -1
- package/types/components/search-filter/src/search-filter.vue.d.ts +3 -3
- package/types/components/select-all/index.d.ts +752 -1
- package/types/components/select-all/src/selectAll.vue.d.ts +5 -5
- package/types/components/shops-filter/index.d.ts +97 -1
- package/types/components/shops-filter/src/shops-filter.vue.d.ts +1 -1
- package/types/components/staffs-selector/index.d.ts +1095 -1
- package/types/components/staffs-selector/src/action.d.ts +66 -0
- package/types/components/staffs-selector/src/multipleCmp.vue.d.ts +11 -49
- package/types/components/staffs-selector/src/staffs-selector.vue.d.ts +998 -10
- package/types/components/staffs-selector/src/variedCmp.vue.d.ts +18 -11
- package/types/components/timeline/index.d.ts +111 -2
- package/types/components/upload/index.d.ts +139 -2
- package/types/components/upload/src/props.d.ts +50 -0
- package/types/components/upload/src/upload.vue.d.ts +44 -11
- package/types/utils/bm-admin-ui-resolver.d.ts +1 -3
- package/types/utils/with-install.d.ts +7 -1
|
@@ -6,7 +6,7 @@ import Picture from 'bm-admin-ui/es/components/upload';
|
|
|
6
6
|
import BmStaffsSelector from 'bm-admin-ui/es/components/staffs-selector';
|
|
7
7
|
import { BmTagsDisplay, BmFloatTable } from 'bm-admin-ui/es/components';
|
|
8
8
|
import { SearchOutlined, CheckCircleFilled, PlusOutlined } from '@ant-design/icons-vue';
|
|
9
|
-
import { cloneDeep, debounce
|
|
9
|
+
import { cloneDeep, debounce } from 'lodash-es';
|
|
10
10
|
import FC from '@form-create/ant-design-vue';
|
|
11
11
|
|
|
12
12
|
const fieldRatioMap = {
|
|
@@ -18,10 +18,7 @@ const fieldRatioMap = {
|
|
|
18
18
|
12: 12,
|
|
19
19
|
18: 18,
|
|
20
20
|
24: 24,
|
|
21
|
-
};
|
|
22
|
-
function getContainer() {
|
|
23
|
-
return document.body;
|
|
24
|
-
}
|
|
21
|
+
};
|
|
25
22
|
|
|
26
23
|
var input = {
|
|
27
24
|
name: 'input',
|
|
@@ -69,13 +66,12 @@ var input = {
|
|
|
69
66
|
field,
|
|
70
67
|
title: data.title.title,
|
|
71
68
|
headerClassName: data.effect.required ? 'is-required' : '',
|
|
72
|
-
|
|
69
|
+
width: data.config.fieldRatio,
|
|
73
70
|
slots: {
|
|
74
71
|
default({ row }) {
|
|
75
72
|
return h(Input, {
|
|
76
73
|
value: row[field],
|
|
77
74
|
placeholder: data.props.placeholder,
|
|
78
|
-
disabled: data.disabled,
|
|
79
75
|
maxlength: 200,
|
|
80
76
|
'onUpdate:value': (value) => {
|
|
81
77
|
row[field] = value;
|
|
@@ -135,7 +131,7 @@ var textarea = {
|
|
|
135
131
|
field,
|
|
136
132
|
title: data.title.title,
|
|
137
133
|
headerClassName: data.effect.required ? 'is-required' : '',
|
|
138
|
-
|
|
134
|
+
width: data.config.fieldRatio,
|
|
139
135
|
slots: {
|
|
140
136
|
default({ row }) {
|
|
141
137
|
return h(Input, {
|
|
@@ -143,7 +139,6 @@ var textarea = {
|
|
|
143
139
|
value: row[field],
|
|
144
140
|
maxlength: 5000,
|
|
145
141
|
placeholder: data.props.placeholder,
|
|
146
|
-
disabled: data.disabled,
|
|
147
142
|
'onUpdate:value': (value) => {
|
|
148
143
|
row[field] = value;
|
|
149
144
|
},
|
|
@@ -205,7 +200,7 @@ var numInput = {
|
|
|
205
200
|
field,
|
|
206
201
|
title: data.title.title,
|
|
207
202
|
headerClassName: data.effect.required ? 'is-required' : '',
|
|
208
|
-
|
|
203
|
+
width: data.config.fieldRatio,
|
|
209
204
|
slots: {
|
|
210
205
|
default({ row }) {
|
|
211
206
|
return h(InputNumber, {
|
|
@@ -217,7 +212,6 @@ var numInput = {
|
|
|
217
212
|
style: {
|
|
218
213
|
width: '100%',
|
|
219
214
|
},
|
|
220
|
-
disabled: data.disabled,
|
|
221
215
|
});
|
|
222
216
|
},
|
|
223
217
|
},
|
|
@@ -271,15 +265,13 @@ var radio = {
|
|
|
271
265
|
field,
|
|
272
266
|
title: data.title.title,
|
|
273
267
|
headerClassName: data.effect.required ? 'is-required' : '',
|
|
274
|
-
|
|
268
|
+
width: data.config.fieldRatio,
|
|
275
269
|
slots: {
|
|
276
270
|
default({ row }) {
|
|
277
271
|
return h(Select, {
|
|
278
272
|
value: row[field],
|
|
279
273
|
placeholder: data.props.placeholder,
|
|
280
274
|
options: data.options,
|
|
281
|
-
disabled: data.disabled,
|
|
282
|
-
getPopupContainer: getContainer,
|
|
283
275
|
'onUpdate:value': (value) => {
|
|
284
276
|
row[field] = value;
|
|
285
277
|
},
|
|
@@ -334,7 +326,7 @@ var checkbox = {
|
|
|
334
326
|
field,
|
|
335
327
|
title: data.title.title,
|
|
336
328
|
headerClassName: data.effect.required ? 'is-required' : '',
|
|
337
|
-
|
|
329
|
+
width: data.config.fieldRatio,
|
|
338
330
|
slots: {
|
|
339
331
|
default({ row }) {
|
|
340
332
|
return h(Select, {
|
|
@@ -342,8 +334,6 @@ var checkbox = {
|
|
|
342
334
|
placeholder: data.props.placeholder,
|
|
343
335
|
options: data.options,
|
|
344
336
|
mode: 'multiple',
|
|
345
|
-
getPopupContainer: getContainer,
|
|
346
|
-
disabled: data.disabled,
|
|
347
337
|
'onUpdate:value': (value) => {
|
|
348
338
|
row[field] = value;
|
|
349
339
|
},
|
|
@@ -417,7 +407,7 @@ var date = {
|
|
|
417
407
|
field,
|
|
418
408
|
title: data.title.title,
|
|
419
409
|
headerClassName: data.effect.required ? 'is-required' : '',
|
|
420
|
-
|
|
410
|
+
width: data.config.fieldRatio,
|
|
421
411
|
slots: {
|
|
422
412
|
default({ row }) {
|
|
423
413
|
return h(DatePicker, {
|
|
@@ -433,8 +423,6 @@ var date = {
|
|
|
433
423
|
style: {
|
|
434
424
|
width: '100%',
|
|
435
425
|
},
|
|
436
|
-
getCalendarContainer: getContainer,
|
|
437
|
-
disabled: data.disabled,
|
|
438
426
|
});
|
|
439
427
|
},
|
|
440
428
|
},
|
|
@@ -454,7 +442,7 @@ var dateRange = {
|
|
|
454
442
|
type: 'datePicker',
|
|
455
443
|
field: data.field,
|
|
456
444
|
title: data.title.title,
|
|
457
|
-
props: Object.assign({ range: true, separator: '~', format, valueFormat: format, placeholder: data.props.placeholder
|
|
445
|
+
props: Object.assign({ range: true, separator: '~', format, valueFormat: format, placeholder: data.props.placeholder }, extraProps),
|
|
458
446
|
effect: {
|
|
459
447
|
required: data.effect.required && '请选择',
|
|
460
448
|
},
|
|
@@ -499,7 +487,7 @@ var dateRange = {
|
|
|
499
487
|
field,
|
|
500
488
|
title: data.title.title,
|
|
501
489
|
headerClassName: data.effect.required ? 'is-required' : '',
|
|
502
|
-
|
|
490
|
+
width: data.config.fieldRatio,
|
|
503
491
|
slots: {
|
|
504
492
|
default({ row }) {
|
|
505
493
|
return h(RangePicker, {
|
|
@@ -515,8 +503,6 @@ var dateRange = {
|
|
|
515
503
|
style: {
|
|
516
504
|
width: '100%',
|
|
517
505
|
},
|
|
518
|
-
getCalendarContainer: getContainer,
|
|
519
|
-
disabled: data.disabled,
|
|
520
506
|
});
|
|
521
507
|
},
|
|
522
508
|
},
|
|
@@ -768,7 +754,7 @@ var _export_sfc = (sfc, props) => {
|
|
|
768
754
|
|
|
769
755
|
const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
770
756
|
__name: "staff-selector",
|
|
771
|
-
props: ["placeholder", "defaultSelected"
|
|
757
|
+
props: ["placeholder", "defaultSelected"],
|
|
772
758
|
emits: ["change"],
|
|
773
759
|
setup(__props, { emit: emits }) {
|
|
774
760
|
const props = __props;
|
|
@@ -798,10 +784,9 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
798
784
|
list: selected.value,
|
|
799
785
|
"onUpdate:list": _cache[0] || (_cache[0] = ($event) => selected.value = $event),
|
|
800
786
|
"show-empty-btn": false,
|
|
801
|
-
disabled: __props.disabled,
|
|
802
787
|
"show-empty": "",
|
|
803
788
|
onAddClick: handleAdd
|
|
804
|
-
}, null, 8, ["list"
|
|
789
|
+
}, null, 8, ["list"]),
|
|
805
790
|
createVNode(unref(BmStaffsSelector), mergeProps({
|
|
806
791
|
select: selected.value,
|
|
807
792
|
"onUpdate:select": _cache[1] || (_cache[1] = ($event) => selected.value = $event),
|
|
@@ -898,10 +883,10 @@ var people = {
|
|
|
898
883
|
field,
|
|
899
884
|
title: data.title.title,
|
|
900
885
|
headerClassName: data.effect.required ? 'is-required' : '',
|
|
901
|
-
|
|
886
|
+
width: data.config.fieldRatio,
|
|
902
887
|
slots: {
|
|
903
888
|
default({ row }) {
|
|
904
|
-
return h(StaffSelector, Object.assign({ title: '添加员工', mode: data.props.limit ? 'radio' : 'multiple', placeholder: data.props.placeholder,
|
|
889
|
+
return h(StaffSelector, Object.assign({ title: '添加员工', mode: data.props.limit ? 'radio' : 'multiple', placeholder: data.props.placeholder, onChange: (value) => {
|
|
905
890
|
row[field] = value;
|
|
906
891
|
}, defaultSelected: row[field] }, extraConfig.people));
|
|
907
892
|
},
|
|
@@ -959,12 +944,12 @@ const _hoisted_1$5 = { class: "bm-fc-select-material-temp__content__item-info" }
|
|
|
959
944
|
const _hoisted_2$5 = { class: "bm-fc-select-material-temp__content__item-info__cover" };
|
|
960
945
|
const _hoisted_3$4 = ["src"];
|
|
961
946
|
const _hoisted_4$4 = ["onClick"];
|
|
962
|
-
const _hoisted_5$
|
|
947
|
+
const _hoisted_5$3 = {
|
|
963
948
|
key: 1,
|
|
964
949
|
class: "bm-fc-select-material-temp__content__circle"
|
|
965
950
|
};
|
|
966
|
-
const _hoisted_6$
|
|
967
|
-
const _hoisted_7$
|
|
951
|
+
const _hoisted_6$3 = ["title"];
|
|
952
|
+
const _hoisted_7$3 = { class: "bm-fc-select-material-temp__content__item-time" };
|
|
968
953
|
const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
969
954
|
__name: "select-material-temp",
|
|
970
955
|
props: ["visible", "fetchMaterialType", "fetchMaterialTemp"],
|
|
@@ -1149,13 +1134,13 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
1149
1134
|
selectItem.value.id === item.id ? (openBlock(), createBlock(unref(CheckCircleFilled), {
|
|
1150
1135
|
key: 0,
|
|
1151
1136
|
class: "bm-fc-select-material-temp__content__check-icon"
|
|
1152
|
-
})) : (openBlock(), createElementBlock("span", _hoisted_5$
|
|
1137
|
+
})) : (openBlock(), createElementBlock("span", _hoisted_5$3)),
|
|
1153
1138
|
createElementVNode("span", {
|
|
1154
1139
|
class: "bm-fc-select-material-temp__content__name",
|
|
1155
1140
|
title: item.templateName
|
|
1156
|
-
}, toDisplayString(item.templateName), 9, _hoisted_6$
|
|
1141
|
+
}, toDisplayString(item.templateName), 9, _hoisted_6$3)
|
|
1157
1142
|
], 8, _hoisted_4$4),
|
|
1158
|
-
createElementVNode("div", _hoisted_7$
|
|
1143
|
+
createElementVNode("div", _hoisted_7$3, toDisplayString(unref(dayjs)(item.lastUpdateTime).format("YYYY/MM/DD")), 1)
|
|
1159
1144
|
])
|
|
1160
1145
|
]),
|
|
1161
1146
|
_: 2
|
|
@@ -1191,9 +1176,9 @@ const _hoisted_1$4 = { class: "bm-dc-table-widget" };
|
|
|
1191
1176
|
const _hoisted_2$4 = { class: "bm-dc-table-widget__title" };
|
|
1192
1177
|
const _hoisted_3$3 = { class: "bm-dc-table-widget__title-samll" };
|
|
1193
1178
|
const _hoisted_4$3 = { class: "bm-dc-table-widget__top-bar" };
|
|
1194
|
-
const _hoisted_5$
|
|
1195
|
-
const _hoisted_6$
|
|
1196
|
-
const _hoisted_7$
|
|
1179
|
+
const _hoisted_5$2 = { class: "bm-dc-table-widget__table" };
|
|
1180
|
+
const _hoisted_6$2 = ["onClick"];
|
|
1181
|
+
const _hoisted_7$2 = ["onClick"];
|
|
1197
1182
|
const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
1198
1183
|
__name: "table-widget",
|
|
1199
1184
|
props: ["rule", "extraConfig"],
|
|
@@ -1263,9 +1248,6 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
1263
1248
|
}
|
|
1264
1249
|
childRules?.length && columns.push(
|
|
1265
1250
|
...childRules.reduce((pre, cur) => {
|
|
1266
|
-
if (cur.hidden) {
|
|
1267
|
-
return pre;
|
|
1268
|
-
}
|
|
1269
1251
|
const name = cur.name;
|
|
1270
1252
|
if (name === "product") {
|
|
1271
1253
|
pre.push(...getProductColumn(cur));
|
|
@@ -1278,7 +1260,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
1278
1260
|
columns.push({
|
|
1279
1261
|
field: oper,
|
|
1280
1262
|
title: "\u64CD\u4F5C",
|
|
1281
|
-
|
|
1263
|
+
width: "100px",
|
|
1282
1264
|
fixed: "right",
|
|
1283
1265
|
slots: {
|
|
1284
1266
|
default: "floatHandle"
|
|
@@ -1304,13 +1286,12 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
1304
1286
|
field,
|
|
1305
1287
|
title: "\u5546\u54C1\u7F16\u7801",
|
|
1306
1288
|
headerClassName: rule.effect.required ? "is-required" : "",
|
|
1307
|
-
|
|
1289
|
+
width: "138px",
|
|
1308
1290
|
slots: {
|
|
1309
1291
|
default({ row }) {
|
|
1310
1292
|
return h(Input, {
|
|
1311
1293
|
value: row[field],
|
|
1312
1294
|
placeholder: "\u8BF7\u8F93\u5165",
|
|
1313
|
-
disabled: rule.disabled,
|
|
1314
1295
|
"onUpdate:value": (value) => {
|
|
1315
1296
|
row[field] = value;
|
|
1316
1297
|
},
|
|
@@ -1328,7 +1309,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
1328
1309
|
columns2.push({
|
|
1329
1310
|
field: childField,
|
|
1330
1311
|
title: item.label,
|
|
1331
|
-
|
|
1312
|
+
width: "138px",
|
|
1332
1313
|
slots: {
|
|
1333
1314
|
default({ row }) {
|
|
1334
1315
|
if (item.value === "\u5546\u54C1\u56FE\u7247" && row[childField]) {
|
|
@@ -1492,7 +1473,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
1492
1473
|
})
|
|
1493
1474
|
])
|
|
1494
1475
|
]),
|
|
1495
|
-
createElementVNode("div", _hoisted_5$
|
|
1476
|
+
createElementVNode("div", _hoisted_5$2, [
|
|
1496
1477
|
createVNode(unref(FormItemRest), null, {
|
|
1497
1478
|
default: withCtx(() => [
|
|
1498
1479
|
createVNode(unref(BmFloatTable), {
|
|
@@ -1504,12 +1485,12 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
1504
1485
|
unref(copyFeature) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
1505
1486
|
createElementVNode("a", {
|
|
1506
1487
|
onClick: ($event) => handleCopy(row)
|
|
1507
|
-
}, "\u590D\u5236", 8, _hoisted_6$
|
|
1488
|
+
}, "\u590D\u5236", 8, _hoisted_6$2),
|
|
1508
1489
|
createVNode(unref(Divider), { type: "vertical" })
|
|
1509
1490
|
], 64)) : createCommentVNode("v-if", true),
|
|
1510
1491
|
createElementVNode("a", {
|
|
1511
1492
|
onClick: ($event) => handleDelete(rowIndex)
|
|
1512
|
-
}, "\u5220\u9664", 8, _hoisted_7$
|
|
1493
|
+
}, "\u5220\u9664", 8, _hoisted_7$2)
|
|
1513
1494
|
]),
|
|
1514
1495
|
_: 1
|
|
1515
1496
|
}, 8, ["config"])
|
|
@@ -1527,11 +1508,11 @@ const _hoisted_1$3 = /* @__PURE__ */ createElementVNode("span", { class: "bm-fc-
|
|
|
1527
1508
|
const _hoisted_2$3 = { key: 0 };
|
|
1528
1509
|
const _hoisted_3$2 = /* @__PURE__ */ createElementVNode("span", { class: "bm-fc-form-item-label" }, "\u7D20\u6750\u7C7B\u578B\uFF1A", -1);
|
|
1529
1510
|
const _hoisted_4$2 = /* @__PURE__ */ createElementVNode("span", { class: "bm-fc-form-item-label" }, "\u5C3A\u5BF8\uFF1A", -1);
|
|
1530
|
-
const _hoisted_5$
|
|
1531
|
-
const _hoisted_6$
|
|
1532
|
-
const _hoisted_7$
|
|
1533
|
-
const _hoisted_8$
|
|
1534
|
-
const _hoisted_9$
|
|
1511
|
+
const _hoisted_5$1 = /* @__PURE__ */ createElementVNode("span", { class: "bm-fc-form-item-label" }, "\u5C01\u9762\u56FE\uFF1A", -1);
|
|
1512
|
+
const _hoisted_6$1 = ["src"];
|
|
1513
|
+
const _hoisted_7$1 = { key: 1 };
|
|
1514
|
+
const _hoisted_8$1 = /* @__PURE__ */ createElementVNode("span", { class: "bm-fc-form-item-label" }, "\u6A21\u677F\u7ED3\u6784\u56FE\uFF1A", -1);
|
|
1515
|
+
const _hoisted_9$1 = { key: 1 };
|
|
1535
1516
|
const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
1536
1517
|
__name: "material-temp",
|
|
1537
1518
|
props: [
|
|
@@ -1825,7 +1806,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
1825
1806
|
default: withCtx(() => [
|
|
1826
1807
|
createVNode(unref(Col), null, {
|
|
1827
1808
|
default: withCtx(() => [
|
|
1828
|
-
_hoisted_5$
|
|
1809
|
+
_hoisted_5$1
|
|
1829
1810
|
]),
|
|
1830
1811
|
_: 1
|
|
1831
1812
|
}),
|
|
@@ -1838,7 +1819,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
1838
1819
|
key: 0,
|
|
1839
1820
|
class: "bm-fc-form-item__cover",
|
|
1840
1821
|
src: pane.tempSelected.coverPlanPath
|
|
1841
|
-
}, null, 8, _hoisted_6$
|
|
1822
|
+
}, null, 8, _hoisted_6$1)) : (openBlock(), createElementBlock("span", _hoisted_7$1, "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"))
|
|
1842
1823
|
]),
|
|
1843
1824
|
_: 2
|
|
1844
1825
|
}, 1024)
|
|
@@ -1854,7 +1835,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
1854
1835
|
default: withCtx(() => [
|
|
1855
1836
|
createVNode(unref(Col), null, {
|
|
1856
1837
|
default: withCtx(() => [
|
|
1857
|
-
_hoisted_8$
|
|
1838
|
+
_hoisted_8$1
|
|
1858
1839
|
]),
|
|
1859
1840
|
_: 1
|
|
1860
1841
|
}),
|
|
@@ -1867,7 +1848,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
1867
1848
|
key: 0,
|
|
1868
1849
|
class: "bm-fc-form-item__temp-content",
|
|
1869
1850
|
content: pane.tempSelected.content
|
|
1870
|
-
}, null, 8, ["content"])) : (openBlock(), createElementBlock("span", _hoisted_9$
|
|
1851
|
+
}, null, 8, ["content"])) : (openBlock(), createElementBlock("span", _hoisted_9$1, "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"))
|
|
1871
1852
|
]),
|
|
1872
1853
|
_: 2
|
|
1873
1854
|
}, 1024)
|
|
@@ -1994,8 +1975,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
1994
1975
|
"dataFiltering",
|
|
1995
1976
|
"required",
|
|
1996
1977
|
"extraConfig",
|
|
1997
|
-
"defalutValue"
|
|
1998
|
-
"disabled"
|
|
1978
|
+
"defalutValue"
|
|
1999
1979
|
],
|
|
2000
1980
|
emits: ["change"],
|
|
2001
1981
|
setup(__props, { emit: emits }) {
|
|
@@ -2059,9 +2039,8 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
2059
2039
|
createVNode(unref(Input), {
|
|
2060
2040
|
placeholder: "\u8BF7\u8F93\u5165",
|
|
2061
2041
|
value: __props.defalutValue,
|
|
2062
|
-
disabled: __props.disabled,
|
|
2063
2042
|
onBlur: handleBlur
|
|
2064
|
-
}, null, 8, ["value"
|
|
2043
|
+
}, null, 8, ["value"])
|
|
2065
2044
|
]),
|
|
2066
2045
|
_: 1
|
|
2067
2046
|
})
|
|
@@ -2174,7 +2153,7 @@ var product = {
|
|
|
2174
2153
|
|
|
2175
2154
|
const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
2176
2155
|
__name: "shop-widget",
|
|
2177
|
-
props: ["value", "extraConfig", "rule"
|
|
2156
|
+
props: ["value", "extraConfig", "rule"],
|
|
2178
2157
|
emits: ["change"],
|
|
2179
2158
|
setup(__props, { emit: emits }) {
|
|
2180
2159
|
const props = __props;
|
|
@@ -2213,11 +2192,9 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
2213
2192
|
"filter-option": false,
|
|
2214
2193
|
"not-found-content": null,
|
|
2215
2194
|
options: options.value,
|
|
2216
|
-
"get-popup-container": unref(getContainer),
|
|
2217
|
-
disabled: __props.disabled,
|
|
2218
2195
|
onChange: handleChange,
|
|
2219
2196
|
onSearch: handleSearch
|
|
2220
|
-
}, null, 8, ["value", "options"
|
|
2197
|
+
}, null, 8, ["value", "options"]);
|
|
2221
2198
|
};
|
|
2222
2199
|
}
|
|
2223
2200
|
});
|
|
@@ -2294,14 +2271,13 @@ var shop = {
|
|
|
2294
2271
|
field,
|
|
2295
2272
|
title: data.title.title,
|
|
2296
2273
|
headerClassName: data.effect.required ? 'is-required' : '',
|
|
2297
|
-
|
|
2274
|
+
width: '138px',
|
|
2298
2275
|
slots: {
|
|
2299
2276
|
default({ row }) {
|
|
2300
2277
|
return h(ShopWidget, {
|
|
2301
2278
|
rule: data,
|
|
2302
2279
|
extraConfig: extraConfig.shop,
|
|
2303
2280
|
value: row[field],
|
|
2304
|
-
disabled: data.disabled,
|
|
2305
2281
|
onChange: (value) => {
|
|
2306
2282
|
row[field] = value;
|
|
2307
2283
|
},
|
|
@@ -2354,9 +2330,8 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
2354
2330
|
multiple: __props.multiple,
|
|
2355
2331
|
options: options.value,
|
|
2356
2332
|
"load-data": loadData,
|
|
2357
|
-
"get-popup-container": unref(getContainer),
|
|
2358
2333
|
"onUpdate:value": handleChange
|
|
2359
|
-
}, null, 8, ["value", "multiple", "options"
|
|
2334
|
+
}, null, 8, ["value", "multiple", "options"]);
|
|
2360
2335
|
};
|
|
2361
2336
|
}
|
|
2362
2337
|
});
|
|
@@ -2497,14 +2472,13 @@ var materialType = {
|
|
|
2497
2472
|
field,
|
|
2498
2473
|
title: '素材类型',
|
|
2499
2474
|
headerClassName: data.effect.required ? 'is-required' : '',
|
|
2500
|
-
|
|
2475
|
+
width: '138px',
|
|
2501
2476
|
slots: {
|
|
2502
2477
|
default({ row }) {
|
|
2503
2478
|
return h(materialTypeInTable, {
|
|
2504
2479
|
multiple: data.props.multiple,
|
|
2505
2480
|
format: data.config.format,
|
|
2506
2481
|
config: extraConfig.materialType,
|
|
2507
|
-
disabled: data.disabled,
|
|
2508
2482
|
onChange: (value) => {
|
|
2509
2483
|
row[field] = value;
|
|
2510
2484
|
},
|
|
@@ -2635,10 +2609,10 @@ var department = {
|
|
|
2635
2609
|
field,
|
|
2636
2610
|
title: data.title.title,
|
|
2637
2611
|
headerClassName: data.effect.required ? 'is-required' : '',
|
|
2638
|
-
|
|
2612
|
+
width: data.config.fieldRatio,
|
|
2639
2613
|
slots: {
|
|
2640
2614
|
default({ row }) {
|
|
2641
|
-
return h(StaffSelector, Object.assign({ title: '添加部门', mode: data.props.limit ? 'radio' : 'multiple', placeholder: data.props.placeholder, immediateFetch: true, unitStr: '个',
|
|
2615
|
+
return h(StaffSelector, Object.assign({ title: '添加部门', mode: data.props.limit ? 'radio' : 'multiple', placeholder: data.props.placeholder, immediateFetch: true, unitStr: '个', onChange: (value) => {
|
|
2642
2616
|
row[field] = value;
|
|
2643
2617
|
}, defaultSelected: row[field] }, extraConfig.department));
|
|
2644
2618
|
},
|
|
@@ -2727,31 +2701,31 @@ const _hoisted_4$1 = {
|
|
|
2727
2701
|
viewBox: "0 0 64 64",
|
|
2728
2702
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2729
2703
|
};
|
|
2730
|
-
const _hoisted_5
|
|
2731
|
-
const _hoisted_6
|
|
2732
|
-
_hoisted_5
|
|
2704
|
+
const _hoisted_5 = /* @__PURE__ */ createStaticVNode('<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-136.000000, -92.000000)"><g transform="translate(50.000000, 42.000000)"><g transform="translate(86.000000, 50.000000)"><rect fill="#FFFFFF" opacity="0" x="0" y="0" width="64" height="64"></rect><path d="M33.7074572,12.1085688 L34.98805,12.2686429 L34.2410375,13.3358036 L34.4544696,14.5630384 L33.2272348,14.1895322 L32,14.8298286 L32,13.5492358 L31.0395554,12.6955072 L32.3201482,12.2152848 L32.9604447,11.0947661 L33.7074572,12.1085688 Z M23.9429365,13.8693839 L25.2235294,13.6559518 L24.7966651,14.8831866 L25.3836035,16.0037054 L24.0496526,16.0570634 L23.089208,17.0175081 L22.7157017,15.7902732 L21.5951829,15.2566929 L22.6623437,14.4563224 L22.9291338,13.1757295 L23.9429365,13.8693839 Z M42.5648912,13.6559518 L42.8850394,14.8831866 L44.0055581,15.5768411 L42.8850394,16.2704956 L42.5648912,17.4977304 L41.5510885,16.6440019 L40.2171375,16.7507179 L40.6973599,15.5768411 L40.2171375,14.4029643 L41.5510885,14.5096804 L42.5648912,13.6559518 Z M47.9006947,20.0055581 L49.2346457,19.792126 L48.8611394,21.0193608 L49.5014359,22.1398796 L48.1674849,22.1398796 L47.2603983,23.0469662 L46.780176,21.8197313 L45.5529412,21.286151 L46.5667439,20.5391385 L46.780176,19.2585456 L47.9006947,20.0055581 Z M45.5529412,23.8473367 L43.738768,23.3671144 C41.0708661,19.792126 36.8022233,17.4977304 32.053358,17.4977304 C29.9723946,17.4977304 28.0515053,17.9245947 26.2373321,18.7249652 L24.3698008,18.2447429 C26.6108383,16.910792 29.2253821,16.1637795 32,16.1637795 C37.7626679,16.1637795 42.7783233,19.2585456 45.5529412,23.8473367 Z M32.053358,8 C43.4186197,8 52.9697082,15.8969893 55.4241779,26.4618805 L54.0368689,26.0883742 C51.4223252,16.3772117 42.5648912,9.28059284 32,9.28059284 C25.7037517,9.28059284 19.9944419,11.8417786 15.9392311,15.8969893 L14.5519222,15.5234831 C18.9272811,10.881334 25.1168133,8 32.053358,8 Z M17.219824,42.0957851 L18.3403428,42.7894396 L17.273182,43.483094 L17.0597499,44.7103289 L15.9925891,43.8566003 L14.7119963,43.9633163 L15.1388606,42.7894396 L14.5519222,41.6155628 L15.8858731,41.7222788 L16.8463177,40.8685503 L17.219824,42.0957851 Z M18.4470588,40.0681797 L20.3145901,40.548402 C22.9824919,44.1233904 27.2511348,46.417786 32,46.417786 C34.0276054,46.417786 36.0018527,45.9909217 37.8160259,45.1905512 L39.6835572,45.6707735 C37.4425197,46.9513664 34.8279759,47.6450209 32.053358,47.6450209 C26.2373321,47.6983789 21.2216767,44.6569708 18.4470588,40.0681797 Z M5.1075498,17.6044465 L1.47920333,30.9973136 C1.21241315,32.0111163 1.79935157,33.024919 2.81315422,33.2917091 L56.6514127,47.6983789 C57.6652154,47.965169 58.6790181,47.3782306 58.9458082,46.364428 L62.5207967,32.9715609 C62.7875869,31.9577582 62.2006485,30.9439555 61.1868458,30.6771653 L7.40194533,16.2704956 C6.38814263,16.0037054 5.37433994,16.5906438 5.1075498,17.6044465 Z M4.04038905,16.6440019 C4.36053729,15.310051 5.80120426,14.5096804 7.13515514,14.8831866 L62.1472904,29.5566466 C63.4812413,29.9301528 64.2816118,31.3174618 63.9081056,32.6514127 L59.9596109,47.2715146 C59.6394627,48.6054655 58.1987957,49.405836 56.8648448,49.0323298 L1.85270957,34.3588698 C0.518758684,34.0387216 -0.281611874,32.5980546 0.0918944055,31.2641038 L4.04038905,16.6440019 Z M42.404817,48.1786012 L43.5253358,48.7121816 L42.4581751,49.5125521 L42.2447429,50.793145 L41.2309402,50.0461325 L40.0037054,50.3129227 L40.4305697,49.0856878 L39.8436313,47.965169 L41.1775822,47.911811 L42.0313108,46.9513664 L42.404817,48.1786012 Z M23.195924,47.1114405 L24.2097267,47.911811 L25.5436776,47.858453 L25.0100973,49.0323298 L25.4903196,50.2062066 L24.2097267,50.0994905 L23.195924,50.899861 L22.9291338,49.6726262 L21.8086151,48.9789717 L22.9291338,48.2853173 L23.195924,47.1114405 Z M33.7074572,50.3662807 L34.6679018,51.2200093 L33.440667,51.6468735 L32.8003705,52.7673923 L32,51.7535896 L30.6660491,51.5401575 L31.4130616,50.5263548 L31.1996295,49.29912 L32.4268643,49.6726262 L33.7074572,49.0856878 L33.7074572,50.3662807 Z M8.57582212,37.4536359 L9.96313105,37.8271422 C12.6310329,47.5383048 21.4884669,54.6349236 32,54.6349236 C38.2962483,54.6349236 44.0055581,52.1270959 48.0607689,48.0185271 L49.4480778,48.3920334 C45.0727188,53.0341825 38.8831867,55.9155164 32,55.9155164 C20.5813803,55.9155164 11.0836498,48.0185271 8.57582212,37.4536359 Z M49.0100306,30.0029562 L50.2811889,30.3435621 L49.2521244,34.1840832 C50.0512102,34.1228141 50.8585138,33.9767838 51.6506128,33.7252224 L51.6506128,33.7252224 L52.1153688,34.9657811 C50.956208,35.2349395 49.8837503,35.3968852 48.9115186,35.4552416 L48.9115186,35.4552416 L47.4440146,40.932041 C47.3570514,41.2565921 47.4623223,41.4587258 47.7598275,41.538442 L47.7598275,41.538442 L48.3142689,41.6870042 C48.5576822,41.7522266 48.7624685,41.6911479 48.9250042,41.5172912 C49.1182092,41.3371585 49.3841438,40.6692283 49.7363308,39.517124 L49.7363308,39.517124 L50.7978485,40.207385 C50.2729661,41.7335379 49.8336254,42.6158937 49.4834499,42.8409295 C49.1675673,43.0461664 48.7490662,43.0934619 48.2216707,42.9521467 L48.2216707,42.9521467 L47.0316501,42.6332816 C46.1526576,42.3977563 45.8467442,41.8085017 46.0967634,40.8754173 L46.0967634,40.8754173 L49.0100306,30.0029562 Z M45.4831901,29.1014238 L46.7543485,29.4420297 L45.725284,33.2825507 L47.4562231,33.7463545 L47.1228642,34.9904669 L45.3919251,34.5266632 L43.9026803,40.0846004 C44.5141263,40.0745105 45.0922503,40.0265042 45.6406759,39.9270587 L45.6406759,39.9270587 L45.5553246,41.1651552 C44.4901138,41.300055 43.2906443,41.3410048 41.9668156,41.305151 L41.9668156,41.305151 L41.9611295,40.0281672 C42.3588607,40.0042941 42.617028,39.7980864 42.7184851,39.4194435 L42.7184851,39.4194435 L45.4831901,29.1014238 Z M42.5704483,28.2339938 L43.8145607,28.5673527 L43.1732072,30.9609169 L44.4037967,31.2906524 L44.0740612,32.5212419 L42.8434717,32.1915064 L42.1368957,34.8284839 C42.5652962,34.7983348 43.0009437,34.7411398 43.4230683,34.6803213 L43.4230683,34.6803213 L43.0969563,35.8973879 C42.6613088,35.9545829 42.2292848,35.9982549 41.8107837,36.0455504 L41.8107837,36.0455504 L40.850565,39.6291353 C40.6114162,40.5216507 40.0591071,40.8519575 39.2206835,40.6273026 L39.2206835,40.6273026 L38.0577088,40.3156845 L38.1242319,38.9855797 C38.4478121,39.1302582 38.7651162,39.2442673 39.0896673,39.3312305 C39.4006954,39.4145703 39.6064526,39.2957763 39.6934158,38.9712253 L39.6934158,38.9712253 L40.4543438,36.1314033 C39.9853743,36.150682 39.5200284,36.1564377 39.0718288,36.152294 L39.0718288,36.152294 L39.1040591,34.8419882 C39.6604424,34.8751197 40.2204491,34.8947282 40.7877027,34.8872909 L40.7877027,34.8872909 L41.5993592,31.8581475 L40.1794483,31.4776835 L40.5091837,30.247094 L41.9290947,30.627558 L42.5704483,28.2339938 Z M32.313038,28.3263268 L33.5841963,28.6669327 L33.2689547,29.8434303 L37.2852743,30.9195999 L35.4880349,37.6269888 L34.2303995,37.2900064 L34.4151963,36.6003354 L31.6565121,35.8611482 L30.9390657,38.5386946 L29.6679073,38.1980887 L30.3853537,35.5205423 L27.6672384,34.7922256 L27.4715712,35.5224655 L26.2139358,35.1854831 L28.0220457,28.4375253 L31.9977964,29.5028244 L32.313038,28.3263268 Z M16.5007239,28.1622065 L21.6394493,29.5391238 L21.8785981,28.6466084 L23.1497565,28.9872142 L22.9106077,29.8797297 L24.3846105,30.2746875 L24.0621219,31.4782311 L22.5881191,31.0832733 L21.732981,34.2746922 C21.4648445,35.2753913 20.8439496,35.6452961 19.8838193,35.38803 L19.8838193,35.38803 L17.9635588,34.8734977 L17.9957891,33.563192 C18.6033515,33.7839633 19.1775919,33.9668183 19.7320333,34.1153804 C20.1512451,34.2277079 20.4292114,34.055793 20.5451624,33.6230582 L20.5451624,33.6230582 L21.3169607,30.7426674 L16.1782353,29.3657501 L16.5007239,28.1622065 Z M32.3087361,33.4270151 L31.9717537,34.6846506 L34.7304379,35.4238377 L35.0674202,34.1662023 L32.3087361,33.4270151 Z M28.3194624,32.3580925 L27.98248,33.6157279 L30.7005953,34.3440447 L31.0375777,33.0864093 L28.3194624,32.3580925 Z M16.2003944,24.4147852 L17.1580625,25.2221586 C16.6586142,25.8420128 16.0888984,26.3995574 15.4624383,26.8984158 L15.4624383,26.8984158 L13.6217172,33.7680803 L12.3911277,33.4383448 L13.8550082,27.9750683 C13.2927996,28.2882287 12.7107919,28.5670962 12.1053618,28.8251938 L12.1053618,28.8251938 L12.0663538,27.5102937 C13.7464436,26.7574815 15.125665,25.7211377 16.2003944,24.4147852 L16.2003944,24.4147852 Z M32.9500897,31.0334509 L32.6094838,32.3046093 L35.368168,33.0437965 L35.7087738,31.7726381 L32.9500897,31.0334509 Z M17.8456337,30.1748748 C18.3864824,31.1314513 18.7805204,31.932739 19.0376471,32.5958845 L19.0376471,32.5958845 L17.8485277,33.0309419 C17.578849,32.3064577 17.1920579,31.4781241 16.6746316,30.5423174 L16.6746316,30.5423174 Z M28.960816,29.9645283 L28.6202102,31.2356867 L31.3383254,31.9640035 L31.6789313,30.6928451 L28.960816,29.9645283 Z M27.5840244,25.2039765 L32.6416121,26.559153 C32.5996217,26.2290367 32.5503844,25.9259663 32.4840006,25.6327953 L32.4840006,25.6327953 L33.9077952,25.7823981 C33.9326392,26.1224139 33.9601357,26.5066221 33.9668623,26.9142528 L33.9668623,26.9142528 L39.1055877,28.2911701 L38.4207525,30.8470098 L37.17664,30.5136509 L37.5462336,29.1343088 L28.5128953,26.7138331 L28.1251844,28.16079 L26.8810719,27.8274311 L27.5840244,25.2039765 Z M21.5900589,22.5833276 L22.8206484,22.9130631 L22.4546782,24.2788822 L25.3891609,25.0651745 L25.0739193,26.2416721 L22.1394366,25.4553799 L21.7662196,26.8482449 L25.2551437,27.7830993 L24.9362786,28.9731199 L16.8225017,26.7990399 L17.1413667,25.6090193 L20.5356301,26.5185094 L20.9088471,25.1256444 L18.0014104,24.3465991 L18.316652,23.1701014 L21.2240887,23.9491467 L21.5900589,22.5833276 Z M16.5505886,21.1605363 L17.5217797,21.9715331 C16.4470503,23.2778855 14.9217289,24.3185636 12.9801085,25.0737682 L12.9801085,25.0737682 L12.944724,23.7453451 C14.4154332,23.1248498 15.6185959,22.2587392 16.5505886,21.1605363 L16.5505886,21.1605363 Z" fill="#2F4EED"></path></g></g></g></g>', 1);
|
|
2705
|
+
const _hoisted_6 = [
|
|
2706
|
+
_hoisted_5
|
|
2733
2707
|
];
|
|
2734
|
-
const _hoisted_7
|
|
2708
|
+
const _hoisted_7 = {
|
|
2735
2709
|
key: 2,
|
|
2736
2710
|
width: "64px",
|
|
2737
2711
|
height: "64px",
|
|
2738
2712
|
viewBox: "0 0 64 64",
|
|
2739
2713
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2740
2714
|
};
|
|
2741
|
-
const _hoisted_8
|
|
2742
|
-
const _hoisted_9
|
|
2743
|
-
_hoisted_8
|
|
2715
|
+
const _hoisted_8 = /* @__PURE__ */ createStaticVNode('<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-50.000000, -92.000000)"><g transform="translate(50.000000, 42.000000)"><g transform="translate(0.000000, 50.000000)"><rect fill="#FFFFFF" opacity="0" x="0" y="0" width="64" height="64"></rect><path d="M33.7074572,12.1085688 L34.98805,12.2686429 L34.2410375,13.3358036 L34.4544696,14.5630384 L33.2272348,14.1895322 L32,14.8298286 L32,13.5492358 L31.0395554,12.6955072 L32.3201482,12.2152848 L32.9604447,11.0947661 L33.7074572,12.1085688 Z M23.9429365,13.8693839 L25.2235294,13.6559518 L24.7966651,14.8831866 L25.3836035,16.0037054 L24.0496526,16.0570634 L23.089208,17.0175081 L22.7157017,15.7902732 L21.5951829,15.2566929 L22.6623437,14.4563224 L22.9291338,13.1757295 L23.9429365,13.8693839 Z M42.5648912,13.6559518 L42.8850394,14.8831866 L44.0055581,15.5768411 L42.8850394,16.2704956 L42.5648912,17.4977304 L41.5510885,16.6440019 L40.2171375,16.7507179 L40.6973599,15.5768411 L40.2171375,14.4029643 L41.5510885,14.5096804 L42.5648912,13.6559518 Z M47.9006947,20.0055581 L49.2346457,19.792126 L48.8611394,21.0193608 L49.5014359,22.1398796 L48.1674849,22.1398796 L47.2603983,23.0469662 L46.780176,21.8197313 L45.5529412,21.286151 L46.5667439,20.5391385 L46.780176,19.2585456 L47.9006947,20.0055581 Z M45.5529412,23.8473367 L43.738768,23.3671144 C41.0708661,19.792126 36.8022233,17.4977304 32.053358,17.4977304 C29.9723946,17.4977304 28.0515053,17.9245947 26.2373321,18.7249652 L24.3698008,18.2447429 C26.6108383,16.910792 29.2253821,16.1637795 32,16.1637795 C37.7626679,16.1637795 42.7783233,19.2585456 45.5529412,23.8473367 Z M32.053358,8 C43.4186197,8 52.9697082,15.8969893 55.4241779,26.4618805 L54.0368689,26.0883742 C51.4223252,16.3772117 42.5648912,9.28059284 32,9.28059284 C25.7037517,9.28059284 19.9944419,11.8417786 15.9392311,15.8969893 L14.5519222,15.5234831 C18.9272811,10.881334 25.1168133,8 32.053358,8 Z M17.219824,42.0957851 L18.3403428,42.7894396 L17.273182,43.483094 L17.0597499,44.7103289 L15.9925891,43.8566003 L14.7119963,43.9633163 L15.1388606,42.7894396 L14.5519222,41.6155628 L15.8858731,41.7222788 L16.8463177,40.8685503 L17.219824,42.0957851 Z M18.4470588,40.0681797 L20.3145901,40.548402 C22.9824919,44.1233904 27.2511348,46.417786 32,46.417786 C34.0276054,46.417786 36.0018527,45.9909217 37.8160259,45.1905512 L39.6835572,45.6707735 C37.4425197,46.9513664 34.8279759,47.6450209 32.053358,47.6450209 C26.2373321,47.6983789 21.2216767,44.6569708 18.4470588,40.0681797 Z M5.1075498,17.6044465 L1.47920333,30.9973136 C1.21241315,32.0111163 1.79935157,33.024919 2.81315422,33.2917091 L56.6514127,47.6983789 C57.6652154,47.965169 58.6790181,47.3782306 58.9458082,46.364428 L62.5207967,32.9715609 C62.7875869,31.9577582 62.2006485,30.9439555 61.1868458,30.6771653 L7.40194533,16.2704956 C6.38814263,16.0037054 5.37433994,16.5906438 5.1075498,17.6044465 Z M4.04038905,16.6440019 C4.36053729,15.310051 5.80120426,14.5096804 7.13515514,14.8831866 L62.1472904,29.5566466 C63.4812413,29.9301528 64.2816118,31.3174618 63.9081056,32.6514127 L59.9596109,47.2715146 C59.6394627,48.6054655 58.1987957,49.405836 56.8648448,49.0323298 L1.85270957,34.3588698 C0.518758684,34.0387216 -0.281611874,32.5980546 0.0918944055,31.2641038 L4.04038905,16.6440019 Z M42.404817,48.1786012 L43.5253358,48.7121816 L42.4581751,49.5125521 L42.2447429,50.793145 L41.2309402,50.0461325 L40.0037054,50.3129227 L40.4305697,49.0856878 L39.8436313,47.965169 L41.1775822,47.911811 L42.0313108,46.9513664 L42.404817,48.1786012 Z M23.195924,47.1114405 L24.2097267,47.911811 L25.5436776,47.858453 L25.0100973,49.0323298 L25.4903196,50.2062066 L24.2097267,50.0994905 L23.195924,50.899861 L22.9291338,49.6726262 L21.8086151,48.9789717 L22.9291338,48.2853173 L23.195924,47.1114405 Z M33.7074572,50.3662807 L34.6679018,51.2200093 L33.440667,51.6468735 L32.8003705,52.7673923 L32,51.7535896 L30.6660491,51.5401575 L31.4130616,50.5263548 L31.1996295,49.29912 L32.4268643,49.6726262 L33.7074572,49.0856878 L33.7074572,50.3662807 Z M8.57582212,37.4536359 L9.96313105,37.8271422 C12.6310329,47.5383048 21.4884669,54.6349236 32,54.6349236 C38.2962483,54.6349236 44.0055581,52.1270959 48.0607689,48.0185271 L49.4480778,48.3920334 C45.0727188,53.0341825 38.8831867,55.9155164 32,55.9155164 C20.5813803,55.9155164 11.0836498,48.0185271 8.57582212,37.4536359 Z M46.493078,29.2270838 L47.8183283,29.5821835 L47.1914685,31.9216559 L52.0056429,33.21161 L50.2555085,39.7432004 L48.9708271,39.3989711 L49.1773647,38.6281623 L45.6478718,37.6824375 L44.4340104,42.2126296 L43.1087602,41.8575299 L44.3226215,37.3273378 L40.8066515,36.3852364 L40.6001139,37.1560452 L39.3154326,36.8118159 L41.065567,30.2802255 L45.8662183,31.5665561 L46.493078,29.2270838 Z M35.487069,26.3794896 L36.7582274,26.7200955 L35.7291628,30.5606166 C36.5282486,30.4993475 37.3355523,30.3533172 38.1276513,30.1017557 L38.1276513,30.1017557 L38.5924072,31.3423144 C37.4332465,31.6114729 36.3607887,31.7734186 35.388557,31.8317749 L35.388557,31.8317749 L33.921053,37.3085744 C33.8340898,37.6331255 33.9393608,37.8352591 34.2368659,37.9149754 L34.2368659,37.9149754 L34.7913074,38.0635375 C35.0347207,38.1287599 35.2395069,38.0676813 35.4020426,37.8938246 C35.5952477,37.7136919 35.8611822,37.0457616 36.2133693,35.8936573 L36.2133693,35.8936573 L37.2748869,36.5839184 C36.7500045,38.1100713 36.3106639,38.9924271 35.9604884,39.2174629 C35.6446057,39.4226997 35.2261047,39.4699952 34.6987092,39.32868 L34.6987092,39.32868 L33.5086886,39.009815 C32.6296961,38.7742896 32.3237826,38.1850351 32.5738018,37.2519507 L32.5738018,37.2519507 L35.487069,26.3794896 Z M31.9602286,25.4779572 L33.231387,25.818563 L32.2023224,29.6590841 L33.9332615,30.1228878 L33.5999026,31.3670003 L31.8689635,30.9031966 L30.3797187,36.4611338 C30.9911647,36.4510438 31.5692887,36.4030376 32.1177143,36.303592 L32.1177143,36.303592 L32.032363,37.5416886 C30.9671522,37.6765884 29.7676827,37.7175381 28.443854,37.6816844 L28.443854,37.6816844 L28.438168,36.4047006 C28.8358991,36.3808275 29.0940665,36.1746198 29.1955235,35.7959768 L29.1955235,35.7959768 L31.9602286,25.4779572 Z M46.8544862,33.1792913 L45.9848542,36.4248021 L49.5143471,37.3705269 L50.3839791,34.1250161 L46.8544862,33.1792913 Z M29.0474867,24.6105271 L30.2915992,24.9438861 L29.6502456,27.3374503 L30.8808351,27.6671857 L30.5510996,28.8977752 L29.3205101,28.5680398 L28.6139341,31.2050173 C29.0423347,31.1748682 29.4779822,31.1176732 29.9001067,31.0568547 L29.9001067,31.0568547 L29.5739947,32.2739212 C29.1383472,32.3311163 28.7063232,32.3747883 28.2878221,32.4220838 L28.2878221,32.4220838 L27.3276035,36.0056686 C27.0884547,36.8981841 26.5361455,37.2284909 25.6977219,37.003836 L25.6977219,37.003836 L24.5347472,36.6922178 L24.6012704,35.3621131 C24.9248505,35.5067916 25.2421547,35.6208007 25.5667058,35.7077639 C25.8777339,35.7911036 26.083491,35.6723097 26.1704542,35.3477586 L26.1704542,35.3477586 L26.9313822,32.5079367 C26.4624128,32.5272154 25.9970668,32.5329711 25.5488673,32.5288273 L25.5488673,32.5288273 L25.5810976,31.2185216 C26.1374808,31.2516531 26.6974875,31.2712616 27.2647411,31.2638242 L27.2647411,31.2638242 L28.0763977,28.2346808 L26.6564867,27.8542168 L26.9862222,26.6236273 L28.4061331,27.0040913 L29.0474867,24.6105271 Z M42.0132659,31.8820902 L41.1436339,35.127601 L44.6596039,36.0697023 L45.5292359,32.8241916 L42.0132659,31.8820902 Z M18.7900764,24.7028602 L20.0612348,25.043466 L19.7459932,26.2199637 L23.7623128,27.2961333 L21.9650733,34.0035222 L20.7074379,33.6665398 L20.8922347,32.9768688 L18.1335505,32.2376816 L17.4161041,34.915228 L16.1449457,34.5746221 L16.8623921,31.8970757 L14.1442769,31.1687589 L13.9486097,31.8989988 L12.6909742,31.5620164 L14.4990841,24.8140586 L18.4748348,25.8793578 L18.7900764,24.7028602 Z M18.7857745,29.8035485 L18.4487921,31.0611839 L21.2074763,31.8003711 L21.5444587,30.5427357 L18.7857745,29.8035485 Z M14.7965009,28.7346258 L14.4595185,29.9922613 L17.1776337,30.7205781 L17.5146161,29.4629426 L14.7965009,28.7346258 Z M19.4271281,27.4099843 L19.0865223,28.6811427 L21.8452064,29.4203299 L22.1858123,28.1491715 L19.4271281,27.4099843 Z M15.4378545,26.3410616 L15.0972486,27.61222 L17.8153639,28.3405368 L18.1559697,27.0693784 L15.4378545,26.3410616 Z M14.0610629,21.5805099 L19.1186505,22.9356864 C19.0766601,22.6055701 19.0274228,22.3024996 18.961039,22.0093287 L18.961039,22.0093287 L20.3848336,22.1589314 C20.4096776,22.4989473 20.4371741,22.8831555 20.4439007,23.2907861 L20.4439007,23.2907861 L25.5826261,24.6677035 L24.8977909,27.2235432 L23.6536785,26.8901843 L24.0232721,25.5108422 L14.9899337,23.0903665 L14.6022228,24.5373234 L13.3581103,24.2039644 L14.0610629,21.5805099 Z" fill="#2F4EED"></path></g></g></g></g>', 1);
|
|
2716
|
+
const _hoisted_9 = [
|
|
2717
|
+
_hoisted_8
|
|
2744
2718
|
];
|
|
2745
|
-
const _hoisted_10
|
|
2719
|
+
const _hoisted_10 = {
|
|
2746
2720
|
key: 3,
|
|
2747
2721
|
width: "64px",
|
|
2748
2722
|
height: "64px",
|
|
2749
2723
|
viewBox: "0 0 64 64",
|
|
2750
2724
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2751
2725
|
};
|
|
2752
|
-
const _hoisted_11$1 = /* @__PURE__ */ createStaticVNode('<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-222.000000, -92.000000)"><g transform="translate(50.000000, 42.000000)"><g transform="translate(172.000000, 50.000000)"><rect fill="#FFFFFF" opacity="0" x="0" y="0" width="64" height="64"></rect><path d="M33.7074572,12.1085688 L34.98805,12.2686429 L34.2410375,13.3358036 L34.4544696,14.5630384 L33.2272348,14.1895322 L32,14.8298286 L32,13.5492358 L31.0395554,12.6955072 L32.3201482,12.2152848 L32.9604447,11.0947661 L33.7074572,12.1085688 Z M23.9429365,13.8693839 L25.2235294,13.6559518 L24.7966651,14.8831866 L25.3836035,16.0037054 L24.0496526,16.0570634 L23.089208,17.0175081 L22.7157017,15.7902732 L21.5951829,15.2566929 L22.6623437,14.4563224 L22.9291338,13.1757295 L23.9429365,13.8693839 Z M42.5648912,13.6559518 L42.8850394,14.8831866 L44.0055581,15.5768411 L42.8850394,16.2704956 L42.5648912,17.4977304 L41.5510885,16.6440019 L40.2171375,16.7507179 L40.6973599,15.5768411 L40.2171375,14.4029643 L41.5510885,14.5096804 L42.5648912,13.6559518 Z M47.9006947,20.0055581 L49.2346457,19.792126 L48.8611394,21.0193608 L49.5014359,22.1398796 L48.1674849,22.1398796 L47.2603983,23.0469662 L46.780176,21.8197313 L45.5529412,21.286151 L46.5667439,20.5391385 L46.780176,19.2585456 L47.9006947,20.0055581 Z M45.5529412,23.8473367 L43.738768,23.3671144 C41.0708661,19.792126 36.8022233,17.4977304 32.053358,17.4977304 C29.9723946,17.4977304 28.0515053,17.9245947 26.2373321,18.7249652 L24.3698008,18.2447429 C26.6108383,16.910792 29.2253821,16.1637795 32,16.1637795 C37.7626679,16.1637795 42.7783233,19.2585456 45.5529412,23.8473367 Z M32.053358,8 C43.4186197,8 52.9697082,15.8969893 55.4241779,26.4618805 L54.0368689,26.0883742 C51.4223252,16.3772117 42.5648912,9.28059284 32,9.28059284 C25.7037517,9.28059284 19.9944419,11.8417786 15.9392311,15.8969893 L14.5519222,15.5234831 C18.9272811,10.881334 25.1168133,8 32.053358,8 Z M17.219824,42.0957851 L18.3403428,42.7894396 L17.273182,43.483094 L17.0597499,44.7103289 L15.9925891,43.8566003 L14.7119963,43.9633163 L15.1388606,42.7894396 L14.5519222,41.6155628 L15.8858731,41.7222788 L16.8463177,40.8685503 L17.219824,42.0957851 Z M18.4470588,40.0681797 L20.3145901,40.548402 C22.9824919,44.1233904 27.2511348,46.417786 32,46.417786 C34.0276054,46.417786 36.0018527,45.9909217 37.8160259,45.1905512 L39.6835572,45.6707735 C37.4425197,46.9513664 34.8279759,47.6450209 32.053358,47.6450209 C26.2373321,47.6983789 21.2216767,44.6569708 18.4470588,40.0681797 Z M5.1075498,17.6044465 L1.47920333,30.9973136 C1.21241315,32.0111163 1.79935157,33.024919 2.81315422,33.2917091 L56.6514127,47.6983789 C57.6652154,47.965169 58.6790181,47.3782306 58.9458082,46.364428 L62.5207967,32.9715609 C62.7875869,31.9577582 62.2006485,30.9439555 61.1868458,30.6771653 L7.40194533,16.2704956 C6.38814263,16.0037054 5.37433994,16.5906438 5.1075498,17.6044465 Z M4.04038905,16.6440019 C4.36053729,15.310051 5.80120426,14.5096804 7.13515514,14.8831866 L62.1472904,29.5566466 C63.4812413,29.9301528 64.2816118,31.3174618 63.9081056,32.6514127 L59.9596109,47.2715146 C59.6394627,48.6054655 58.1987957,49.405836 56.8648448,49.0323298 L1.85270957,34.3588698 C0.518758684,34.0387216 -0.281611874,32.5980546 0.0918944055,31.2641038 L4.04038905,16.6440019 Z M42.404817,48.1786012 L43.5253358,48.7121816 L42.4581751,49.5125521 L42.2447429,50.793145 L41.2309402,50.0461325 L40.0037054,50.3129227 L40.4305697,49.0856878 L39.8436313,47.965169 L41.1775822,47.911811 L42.0313108,46.9513664 L42.404817,48.1786012 Z M23.195924,47.1114405 L24.2097267,47.911811 L25.5436776,47.858453 L25.0100973,49.0323298 L25.4903196,50.2062066 L24.2097267,50.0994905 L23.195924,50.899861 L22.9291338,49.6726262 L21.8086151,48.9789717 L22.9291338,48.2853173 L23.195924,47.1114405 Z M33.7074572,50.3662807 L34.6679018,51.2200093 L33.440667,51.6468735 L32.8003705,52.7673923 L32,51.7535896 L30.6660491,51.5401575 L31.4130616,50.5263548 L31.1996295,49.29912 L32.4268643,49.6726262 L33.7074572,49.0856878 L33.7074572,50.3662807 Z M8.57582212,37.4536359 L9.96313105,37.8271422 C12.6310329,47.5383048 21.4884669,54.6349236 32,54.6349236 C38.2962483,54.6349236 44.0055581,52.1270959 48.0607689,48.0185271 L49.4480778,48.3920334 C45.0727188,53.0341825 38.8831867,55.9155164 32,55.9155164 C20.5813803,55.9155164 11.0836498,48.0185271 8.57582212,37.4536359 Z M39.8311449,32.3989265 L42.9008571,33.2214534 L41.5275633,38.3466559 C41.5942072,38.4224885 41.6437047,38.5082207 41.6895787,38.6074758 C41.9199196,39.046036 42.1990473,39.4107053 42.5035392,39.680714 C42.8720225,39.9823629 43.465091,40.257226 44.2962677,40.5089269 C45.0904989,40.7362344 46.0334828,41.0034 47.1423656,41.3005243 C47.7508989,41.4635803 48.3765786,41.6167368 49.0121578,41.7870397 C49.6685069,41.9339202 50.1625804,42.0373191 50.5079014,42.1008598 L50.5079014,42.1008598 L49.8490205,43.3157244 L46.9821526,42.5475495 C46.2113438,42.3410119 45.3765437,42.102834 44.4741287,41.8465387 C43.5581908,41.5866201 42.8226458,41.3025681 42.290916,41.0151529 C41.7664333,40.7006918 41.3530469,40.2420725 41.0570329,39.6699643 C40.9293104,39.3893454 40.7689767,39.2304332 40.6067011,39.1869516 C40.3227189,39.1108588 39.6556899,39.5988468 38.6155135,40.6680619 L38.6155135,40.6680619 L37.9044315,39.5354268 C38.8948503,38.5978177 39.7053268,38.0613032 40.3223381,37.9222597 L40.3223381,37.9222597 L41.3441556,34.1087845 L39.5050329,33.6159931 L39.8311449,32.3989265 Z M49.9737843,30.2466994 L51.2584656,30.5909287 L50.7004518,32.6734648 L52.6207123,33.1879971 L52.2837299,34.4456325 L50.3634694,33.9311002 L48.8416134,39.6107441 C48.5952177,40.5303055 47.9987161,40.8632648 47.0791548,40.6168691 L47.0791548,40.6168691 L45.1724172,40.1059603 L45.2181704,38.799278 C45.8122099,39.0164259 46.3864503,39.1992809 46.9408917,39.347843 C47.3060117,39.4456766 47.5460616,39.3070837 47.6402718,38.9554867 L47.6402718,38.9554867 L49.078788,33.5868709 L43.9941545,32.2244475 L44.3311369,30.966812 L49.4157704,32.3292355 L49.9737843,30.2466994 Z M26.3180828,28.7926063 L29.3337032,29.6006394 L27.9640328,34.7123188 C28.0171538,34.784528 28.0666513,34.8702602 28.1125253,34.9695153 C28.3257198,35.417975 28.5778015,35.7753974 28.8687705,36.0417826 C29.2237308,36.339808 29.7861299,36.6209472 30.5767377,36.8617777 C31.3439231,37.0818382 32.246338,37.3381334 33.301129,37.6207638 C33.9637541,37.7983137 34.6435257,37.9659641 35.3232972,38.1336144 C36.0030688,38.3012648 36.5377112,38.4155341 36.9100781,38.4863218 L36.9100781,38.4863218 L36.2584441,39.6741404 L33.1752089,38.84799 C32.431446,38.6486994 31.6236918,38.4177684 30.7618457,38.1723436 C29.8864767,37.9232953 29.1915005,37.6501138 28.6597708,37.3626986 C28.1623339,37.0554844 27.7759935,36.604112 27.4935025,36.0356273 C27.36578,35.7550084 27.2324921,35.6033431 27.0702166,35.5598615 C26.7862344,35.4837687 26.1363518,35.9618572 25.1205688,36.9941269 L25.1205688,36.9941269 L24.4094868,35.8614917 C25.3791357,34.9473052 26.1724657,34.4206901 26.7858535,34.2951696 L26.7858535,34.2951696 L27.8112946,30.4681715 L25.9992177,29.9826269 L26.3180828,28.7926063 Z M31.3999617,25.6756869 L38.8240676,27.6649701 L38.5812954,28.5710085 C37.6157903,29.0369955 36.625181,29.380305 35.6022208,29.6279828 L35.6022208,29.6279828 L35.6652412,29.7173384 L38.3833565,30.4456552 L36.7745373,36.4498501 C36.5607528,37.2477049 36.005791,37.5338193 35.1267985,37.298294 L35.1267985,37.298294 L34.0855305,37.0192871 L34.1013251,35.8785038 L35.0469615,36.1898617 C35.3444667,36.269578 35.5466004,36.164307 35.6263166,35.8668019 L35.6263166,35.8668019 L35.8111134,35.1771308 L33.863807,34.6553516 L33.2695584,36.8731173 L32.0930608,36.5578757 L32.6873093,34.34011 L30.7805717,33.8292012 L30.1790763,36.0740129 L28.9620097,35.7479009 L30.9186817,28.4455016 L34.0289629,29.2788989 C33.6624214,28.8618194 33.2454116,28.416723 32.7706864,27.9706557 L32.7706864,27.9706557 L33.7236394,27.4433299 L31.1137079,26.7440009 L31.3999617,25.6756869 Z M45.4335346,33.6681804 C46.0074451,34.8800116 46.4111225,35.915784 46.661713,36.7655984 L46.661713,36.7655984 L45.4419242,37.2069319 C45.195928,36.2858793 44.7994976,35.2230609 44.266156,34.0221001 L44.266156,34.0221001 Z M14.3400001,21.3508797 L24.576882,24.0938439 L23.055026,29.7734878 L14.6707898,27.5269385 L13.6743365,31.2457529 C13.5366448,31.7596255 13.7247352,32.0854076 14.2386077,32.2230993 L14.2386077,32.2230993 L20.9865656,34.0312092 C21.2299789,34.0964316 21.48161,34.0768927 21.7144131,33.9653457 C21.9851325,33.8204768 22.3377701,33.0453337 22.7993718,31.6471636 L22.7993718,31.6471636 L23.9483033,32.3898348 C23.3294709,34.0502464 22.8278206,35.0028696 22.4604987,35.2378049 C22.0562313,35.4483468 21.5800149,35.4946714 21.0183266,35.3731552 L21.0183266,35.3731552 L13.5536518,33.3730017 C12.4042001,33.065007 11.9956682,32.3178111 12.3145333,31.1277905 L12.3145333,31.1277905 L14.1987359,24.0958505 L15.4969402,24.4437032 L15.0005253,26.296349 L22.0730342,28.191422 L22.9354193,24.9729572 L14.0102646,22.5814692 L14.3400001,21.3508797 Z M34.3964566,32.6674763 L34.1428139,33.6140836 L36.0901204,34.1358628 L36.343763,33.1892555 L34.3964566,32.6674763 Z M31.3132213,31.8413259 L31.0595787,32.7879332 L32.9663162,33.298842 L33.2199589,32.3522347 L31.3132213,31.8413259 Z M34.9327296,30.666078 L34.679087,31.6126853 L36.6263934,32.1344645 L36.8800361,31.1878572 L34.9327296,30.666078 Z M42.1150018,28.2568959 C42.83262,29.2028622 43.4150085,30.1125938 43.8621674,30.9860907 L43.8621674,30.9860907 L42.6790639,31.6691559 C42.3193188,30.8480691 41.7748465,29.9050156 41.0113544,28.8597942 L41.0113544,28.8597942 Z M31.8494944,29.8399276 L31.5958517,30.7865349 L33.5025893,31.2974437 L33.756232,30.3508364 L31.8494944,29.8399276 Z M33.7912542,27.4614473 C34.2181636,27.9236901 34.6216505,28.365163 34.980945,28.8092885 C35.6250022,28.6774919 36.2393609,28.494256 36.8203976,28.2731038 L36.8203976,28.2731038 Z M28.6461321,24.6479232 C29.3736497,25.6110358 29.9524148,26.5342904 30.3860508,27.4041639 L30.3860508,27.4041639 L29.2408636,28.0539071 C28.8811184,27.2328203 28.3194998,26.2996663 27.5424847,25.2508214 L27.5424847,25.2508214 Z" fill="#29CC7A"></path></g></g></g></g>', 1);
|
|
2726
|
+
const _hoisted_11 = /* @__PURE__ */ createStaticVNode('<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-222.000000, -92.000000)"><g transform="translate(50.000000, 42.000000)"><g transform="translate(172.000000, 50.000000)"><rect fill="#FFFFFF" opacity="0" x="0" y="0" width="64" height="64"></rect><path d="M33.7074572,12.1085688 L34.98805,12.2686429 L34.2410375,13.3358036 L34.4544696,14.5630384 L33.2272348,14.1895322 L32,14.8298286 L32,13.5492358 L31.0395554,12.6955072 L32.3201482,12.2152848 L32.9604447,11.0947661 L33.7074572,12.1085688 Z M23.9429365,13.8693839 L25.2235294,13.6559518 L24.7966651,14.8831866 L25.3836035,16.0037054 L24.0496526,16.0570634 L23.089208,17.0175081 L22.7157017,15.7902732 L21.5951829,15.2566929 L22.6623437,14.4563224 L22.9291338,13.1757295 L23.9429365,13.8693839 Z M42.5648912,13.6559518 L42.8850394,14.8831866 L44.0055581,15.5768411 L42.8850394,16.2704956 L42.5648912,17.4977304 L41.5510885,16.6440019 L40.2171375,16.7507179 L40.6973599,15.5768411 L40.2171375,14.4029643 L41.5510885,14.5096804 L42.5648912,13.6559518 Z M47.9006947,20.0055581 L49.2346457,19.792126 L48.8611394,21.0193608 L49.5014359,22.1398796 L48.1674849,22.1398796 L47.2603983,23.0469662 L46.780176,21.8197313 L45.5529412,21.286151 L46.5667439,20.5391385 L46.780176,19.2585456 L47.9006947,20.0055581 Z M45.5529412,23.8473367 L43.738768,23.3671144 C41.0708661,19.792126 36.8022233,17.4977304 32.053358,17.4977304 C29.9723946,17.4977304 28.0515053,17.9245947 26.2373321,18.7249652 L24.3698008,18.2447429 C26.6108383,16.910792 29.2253821,16.1637795 32,16.1637795 C37.7626679,16.1637795 42.7783233,19.2585456 45.5529412,23.8473367 Z M32.053358,8 C43.4186197,8 52.9697082,15.8969893 55.4241779,26.4618805 L54.0368689,26.0883742 C51.4223252,16.3772117 42.5648912,9.28059284 32,9.28059284 C25.7037517,9.28059284 19.9944419,11.8417786 15.9392311,15.8969893 L14.5519222,15.5234831 C18.9272811,10.881334 25.1168133,8 32.053358,8 Z M17.219824,42.0957851 L18.3403428,42.7894396 L17.273182,43.483094 L17.0597499,44.7103289 L15.9925891,43.8566003 L14.7119963,43.9633163 L15.1388606,42.7894396 L14.5519222,41.6155628 L15.8858731,41.7222788 L16.8463177,40.8685503 L17.219824,42.0957851 Z M18.4470588,40.0681797 L20.3145901,40.548402 C22.9824919,44.1233904 27.2511348,46.417786 32,46.417786 C34.0276054,46.417786 36.0018527,45.9909217 37.8160259,45.1905512 L39.6835572,45.6707735 C37.4425197,46.9513664 34.8279759,47.6450209 32.053358,47.6450209 C26.2373321,47.6983789 21.2216767,44.6569708 18.4470588,40.0681797 Z M5.1075498,17.6044465 L1.47920333,30.9973136 C1.21241315,32.0111163 1.79935157,33.024919 2.81315422,33.2917091 L56.6514127,47.6983789 C57.6652154,47.965169 58.6790181,47.3782306 58.9458082,46.364428 L62.5207967,32.9715609 C62.7875869,31.9577582 62.2006485,30.9439555 61.1868458,30.6771653 L7.40194533,16.2704956 C6.38814263,16.0037054 5.37433994,16.5906438 5.1075498,17.6044465 Z M4.04038905,16.6440019 C4.36053729,15.310051 5.80120426,14.5096804 7.13515514,14.8831866 L62.1472904,29.5566466 C63.4812413,29.9301528 64.2816118,31.3174618 63.9081056,32.6514127 L59.9596109,47.2715146 C59.6394627,48.6054655 58.1987957,49.405836 56.8648448,49.0323298 L1.85270957,34.3588698 C0.518758684,34.0387216 -0.281611874,32.5980546 0.0918944055,31.2641038 L4.04038905,16.6440019 Z M42.404817,48.1786012 L43.5253358,48.7121816 L42.4581751,49.5125521 L42.2447429,50.793145 L41.2309402,50.0461325 L40.0037054,50.3129227 L40.4305697,49.0856878 L39.8436313,47.965169 L41.1775822,47.911811 L42.0313108,46.9513664 L42.404817,48.1786012 Z M23.195924,47.1114405 L24.2097267,47.911811 L25.5436776,47.858453 L25.0100973,49.0323298 L25.4903196,50.2062066 L24.2097267,50.0994905 L23.195924,50.899861 L22.9291338,49.6726262 L21.8086151,48.9789717 L22.9291338,48.2853173 L23.195924,47.1114405 Z M33.7074572,50.3662807 L34.6679018,51.2200093 L33.440667,51.6468735 L32.8003705,52.7673923 L32,51.7535896 L30.6660491,51.5401575 L31.4130616,50.5263548 L31.1996295,49.29912 L32.4268643,49.6726262 L33.7074572,49.0856878 L33.7074572,50.3662807 Z M8.57582212,37.4536359 L9.96313105,37.8271422 C12.6310329,47.5383048 21.4884669,54.6349236 32,54.6349236 C38.2962483,54.6349236 44.0055581,52.1270959 48.0607689,48.0185271 L49.4480778,48.3920334 C45.0727188,53.0341825 38.8831867,55.9155164 32,55.9155164 C20.5813803,55.9155164 11.0836498,48.0185271 8.57582212,37.4536359 Z M39.8311449,32.3989265 L42.9008571,33.2214534 L41.5275633,38.3466559 C41.5942072,38.4224885 41.6437047,38.5082207 41.6895787,38.6074758 C41.9199196,39.046036 42.1990473,39.4107053 42.5035392,39.680714 C42.8720225,39.9823629 43.465091,40.257226 44.2962677,40.5089269 C45.0904989,40.7362344 46.0334828,41.0034 47.1423656,41.3005243 C47.7508989,41.4635803 48.3765786,41.6167368 49.0121578,41.7870397 C49.6685069,41.9339202 50.1625804,42.0373191 50.5079014,42.1008598 L50.5079014,42.1008598 L49.8490205,43.3157244 L46.9821526,42.5475495 C46.2113438,42.3410119 45.3765437,42.102834 44.4741287,41.8465387 C43.5581908,41.5866201 42.8226458,41.3025681 42.290916,41.0151529 C41.7664333,40.7006918 41.3530469,40.2420725 41.0570329,39.6699643 C40.9293104,39.3893454 40.7689767,39.2304332 40.6067011,39.1869516 C40.3227189,39.1108588 39.6556899,39.5988468 38.6155135,40.6680619 L38.6155135,40.6680619 L37.9044315,39.5354268 C38.8948503,38.5978177 39.7053268,38.0613032 40.3223381,37.9222597 L40.3223381,37.9222597 L41.3441556,34.1087845 L39.5050329,33.6159931 L39.8311449,32.3989265 Z M49.9737843,30.2466994 L51.2584656,30.5909287 L50.7004518,32.6734648 L52.6207123,33.1879971 L52.2837299,34.4456325 L50.3634694,33.9311002 L48.8416134,39.6107441 C48.5952177,40.5303055 47.9987161,40.8632648 47.0791548,40.6168691 L47.0791548,40.6168691 L45.1724172,40.1059603 L45.2181704,38.799278 C45.8122099,39.0164259 46.3864503,39.1992809 46.9408917,39.347843 C47.3060117,39.4456766 47.5460616,39.3070837 47.6402718,38.9554867 L47.6402718,38.9554867 L49.078788,33.5868709 L43.9941545,32.2244475 L44.3311369,30.966812 L49.4157704,32.3292355 L49.9737843,30.2466994 Z M26.3180828,28.7926063 L29.3337032,29.6006394 L27.9640328,34.7123188 C28.0171538,34.784528 28.0666513,34.8702602 28.1125253,34.9695153 C28.3257198,35.417975 28.5778015,35.7753974 28.8687705,36.0417826 C29.2237308,36.339808 29.7861299,36.6209472 30.5767377,36.8617777 C31.3439231,37.0818382 32.246338,37.3381334 33.301129,37.6207638 C33.9637541,37.7983137 34.6435257,37.9659641 35.3232972,38.1336144 C36.0030688,38.3012648 36.5377112,38.4155341 36.9100781,38.4863218 L36.9100781,38.4863218 L36.2584441,39.6741404 L33.1752089,38.84799 C32.431446,38.6486994 31.6236918,38.4177684 30.7618457,38.1723436 C29.8864767,37.9232953 29.1915005,37.6501138 28.6597708,37.3626986 C28.1623339,37.0554844 27.7759935,36.604112 27.4935025,36.0356273 C27.36578,35.7550084 27.2324921,35.6033431 27.0702166,35.5598615 C26.7862344,35.4837687 26.1363518,35.9618572 25.1205688,36.9941269 L25.1205688,36.9941269 L24.4094868,35.8614917 C25.3791357,34.9473052 26.1724657,34.4206901 26.7858535,34.2951696 L26.7858535,34.2951696 L27.8112946,30.4681715 L25.9992177,29.9826269 L26.3180828,28.7926063 Z M31.3999617,25.6756869 L38.8240676,27.6649701 L38.5812954,28.5710085 C37.6157903,29.0369955 36.625181,29.380305 35.6022208,29.6279828 L35.6022208,29.6279828 L35.6652412,29.7173384 L38.3833565,30.4456552 L36.7745373,36.4498501 C36.5607528,37.2477049 36.005791,37.5338193 35.1267985,37.298294 L35.1267985,37.298294 L34.0855305,37.0192871 L34.1013251,35.8785038 L35.0469615,36.1898617 C35.3444667,36.269578 35.5466004,36.164307 35.6263166,35.8668019 L35.6263166,35.8668019 L35.8111134,35.1771308 L33.863807,34.6553516 L33.2695584,36.8731173 L32.0930608,36.5578757 L32.6873093,34.34011 L30.7805717,33.8292012 L30.1790763,36.0740129 L28.9620097,35.7479009 L30.9186817,28.4455016 L34.0289629,29.2788989 C33.6624214,28.8618194 33.2454116,28.416723 32.7706864,27.9706557 L32.7706864,27.9706557 L33.7236394,27.4433299 L31.1137079,26.7440009 L31.3999617,25.6756869 Z M45.4335346,33.6681804 C46.0074451,34.8800116 46.4111225,35.915784 46.661713,36.7655984 L46.661713,36.7655984 L45.4419242,37.2069319 C45.195928,36.2858793 44.7994976,35.2230609 44.266156,34.0221001 L44.266156,34.0221001 Z M14.3400001,21.3508797 L24.576882,24.0938439 L23.055026,29.7734878 L14.6707898,27.5269385 L13.6743365,31.2457529 C13.5366448,31.7596255 13.7247352,32.0854076 14.2386077,32.2230993 L14.2386077,32.2230993 L20.9865656,34.0312092 C21.2299789,34.0964316 21.48161,34.0768927 21.7144131,33.9653457 C21.9851325,33.8204768 22.3377701,33.0453337 22.7993718,31.6471636 L22.7993718,31.6471636 L23.9483033,32.3898348 C23.3294709,34.0502464 22.8278206,35.0028696 22.4604987,35.2378049 C22.0562313,35.4483468 21.5800149,35.4946714 21.0183266,35.3731552 L21.0183266,35.3731552 L13.5536518,33.3730017 C12.4042001,33.065007 11.9956682,32.3178111 12.3145333,31.1277905 L12.3145333,31.1277905 L14.1987359,24.0958505 L15.4969402,24.4437032 L15.0005253,26.296349 L22.0730342,28.191422 L22.9354193,24.9729572 L14.0102646,22.5814692 L14.3400001,21.3508797 Z M34.3964566,32.6674763 L34.1428139,33.6140836 L36.0901204,34.1358628 L36.343763,33.1892555 L34.3964566,32.6674763 Z M31.3132213,31.8413259 L31.0595787,32.7879332 L32.9663162,33.298842 L33.2199589,32.3522347 L31.3132213,31.8413259 Z M34.9327296,30.666078 L34.679087,31.6126853 L36.6263934,32.1344645 L36.8800361,31.1878572 L34.9327296,30.666078 Z M42.1150018,28.2568959 C42.83262,29.2028622 43.4150085,30.1125938 43.8621674,30.9860907 L43.8621674,30.9860907 L42.6790639,31.6691559 C42.3193188,30.8480691 41.7748465,29.9050156 41.0113544,28.8597942 L41.0113544,28.8597942 Z M31.8494944,29.8399276 L31.5958517,30.7865349 L33.5025893,31.2974437 L33.756232,30.3508364 L31.8494944,29.8399276 Z M33.7912542,27.4614473 C34.2181636,27.9236901 34.6216505,28.365163 34.980945,28.8092885 C35.6250022,28.6774919 36.2393609,28.494256 36.8203976,28.2731038 L36.8203976,28.2731038 Z M28.6461321,24.6479232 C29.3736497,25.6110358 29.9524148,26.5342904 30.3860508,27.4041639 L30.3860508,27.4041639 L29.2408636,28.0539071 C28.8811184,27.2328203 28.3194998,26.2996663 27.5424847,25.2508214 L27.5424847,25.2508214 Z" fill="#29CC7A"></path></g></g></g></g>', 1);
|
|
2753
2727
|
const _hoisted_12 = [
|
|
2754
|
-
_hoisted_11
|
|
2728
|
+
_hoisted_11
|
|
2755
2729
|
];
|
|
2756
2730
|
const _hoisted_13 = {
|
|
2757
2731
|
key: 4,
|
|
@@ -2802,48 +2776,34 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
2802
2776
|
props: ["status"],
|
|
2803
2777
|
setup(__props) {
|
|
2804
2778
|
return (_ctx, _cache) => {
|
|
2805
|
-
return __props.status === 1 ? (openBlock(), createElementBlock("svg", _hoisted_1$1, _hoisted_3$1)) : __props.status === 2 ? (openBlock(), createElementBlock("svg", _hoisted_4$1, _hoisted_6
|
|
2779
|
+
return __props.status === 1 ? (openBlock(), createElementBlock("svg", _hoisted_1$1, _hoisted_3$1)) : __props.status === 2 ? (openBlock(), createElementBlock("svg", _hoisted_4$1, _hoisted_6)) : __props.status === 3 ? (openBlock(), createElementBlock("svg", _hoisted_7, _hoisted_9)) : __props.status === 4 ? (openBlock(), createElementBlock("svg", _hoisted_10, _hoisted_12)) : __props.status === 5 ? (openBlock(), createElementBlock("svg", _hoisted_13, _hoisted_15)) : __props.status === 6 ? (openBlock(), createElementBlock("svg", _hoisted_16, _hoisted_18)) : __props.status === 7 ? (openBlock(), createElementBlock("svg", _hoisted_19, _hoisted_21)) : (openBlock(), createElementBlock("svg", _hoisted_22, _hoisted_24));
|
|
2806
2780
|
};
|
|
2807
2781
|
}
|
|
2808
2782
|
});
|
|
2809
2783
|
var ApprovalStatus = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__file", "approvalStatus.vue"]]);
|
|
2810
2784
|
|
|
2811
|
-
const _hoisted_1 = {
|
|
2812
|
-
const _hoisted_2 = { class: "bm-form-basic-info__title" };
|
|
2813
|
-
const _hoisted_3 = {
|
|
2785
|
+
const _hoisted_1 = {
|
|
2814
2786
|
key: 0,
|
|
2815
|
-
class: "bm-form-basic-
|
|
2787
|
+
class: "bm-form-basic-info__status"
|
|
2816
2788
|
};
|
|
2817
|
-
const
|
|
2818
|
-
const
|
|
2819
|
-
const
|
|
2820
|
-
const _hoisted_7 = /* @__PURE__ */ createElementVNode("div", { class: "bm-form-basic-info__status" }, "\u5BA1\u6279\u72B6\u6001", -1);
|
|
2821
|
-
const _hoisted_8 = /* @__PURE__ */ createElementVNode("div", { class: "bm-form-basic-info__title" }, "\u8868\u5355\u540D\u79F0\uFF08\u7533\u8BF7\u5355\u53F7\uFF09", -1);
|
|
2822
|
-
const _hoisted_9 = /* @__PURE__ */ createElementVNode("div", { class: "bm-form-basic-info__summary" }, " \u7533\u8BF7\u4EBA\uFF1A\u81EA\u52A8\u83B7\u53D6 (\u663E\u793A\u5458\u5DE5\u7F16\u53F7\uFF0C\u59D3\u540D\uFF0C\u6240\u5728\u90E8\u95E8) ", -1);
|
|
2823
|
-
const _hoisted_10 = /* @__PURE__ */ createElementVNode("div", { class: "bm-form-basic-info__summary mt10" }, " \u63D0\u4EA4\u65F6\u95F4\uFF1A\u81EA\u52A8\u83B7\u53D6 (\u5982:2021-11-12 12:34) ", -1);
|
|
2824
|
-
const _hoisted_11 = [
|
|
2825
|
-
_hoisted_7,
|
|
2826
|
-
_hoisted_8,
|
|
2827
|
-
_hoisted_9,
|
|
2828
|
-
_hoisted_10
|
|
2829
|
-
];
|
|
2789
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("div", { class: "bm-form-basic-info__title" }, "\u8868\u5355\u540D\u79F0\uFF08\u7533\u8BF7\u5355\u53F7\uFF09", -1);
|
|
2790
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("div", { class: "bm-form-basic-info__summary" }, " \u7533\u8BF7\u4EBA\uFF1A\u81EA\u52A8\u83B7\u53D6 (\u663E\u793A\u5458\u5DE5\u7F16\u53F7\uFF0C\u59D3\u540D\uFF0C\u6240\u5728\u90E8\u95E8) ", -1);
|
|
2791
|
+
const _hoisted_4 = /* @__PURE__ */ createElementVNode("div", { class: "bm-form-basic-info__summary mt10" }, " \u63D0\u4EA4\u65F6\u95F4\uFF1A\u81EA\u52A8\u83B7\u53D6 (\u5982:2021-11-12 12:34) ", -1);
|
|
2830
2792
|
const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
2831
2793
|
__name: "formBasicInfo",
|
|
2832
2794
|
props: ["info"],
|
|
2833
2795
|
setup(__props) {
|
|
2834
2796
|
return (_ctx, _cache) => {
|
|
2835
|
-
return
|
|
2836
|
-
|
|
2797
|
+
return openBlock(), createElementBlock(Fragment, null, [
|
|
2798
|
+
!__props.info?.status ? (openBlock(), createElementBlock("div", _hoisted_1, "\u5BA1\u6279\u72B6\u6001")) : (openBlock(), createBlock(ApprovalStatus, {
|
|
2799
|
+
key: 1,
|
|
2837
2800
|
class: "bm-form-basic-info__approval-status",
|
|
2838
|
-
status: __props.info
|
|
2839
|
-
}, null, 8, ["status"]),
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
createElementVNode("div", _hoisted_4, " \u7533\u8BF7\u4EBA\uFF1A" + toDisplayString(`${__props.info.applyUserCode}-${__props.info.applyUserName}-${__props.info.applyDeptName}`), 1),
|
|
2845
|
-
createElementVNode("div", _hoisted_5, " \u63D0\u4EA4\u65F6\u95F4\uFF1A" + toDisplayString(__props.info.applyTime), 1)
|
|
2846
|
-
])) : (openBlock(), createElementBlock("div", _hoisted_6, _hoisted_11));
|
|
2801
|
+
status: __props.info?.status
|
|
2802
|
+
}, null, 8, ["status"])),
|
|
2803
|
+
_hoisted_2,
|
|
2804
|
+
_hoisted_3,
|
|
2805
|
+
_hoisted_4
|
|
2806
|
+
], 64);
|
|
2847
2807
|
};
|
|
2848
2808
|
}
|
|
2849
2809
|
});
|
|
@@ -2851,13 +2811,7 @@ var FormBasicInfo = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__file", "formBa
|
|
|
2851
2811
|
|
|
2852
2812
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
2853
2813
|
__name: "form-create",
|
|
2854
|
-
props: [
|
|
2855
|
-
"fdRule",
|
|
2856
|
-
"extraConfig",
|
|
2857
|
-
"value",
|
|
2858
|
-
"info",
|
|
2859
|
-
"formPermissions"
|
|
2860
|
-
],
|
|
2814
|
+
props: ["fdRule", "extraConfig", "value"],
|
|
2861
2815
|
emits: ["update:value"],
|
|
2862
2816
|
setup(__props, { expose, emit: emits }) {
|
|
2863
2817
|
const props = __props;
|
|
@@ -2874,20 +2828,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
2874
2828
|
};
|
|
2875
2829
|
const fApi = ref();
|
|
2876
2830
|
const rule = ref([]);
|
|
2877
|
-
const processFormPermissions = computed(
|
|
2878
|
-
() => props.formPermissions.reduce((result, item) => {
|
|
2879
|
-
if (item.disabled) {
|
|
2880
|
-
if (item.name === "picture") {
|
|
2881
|
-
((item.props = {}).uploadProps = {}).disabled = true;
|
|
2882
|
-
} else {
|
|
2883
|
-
(item.props = {}).disabled = true;
|
|
2884
|
-
}
|
|
2885
|
-
delete item.disabled;
|
|
2886
|
-
}
|
|
2887
|
-
result[item.field] = item;
|
|
2888
|
-
return result;
|
|
2889
|
-
}, {})
|
|
2890
|
-
);
|
|
2891
2831
|
function setRule(fdRule) {
|
|
2892
2832
|
fdRule = getRuleData(fdRule);
|
|
2893
2833
|
rule.value = fdRule.map((data) => {
|
|
@@ -2897,29 +2837,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
2897
2837
|
const rowRule = rule2.children.find((item) => item.type === "row");
|
|
2898
2838
|
childRules.forEach((ruleItem) => {
|
|
2899
2839
|
rowRule.children.push(
|
|
2900
|
-
|
|
2901
|
-
ruleItem.field,
|
|
2902
|
-
ruleList[ruleItem.name].rowRule(ruleItem, props.extraConfig)
|
|
2903
|
-
)
|
|
2840
|
+
ruleList[ruleItem.name].rowRule(ruleItem, props.extraConfig)
|
|
2904
2841
|
);
|
|
2905
2842
|
});
|
|
2906
|
-
} else if (data.name === "table" && childRules?.length) {
|
|
2907
|
-
childRules.forEach((childRule) => {
|
|
2908
|
-
const rulePermission = processFormPermissions.value[childRule.field];
|
|
2909
|
-
if (rulePermission) {
|
|
2910
|
-
childRule.hidden = rulePermission.hidden;
|
|
2911
|
-
childRule.disabled = rulePermission.props?.disabled;
|
|
2912
|
-
}
|
|
2913
|
-
});
|
|
2914
2843
|
}
|
|
2915
|
-
return
|
|
2844
|
+
return rule2;
|
|
2916
2845
|
});
|
|
2917
2846
|
}
|
|
2918
|
-
function mergeFormPermission(field, rule2) {
|
|
2919
|
-
if (processFormPermissions.value[field])
|
|
2920
|
-
rule2 = merge(rule2, processFormPermissions.value[field]);
|
|
2921
|
-
return rule2;
|
|
2922
|
-
}
|
|
2923
2847
|
function handleValue(value) {
|
|
2924
2848
|
emits("update:value", value);
|
|
2925
2849
|
}
|
|
@@ -2931,7 +2855,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
2931
2855
|
item.value = props.value[item.field];
|
|
2932
2856
|
});
|
|
2933
2857
|
}
|
|
2934
|
-
rule2.value = props.value[rule2.field]
|
|
2858
|
+
rule2.value = props.value[rule2.field];
|
|
2935
2859
|
});
|
|
2936
2860
|
return ruleData;
|
|
2937
2861
|
}
|
|
@@ -2948,10 +2872,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
2948
2872
|
return (_ctx, _cache) => {
|
|
2949
2873
|
const _component_formCreate = resolveComponent("formCreate", true);
|
|
2950
2874
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
2951
|
-
createVNode(FormBasicInfo,
|
|
2952
|
-
class: "bm-fc-form-basic-info",
|
|
2953
|
-
info: __props.info
|
|
2954
|
-
}, null, 8, ["info"]),
|
|
2875
|
+
createVNode(FormBasicInfo),
|
|
2955
2876
|
createVNode(_component_formCreate, {
|
|
2956
2877
|
api: fApi.value,
|
|
2957
2878
|
"onUpdate:api": _cache[0] || (_cache[0] = ($event) => fApi.value = $event),
|