bm-admin-ui 1.2.30-alpha → 1.2.32-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/form-create/index.js +74 -40
- package/es/components/form-designer/index.js +3 -2
- package/es/components/search-filter/index.js +4 -2
- package/es/index.js +13 -0
- package/lib/components/form-create/index.js +74 -40
- package/lib/components/form-designer/index.js +3 -2
- package/lib/components/search-filter/index.js +3 -1
- package/lib/index.js +42 -0
- package/package.json +1 -1
- package/theme-chalk/attachment.css +1 -1
- package/theme-chalk/form-create.css +1 -1
- package/theme-chalk/index.css +1 -1
|
@@ -1062,8 +1062,8 @@ var people = {
|
|
|
1062
1062
|
};
|
|
1063
1063
|
|
|
1064
1064
|
const _hoisted_1$7 = ["onClick"];
|
|
1065
|
-
const _hoisted_2$
|
|
1066
|
-
const _hoisted_3$
|
|
1065
|
+
const _hoisted_2$7 = ["onClick"];
|
|
1066
|
+
const _hoisted_3$6 = { class: "box" };
|
|
1067
1067
|
const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
1068
1068
|
__name: "temp-content",
|
|
1069
1069
|
props: ["content", "preview"],
|
|
@@ -1122,7 +1122,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
1122
1122
|
class: "bm-fc-rect-wrapper",
|
|
1123
1123
|
onClick: withModifiers(triggerPreview, ["self"])
|
|
1124
1124
|
}, [
|
|
1125
|
-
createElementVNode("div", _hoisted_3$
|
|
1125
|
+
createElementVNode("div", _hoisted_3$6, [
|
|
1126
1126
|
createElementVNode("div", {
|
|
1127
1127
|
class: "bm-fc-rect-outer",
|
|
1128
1128
|
style: normalizeStyle(
|
|
@@ -1138,7 +1138,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
1138
1138
|
}), 128))
|
|
1139
1139
|
], 4)
|
|
1140
1140
|
])
|
|
1141
|
-
], 8, _hoisted_2$
|
|
1141
|
+
], 8, _hoisted_2$7)) : createCommentVNode("v-if", true)
|
|
1142
1142
|
], 4);
|
|
1143
1143
|
};
|
|
1144
1144
|
}
|
|
@@ -1146,8 +1146,8 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
1146
1146
|
var TempContent = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__file", "temp-content.vue"]]);
|
|
1147
1147
|
|
|
1148
1148
|
const _hoisted_1$6 = { class: "bm-fc-select-material-temp__content__item-info" };
|
|
1149
|
-
const _hoisted_2$
|
|
1150
|
-
const _hoisted_3$
|
|
1149
|
+
const _hoisted_2$6 = { class: "bm-fc-select-material-temp__content__item-info__cover" };
|
|
1150
|
+
const _hoisted_3$5 = ["src"];
|
|
1151
1151
|
const _hoisted_4$4 = ["onClick"];
|
|
1152
1152
|
const _hoisted_5$4 = {
|
|
1153
1153
|
key: 1,
|
|
@@ -1347,13 +1347,13 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
1347
1347
|
}, {
|
|
1348
1348
|
default: withCtx(() => [
|
|
1349
1349
|
createElementVNode("div", _hoisted_1$6, [
|
|
1350
|
-
createElementVNode("div", _hoisted_2$
|
|
1350
|
+
createElementVNode("div", _hoisted_2$6, [
|
|
1351
1351
|
item.coverPlanUrl ? (openBlock(), createElementBlock("img", {
|
|
1352
1352
|
key: 0,
|
|
1353
1353
|
class: "bm-fc-select-material-temp__content__item-info__cover__img",
|
|
1354
1354
|
src: item.coverPlanUrl,
|
|
1355
1355
|
alt: ""
|
|
1356
|
-
}, null, 8, _hoisted_3$
|
|
1356
|
+
}, null, 8, _hoisted_3$5)) : (openBlock(), createBlock(TempContent, {
|
|
1357
1357
|
key: 1,
|
|
1358
1358
|
content: item.htmlContent
|
|
1359
1359
|
}, null, 8, ["content"]))
|
|
@@ -18796,8 +18796,8 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
18796
18796
|
var ShopInput = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__file", "shop-input-in-table.vue"]]);
|
|
18797
18797
|
|
|
18798
18798
|
const _hoisted_1$5 = { class: "bm-dc-table-widget" };
|
|
18799
|
-
const _hoisted_2$
|
|
18800
|
-
const _hoisted_3$
|
|
18799
|
+
const _hoisted_2$5 = { class: "bm-dc-table-widget__title" };
|
|
18800
|
+
const _hoisted_3$4 = { class: "bm-dc-table-widget__title-samll" };
|
|
18801
18801
|
const _hoisted_4$3 = {
|
|
18802
18802
|
key: 0,
|
|
18803
18803
|
class: "bm-dc-table-widget__top-bar"
|
|
@@ -18995,6 +18995,9 @@ const _sfc_main$7 = defineComponent({
|
|
|
18995
18995
|
{
|
|
18996
18996
|
style: {
|
|
18997
18997
|
color: "#9393A3"
|
|
18998
|
+
},
|
|
18999
|
+
class: {
|
|
19000
|
+
"bm-fc-placeholder": true
|
|
18998
19001
|
}
|
|
18999
19002
|
},
|
|
19000
19003
|
["\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"]
|
|
@@ -19100,6 +19103,9 @@ const _sfc_main$7 = defineComponent({
|
|
|
19100
19103
|
{
|
|
19101
19104
|
style: {
|
|
19102
19105
|
color: "#9393A3"
|
|
19106
|
+
},
|
|
19107
|
+
class: {
|
|
19108
|
+
"bm-fc-placeholder": !row[childField]
|
|
19103
19109
|
}
|
|
19104
19110
|
},
|
|
19105
19111
|
[row[childField] || "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"]
|
|
@@ -19170,7 +19176,11 @@ const _sfc_main$7 = defineComponent({
|
|
|
19170
19176
|
if (importDisabled()) {
|
|
19171
19177
|
message.error("\u8BF7\u5148\u9009\u62E9\u5E97\u94FA\uFF01");
|
|
19172
19178
|
} else if (isProductCenterSuit.value) {
|
|
19173
|
-
|
|
19179
|
+
let fields = props.rule.config.childRules?.map((item) => item.field) || [];
|
|
19180
|
+
let isNotEmpty = data?.some(
|
|
19181
|
+
(item) => fields.some((field) => ![null, void 0, ""].includes(item[field]))
|
|
19182
|
+
);
|
|
19183
|
+
if (isNotEmpty) {
|
|
19174
19184
|
if (await utils.confirmModal("\u518D\u6B21\u6279\u5BFC\u4F1A\u8986\u76D6\u5DF2\u6709\u6570\u636E")) {
|
|
19175
19185
|
data.splice(0, data.length);
|
|
19176
19186
|
inputRef.value.click();
|
|
@@ -19680,9 +19690,9 @@ const _sfc_main$7 = defineComponent({
|
|
|
19680
19690
|
}
|
|
19681
19691
|
return (_ctx, _cache) => {
|
|
19682
19692
|
return openBlock(), createElementBlock("div", _hoisted_1$5, [
|
|
19683
|
-
createElementVNode("div", _hoisted_2$
|
|
19693
|
+
createElementVNode("div", _hoisted_2$5, [
|
|
19684
19694
|
createTextVNode(toDisplayString(__props.rule.title.title) + " ", 1),
|
|
19685
|
-
createElementVNode("span", _hoisted_3$
|
|
19695
|
+
createElementVNode("span", _hoisted_3$4, toDisplayString(unref(countText)), 1),
|
|
19686
19696
|
createCommentVNode(" \u5546\u54C1\u4E2D\u5FC3\u5B9A\u5236 \u6309\u94AE "),
|
|
19687
19697
|
unref(isProductCenter) ? (openBlock(), createElementBlock("div", _hoisted_4$3, [
|
|
19688
19698
|
!__props.hidden ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
@@ -19913,14 +19923,28 @@ const _sfc_main$7 = defineComponent({
|
|
|
19913
19923
|
var TableWidget = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__file", "table-widget.vue"]]);
|
|
19914
19924
|
|
|
19915
19925
|
const _hoisted_1$4 = /* @__PURE__ */ createElementVNode("span", { class: "bm-fc-form-item-label is-required" }, "\u7D20\u6750\u6A21\u677F\uFF1A", -1);
|
|
19916
|
-
const _hoisted_2$
|
|
19917
|
-
const _hoisted_3$
|
|
19918
|
-
const _hoisted_4$2 =
|
|
19919
|
-
|
|
19920
|
-
|
|
19921
|
-
|
|
19922
|
-
const
|
|
19923
|
-
const
|
|
19926
|
+
const _hoisted_2$4 = { key: 0 };
|
|
19927
|
+
const _hoisted_3$3 = /* @__PURE__ */ createElementVNode("span", { class: "bm-fc-form-item-label" }, "\u7D20\u6750\u7C7B\u578B\uFF1A", -1);
|
|
19928
|
+
const _hoisted_4$2 = {
|
|
19929
|
+
key: 1,
|
|
19930
|
+
class: "bm-fc-placeholder"
|
|
19931
|
+
};
|
|
19932
|
+
const _hoisted_5$2 = /* @__PURE__ */ createElementVNode("span", { class: "bm-fc-form-item-label" }, "\u5C3A\u5BF8\uFF1A", -1);
|
|
19933
|
+
const _hoisted_6$2 = {
|
|
19934
|
+
key: 1,
|
|
19935
|
+
class: "bm-fc-placeholder"
|
|
19936
|
+
};
|
|
19937
|
+
const _hoisted_7$2 = /* @__PURE__ */ createElementVNode("span", { class: "bm-fc-form-item-label" }, "\u5C01\u9762\u56FE\uFF1A", -1);
|
|
19938
|
+
const _hoisted_8$1 = ["src"];
|
|
19939
|
+
const _hoisted_9$1 = {
|
|
19940
|
+
key: 1,
|
|
19941
|
+
class: "bm-fc-placeholder"
|
|
19942
|
+
};
|
|
19943
|
+
const _hoisted_10$1 = /* @__PURE__ */ createElementVNode("span", { class: "bm-fc-form-item-label" }, "\u6A21\u677F\u7ED3\u6784\u56FE\uFF1A", -1);
|
|
19944
|
+
const _hoisted_11$2 = {
|
|
19945
|
+
key: 1,
|
|
19946
|
+
class: "bm-fc-placeholder"
|
|
19947
|
+
};
|
|
19924
19948
|
const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
19925
19949
|
__name: "material-temp",
|
|
19926
19950
|
props: [
|
|
@@ -20254,7 +20278,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
20254
20278
|
}),
|
|
20255
20279
|
createVNode(unref(Col), { flex: 1 }, {
|
|
20256
20280
|
default: withCtx(() => [
|
|
20257
|
-
pane.tempSelected.templateName ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
20281
|
+
pane.tempSelected.templateName ? (openBlock(), createElementBlock("div", _hoisted_2$4, [
|
|
20258
20282
|
createTextVNode(toDisplayString(pane.tempSelected.templateName) + " ", 1),
|
|
20259
20283
|
createVNode(unref(Button), {
|
|
20260
20284
|
type: "link",
|
|
@@ -20292,7 +20316,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
20292
20316
|
default: withCtx(() => [
|
|
20293
20317
|
createVNode(unref(Col), null, {
|
|
20294
20318
|
default: withCtx(() => [
|
|
20295
|
-
_hoisted_3$
|
|
20319
|
+
_hoisted_3$3
|
|
20296
20320
|
]),
|
|
20297
20321
|
_: 1
|
|
20298
20322
|
}),
|
|
@@ -20301,7 +20325,9 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
20301
20325
|
flex: 1
|
|
20302
20326
|
}, {
|
|
20303
20327
|
default: withCtx(() => [
|
|
20304
|
-
|
|
20328
|
+
pane.tempSelected.materialCategoryNameShow ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
20329
|
+
createTextVNode(toDisplayString(pane.tempSelected.materialCategoryNameShow), 1)
|
|
20330
|
+
], 64)) : (openBlock(), createElementBlock("span", _hoisted_4$2, "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"))
|
|
20305
20331
|
]),
|
|
20306
20332
|
_: 2
|
|
20307
20333
|
}, 1024)
|
|
@@ -20317,7 +20343,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
20317
20343
|
default: withCtx(() => [
|
|
20318
20344
|
createVNode(unref(Col), null, {
|
|
20319
20345
|
default: withCtx(() => [
|
|
20320
|
-
|
|
20346
|
+
_hoisted_5$2
|
|
20321
20347
|
]),
|
|
20322
20348
|
_: 1
|
|
20323
20349
|
}),
|
|
@@ -20326,9 +20352,13 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
20326
20352
|
flex: 1
|
|
20327
20353
|
}, {
|
|
20328
20354
|
default: withCtx(() => [
|
|
20329
|
-
|
|
20355
|
+
measrueDicts.value.find(
|
|
20330
20356
|
(dict) => dict.dictId + "" === pane.tempSelected.measure + ""
|
|
20331
|
-
)?.dictName
|
|
20357
|
+
)?.dictName ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
20358
|
+
createTextVNode(toDisplayString(measrueDicts.value.find(
|
|
20359
|
+
(dict) => dict.dictId + "" === pane.tempSelected.measure + ""
|
|
20360
|
+
)?.dictName), 1)
|
|
20361
|
+
], 64)) : (openBlock(), createElementBlock("span", _hoisted_6$2, "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"))
|
|
20332
20362
|
]),
|
|
20333
20363
|
_: 2
|
|
20334
20364
|
}, 1024)
|
|
@@ -20344,7 +20374,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
20344
20374
|
default: withCtx(() => [
|
|
20345
20375
|
createVNode(unref(Col), null, {
|
|
20346
20376
|
default: withCtx(() => [
|
|
20347
|
-
|
|
20377
|
+
_hoisted_7$2
|
|
20348
20378
|
]),
|
|
20349
20379
|
_: 1
|
|
20350
20380
|
}),
|
|
@@ -20357,7 +20387,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
20357
20387
|
key: 0,
|
|
20358
20388
|
class: "bm-fc-form-item__cover",
|
|
20359
20389
|
src: pane.tempSelected.coverPlanPath
|
|
20360
|
-
}, null, 8,
|
|
20390
|
+
}, null, 8, _hoisted_8$1)) : (openBlock(), createElementBlock("span", _hoisted_9$1, "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"))
|
|
20361
20391
|
]),
|
|
20362
20392
|
_: 2
|
|
20363
20393
|
}, 1024)
|
|
@@ -20373,7 +20403,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
20373
20403
|
default: withCtx(() => [
|
|
20374
20404
|
createVNode(unref(Col), null, {
|
|
20375
20405
|
default: withCtx(() => [
|
|
20376
|
-
|
|
20406
|
+
_hoisted_10$1
|
|
20377
20407
|
]),
|
|
20378
20408
|
_: 1
|
|
20379
20409
|
}),
|
|
@@ -20387,7 +20417,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
20387
20417
|
class: "bm-fc-form-item__temp-content",
|
|
20388
20418
|
content: getTempContentWithName(pane.tempSelected),
|
|
20389
20419
|
preview: true
|
|
20390
|
-
}, null, 8, ["content"])) : (openBlock(), createElementBlock("span",
|
|
20420
|
+
}, null, 8, ["content"])) : (openBlock(), createElementBlock("span", _hoisted_11$2, "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"))
|
|
20391
20421
|
]),
|
|
20392
20422
|
_: 2
|
|
20393
20423
|
}, 1024)
|
|
@@ -20547,7 +20577,11 @@ var materialTemp = {
|
|
|
20547
20577
|
};
|
|
20548
20578
|
|
|
20549
20579
|
const _hoisted_1$3 = { class: "bm-fc-form-item-label" };
|
|
20550
|
-
const _hoisted_2$
|
|
20580
|
+
const _hoisted_2$3 = ["src"];
|
|
20581
|
+
const _hoisted_3$2 = {
|
|
20582
|
+
key: 1,
|
|
20583
|
+
class: "bm-fc-placeholder"
|
|
20584
|
+
};
|
|
20551
20585
|
const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
20552
20586
|
__name: "product-info",
|
|
20553
20587
|
props: [
|
|
@@ -20708,14 +20742,12 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
20708
20742
|
key: 0,
|
|
20709
20743
|
class: "bm-fc-form-item__img",
|
|
20710
20744
|
src: __props.extraConfig.common.previewImg(getValue(field.value))
|
|
20711
|
-
}, null, 8, _hoisted_2$
|
|
20745
|
+
}, null, 8, _hoisted_2$3)) : field.value === "\u5546\u54C1\u5355\u4F4D" ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
20712
20746
|
createTextVNode(toDisplayString(unitMap[getValue(field.value)] || getValue(field.value)), 1)
|
|
20713
20747
|
], 64)) : (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
20714
20748
|
createTextVNode(toDisplayString(getValue(field.value)), 1)
|
|
20715
20749
|
], 64))
|
|
20716
|
-
], 64)) : (openBlock(), createElementBlock(
|
|
20717
|
-
createTextVNode("\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6")
|
|
20718
|
-
], 64))
|
|
20750
|
+
], 64)) : (openBlock(), createElementBlock("span", _hoisted_3$2, "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"))
|
|
20719
20751
|
]),
|
|
20720
20752
|
_: 2
|
|
20721
20753
|
}, 1024)
|
|
@@ -20805,6 +20837,10 @@ var product = {
|
|
|
20805
20837
|
};
|
|
20806
20838
|
|
|
20807
20839
|
const _hoisted_1$2 = { class: "bm-fc-form-item-label" };
|
|
20840
|
+
const _hoisted_2$2 = {
|
|
20841
|
+
key: 1,
|
|
20842
|
+
class: "bm-fc-placeholder"
|
|
20843
|
+
};
|
|
20808
20844
|
const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
20809
20845
|
__name: "shop-widget",
|
|
20810
20846
|
props: [
|
|
@@ -20934,7 +20970,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
20934
20970
|
createVNode(unref(Col), { flex: 1 }, {
|
|
20935
20971
|
default: withCtx(() => [
|
|
20936
20972
|
createVNode(unref(Select), {
|
|
20937
|
-
value: __props.formCreateInject?.rule?.value?.value || __props.value?.value,
|
|
20973
|
+
value: __props.formCreateInject?.rule?.value?.value || __props.value?.value || null,
|
|
20938
20974
|
placeholder: "\u8BF7\u9009\u62E9",
|
|
20939
20975
|
"show-search": "",
|
|
20940
20976
|
"show-arrow": false,
|
|
@@ -20978,9 +21014,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
20978
21014
|
default: withCtx(() => [
|
|
20979
21015
|
getValue(field2.value) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
20980
21016
|
createTextVNode(toDisplayString(getValue(field2.value)), 1)
|
|
20981
|
-
], 64)) : (openBlock(), createElementBlock(
|
|
20982
|
-
createTextVNode("\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6")
|
|
20983
|
-
], 64))
|
|
21017
|
+
], 64)) : (openBlock(), createElementBlock("span", _hoisted_2$2, "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"))
|
|
20984
21018
|
]),
|
|
20985
21019
|
_: 2
|
|
20986
21020
|
}, 1024)
|
|
@@ -1304,7 +1304,8 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
1304
1304
|
default: withCtx(() => [
|
|
1305
1305
|
createVNode(unref(Radio), { value: 0 }, {
|
|
1306
1306
|
default: withCtx(() => [
|
|
1307
|
-
createTextVNode(" \u5F53\u524D\u65F6\u95F4
|
|
1307
|
+
createTextVNode(" \u5F53\u524D\u65F6\u95F4"),
|
|
1308
|
+
createCommentVNode(" (\u5E74/\u6708/\u65E5) "),
|
|
1308
1309
|
createVNode(unref(Tooltip), null, {
|
|
1309
1310
|
title: withCtx(() => [
|
|
1310
1311
|
createTextVNode(" \u83B7\u53D6\u7528\u6237\u5B9E\u9645\u586B\u5199\u65F6\u7684\u65F6\u95F4 ")
|
|
@@ -2791,7 +2792,7 @@ var materialTemp = {
|
|
|
2791
2792
|
const _hoisted_1$7 = /* @__PURE__ */ createElementVNode("div", { class: "bm-product-info-item__title" }, "\u5546\u54C1\u7F16\u53F7", -1);
|
|
2792
2793
|
const _hoisted_2$5 = { class: "bm-product-info-item__content" };
|
|
2793
2794
|
const _hoisted_3$4 = { class: "bm-product-info-item__title" };
|
|
2794
|
-
const _hoisted_4$2 = /* @__PURE__ */ createElementVNode("div", { class: "bm-product-info-item__content" }, "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6", -1);
|
|
2795
|
+
const _hoisted_4$2 = /* @__PURE__ */ createElementVNode("div", { class: "bm-product-info-item__content bm-fc-placeholder" }, "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6", -1);
|
|
2795
2796
|
const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
2796
2797
|
__name: "product-info",
|
|
2797
2798
|
props: ["formCreateInject"],
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { withInstall } from 'bm-admin-ui/es/utils/with-install';
|
|
2
2
|
import { defineComponent, ref, computed, resolveComponent, openBlock, createElementBlock, normalizeStyle, unref, toDisplayString, createCommentVNode, createTextVNode, createBlock, createElementVNode, createVNode, withCtx, getCurrentInstance, reactive, watch, mergeProps, isRef, withModifiers, h, onBeforeUnmount, nextTick, normalizeClass } from 'vue';
|
|
3
3
|
import FormCreateCtr from '@form-create/ant-design-vue';
|
|
4
|
-
import { UpOutlined, DownOutlined, SearchOutlined } from '@ant-design/icons-vue';
|
|
4
|
+
import { UpOutlined, DownOutlined, SearchOutlined, ExclamationCircleFilled } from '@ant-design/icons-vue';
|
|
5
5
|
import ASelect from 'ant-design-vue/lib/select';
|
|
6
6
|
import { cloneDeep } from 'lodash-es';
|
|
7
7
|
import Modal from 'ant-design-vue/lib/modal';
|
|
@@ -438,7 +438,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
438
438
|
let defaultConfig = {
|
|
439
439
|
title: "\u786E\u5B9A\u8BBE\u7F6E\u5F53\u524D\u67E5\u8BE2\u6761\u4EF6\u4E3A\u9ED8\u8BA4\u67E5\u8BE2\u5417\uFF1F",
|
|
440
440
|
okText: "\u786E\u8BA4",
|
|
441
|
-
cancelText: "\u53D6\u6D88"
|
|
441
|
+
cancelText: "\u53D6\u6D88",
|
|
442
|
+
centered: true,
|
|
443
|
+
icon: createVNode(ExclamationCircleFilled)
|
|
442
444
|
};
|
|
443
445
|
Modal.confirm({
|
|
444
446
|
...defaultConfig,
|
package/es/index.js
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as components from 'bm-admin-ui/es/components';
|
|
2
|
+
export * from 'bm-admin-ui/es/components';
|
|
3
|
+
|
|
4
|
+
const install = (app) => {
|
|
5
|
+
Object.values(components).forEach((component) => {
|
|
6
|
+
app.use(component);
|
|
7
|
+
});
|
|
8
|
+
};
|
|
9
|
+
var index = {
|
|
10
|
+
install,
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
export { index as default };
|
|
@@ -1076,8 +1076,8 @@ var people = {
|
|
|
1076
1076
|
};
|
|
1077
1077
|
|
|
1078
1078
|
const _hoisted_1$7 = ["onClick"];
|
|
1079
|
-
const _hoisted_2$
|
|
1080
|
-
const _hoisted_3$
|
|
1079
|
+
const _hoisted_2$7 = ["onClick"];
|
|
1080
|
+
const _hoisted_3$6 = { class: "box" };
|
|
1081
1081
|
const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
|
|
1082
1082
|
__name: "temp-content",
|
|
1083
1083
|
props: ["content", "preview"],
|
|
@@ -1136,7 +1136,7 @@ const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
|
|
|
1136
1136
|
class: "bm-fc-rect-wrapper",
|
|
1137
1137
|
onClick: vue.withModifiers(triggerPreview, ["self"])
|
|
1138
1138
|
}, [
|
|
1139
|
-
vue.createElementVNode("div", _hoisted_3$
|
|
1139
|
+
vue.createElementVNode("div", _hoisted_3$6, [
|
|
1140
1140
|
vue.createElementVNode("div", {
|
|
1141
1141
|
class: "bm-fc-rect-outer",
|
|
1142
1142
|
style: vue.normalizeStyle(
|
|
@@ -1152,7 +1152,7 @@ const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
|
|
|
1152
1152
|
}), 128))
|
|
1153
1153
|
], 4)
|
|
1154
1154
|
])
|
|
1155
|
-
], 8, _hoisted_2$
|
|
1155
|
+
], 8, _hoisted_2$7)) : vue.createCommentVNode("v-if", true)
|
|
1156
1156
|
], 4);
|
|
1157
1157
|
};
|
|
1158
1158
|
}
|
|
@@ -1160,8 +1160,8 @@ const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
|
|
|
1160
1160
|
var TempContent = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__file", "temp-content.vue"]]);
|
|
1161
1161
|
|
|
1162
1162
|
const _hoisted_1$6 = { class: "bm-fc-select-material-temp__content__item-info" };
|
|
1163
|
-
const _hoisted_2$
|
|
1164
|
-
const _hoisted_3$
|
|
1163
|
+
const _hoisted_2$6 = { class: "bm-fc-select-material-temp__content__item-info__cover" };
|
|
1164
|
+
const _hoisted_3$5 = ["src"];
|
|
1165
1165
|
const _hoisted_4$4 = ["onClick"];
|
|
1166
1166
|
const _hoisted_5$4 = {
|
|
1167
1167
|
key: 1,
|
|
@@ -1361,13 +1361,13 @@ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
|
|
|
1361
1361
|
}, {
|
|
1362
1362
|
default: vue.withCtx(() => [
|
|
1363
1363
|
vue.createElementVNode("div", _hoisted_1$6, [
|
|
1364
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
1364
|
+
vue.createElementVNode("div", _hoisted_2$6, [
|
|
1365
1365
|
item.coverPlanUrl ? (vue.openBlock(), vue.createElementBlock("img", {
|
|
1366
1366
|
key: 0,
|
|
1367
1367
|
class: "bm-fc-select-material-temp__content__item-info__cover__img",
|
|
1368
1368
|
src: item.coverPlanUrl,
|
|
1369
1369
|
alt: ""
|
|
1370
|
-
}, null, 8, _hoisted_3$
|
|
1370
|
+
}, null, 8, _hoisted_3$5)) : (vue.openBlock(), vue.createBlock(TempContent, {
|
|
1371
1371
|
key: 1,
|
|
1372
1372
|
content: item.htmlContent
|
|
1373
1373
|
}, null, 8, ["content"]))
|
|
@@ -18810,8 +18810,8 @@ const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
|
|
|
18810
18810
|
var ShopInput = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__file", "shop-input-in-table.vue"]]);
|
|
18811
18811
|
|
|
18812
18812
|
const _hoisted_1$5 = { class: "bm-dc-table-widget" };
|
|
18813
|
-
const _hoisted_2$
|
|
18814
|
-
const _hoisted_3$
|
|
18813
|
+
const _hoisted_2$5 = { class: "bm-dc-table-widget__title" };
|
|
18814
|
+
const _hoisted_3$4 = { class: "bm-dc-table-widget__title-samll" };
|
|
18815
18815
|
const _hoisted_4$3 = {
|
|
18816
18816
|
key: 0,
|
|
18817
18817
|
class: "bm-dc-table-widget__top-bar"
|
|
@@ -19009,6 +19009,9 @@ const _sfc_main$7 = vue.defineComponent({
|
|
|
19009
19009
|
{
|
|
19010
19010
|
style: {
|
|
19011
19011
|
color: "#9393A3"
|
|
19012
|
+
},
|
|
19013
|
+
class: {
|
|
19014
|
+
"bm-fc-placeholder": true
|
|
19012
19015
|
}
|
|
19013
19016
|
},
|
|
19014
19017
|
["\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"]
|
|
@@ -19114,6 +19117,9 @@ const _sfc_main$7 = vue.defineComponent({
|
|
|
19114
19117
|
{
|
|
19115
19118
|
style: {
|
|
19116
19119
|
color: "#9393A3"
|
|
19120
|
+
},
|
|
19121
|
+
class: {
|
|
19122
|
+
"bm-fc-placeholder": !row[childField]
|
|
19117
19123
|
}
|
|
19118
19124
|
},
|
|
19119
19125
|
[row[childField] || "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"]
|
|
@@ -19184,7 +19190,11 @@ const _sfc_main$7 = vue.defineComponent({
|
|
|
19184
19190
|
if (importDisabled()) {
|
|
19185
19191
|
antDesignVue.message.error("\u8BF7\u5148\u9009\u62E9\u5E97\u94FA\uFF01");
|
|
19186
19192
|
} else if (isProductCenterSuit.value) {
|
|
19187
|
-
|
|
19193
|
+
let fields = props.rule.config.childRules?.map((item) => item.field) || [];
|
|
19194
|
+
let isNotEmpty = data?.some(
|
|
19195
|
+
(item) => fields.some((field) => ![null, void 0, ""].includes(item[field]))
|
|
19196
|
+
);
|
|
19197
|
+
if (isNotEmpty) {
|
|
19188
19198
|
if (await utils__default["default"].confirmModal("\u518D\u6B21\u6279\u5BFC\u4F1A\u8986\u76D6\u5DF2\u6709\u6570\u636E")) {
|
|
19189
19199
|
data.splice(0, data.length);
|
|
19190
19200
|
inputRef.value.click();
|
|
@@ -19694,9 +19704,9 @@ const _sfc_main$7 = vue.defineComponent({
|
|
|
19694
19704
|
}
|
|
19695
19705
|
return (_ctx, _cache) => {
|
|
19696
19706
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$5, [
|
|
19697
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
19707
|
+
vue.createElementVNode("div", _hoisted_2$5, [
|
|
19698
19708
|
vue.createTextVNode(vue.toDisplayString(__props.rule.title.title) + " ", 1),
|
|
19699
|
-
vue.createElementVNode("span", _hoisted_3$
|
|
19709
|
+
vue.createElementVNode("span", _hoisted_3$4, vue.toDisplayString(vue.unref(countText)), 1),
|
|
19700
19710
|
vue.createCommentVNode(" \u5546\u54C1\u4E2D\u5FC3\u5B9A\u5236 \u6309\u94AE "),
|
|
19701
19711
|
vue.unref(isProductCenter) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4$3, [
|
|
19702
19712
|
!__props.hidden ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
@@ -19927,14 +19937,28 @@ const _sfc_main$7 = vue.defineComponent({
|
|
|
19927
19937
|
var TableWidget = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__file", "table-widget.vue"]]);
|
|
19928
19938
|
|
|
19929
19939
|
const _hoisted_1$4 = /* @__PURE__ */ vue.createElementVNode("span", { class: "bm-fc-form-item-label is-required" }, "\u7D20\u6750\u6A21\u677F\uFF1A", -1);
|
|
19930
|
-
const _hoisted_2$
|
|
19931
|
-
const _hoisted_3$
|
|
19932
|
-
const _hoisted_4$2 =
|
|
19933
|
-
|
|
19934
|
-
|
|
19935
|
-
|
|
19936
|
-
const
|
|
19937
|
-
const
|
|
19940
|
+
const _hoisted_2$4 = { key: 0 };
|
|
19941
|
+
const _hoisted_3$3 = /* @__PURE__ */ vue.createElementVNode("span", { class: "bm-fc-form-item-label" }, "\u7D20\u6750\u7C7B\u578B\uFF1A", -1);
|
|
19942
|
+
const _hoisted_4$2 = {
|
|
19943
|
+
key: 1,
|
|
19944
|
+
class: "bm-fc-placeholder"
|
|
19945
|
+
};
|
|
19946
|
+
const _hoisted_5$2 = /* @__PURE__ */ vue.createElementVNode("span", { class: "bm-fc-form-item-label" }, "\u5C3A\u5BF8\uFF1A", -1);
|
|
19947
|
+
const _hoisted_6$2 = {
|
|
19948
|
+
key: 1,
|
|
19949
|
+
class: "bm-fc-placeholder"
|
|
19950
|
+
};
|
|
19951
|
+
const _hoisted_7$2 = /* @__PURE__ */ vue.createElementVNode("span", { class: "bm-fc-form-item-label" }, "\u5C01\u9762\u56FE\uFF1A", -1);
|
|
19952
|
+
const _hoisted_8$1 = ["src"];
|
|
19953
|
+
const _hoisted_9$1 = {
|
|
19954
|
+
key: 1,
|
|
19955
|
+
class: "bm-fc-placeholder"
|
|
19956
|
+
};
|
|
19957
|
+
const _hoisted_10$1 = /* @__PURE__ */ vue.createElementVNode("span", { class: "bm-fc-form-item-label" }, "\u6A21\u677F\u7ED3\u6784\u56FE\uFF1A", -1);
|
|
19958
|
+
const _hoisted_11$2 = {
|
|
19959
|
+
key: 1,
|
|
19960
|
+
class: "bm-fc-placeholder"
|
|
19961
|
+
};
|
|
19938
19962
|
const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
|
|
19939
19963
|
__name: "material-temp",
|
|
19940
19964
|
props: [
|
|
@@ -20268,7 +20292,7 @@ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
|
|
|
20268
20292
|
}),
|
|
20269
20293
|
vue.createVNode(vue.unref(antDesignVue.Col), { flex: 1 }, {
|
|
20270
20294
|
default: vue.withCtx(() => [
|
|
20271
|
-
pane.tempSelected.templateName ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$
|
|
20295
|
+
pane.tempSelected.templateName ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$4, [
|
|
20272
20296
|
vue.createTextVNode(vue.toDisplayString(pane.tempSelected.templateName) + " ", 1),
|
|
20273
20297
|
vue.createVNode(vue.unref(antDesignVue.Button), {
|
|
20274
20298
|
type: "link",
|
|
@@ -20306,7 +20330,7 @@ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
|
|
|
20306
20330
|
default: vue.withCtx(() => [
|
|
20307
20331
|
vue.createVNode(vue.unref(antDesignVue.Col), null, {
|
|
20308
20332
|
default: vue.withCtx(() => [
|
|
20309
|
-
_hoisted_3$
|
|
20333
|
+
_hoisted_3$3
|
|
20310
20334
|
]),
|
|
20311
20335
|
_: 1
|
|
20312
20336
|
}),
|
|
@@ -20315,7 +20339,9 @@ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
|
|
|
20315
20339
|
flex: 1
|
|
20316
20340
|
}, {
|
|
20317
20341
|
default: vue.withCtx(() => [
|
|
20318
|
-
vue.
|
|
20342
|
+
pane.tempSelected.materialCategoryNameShow ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
20343
|
+
vue.createTextVNode(vue.toDisplayString(pane.tempSelected.materialCategoryNameShow), 1)
|
|
20344
|
+
], 64)) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_4$2, "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"))
|
|
20319
20345
|
]),
|
|
20320
20346
|
_: 2
|
|
20321
20347
|
}, 1024)
|
|
@@ -20331,7 +20357,7 @@ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
|
|
|
20331
20357
|
default: vue.withCtx(() => [
|
|
20332
20358
|
vue.createVNode(vue.unref(antDesignVue.Col), null, {
|
|
20333
20359
|
default: vue.withCtx(() => [
|
|
20334
|
-
|
|
20360
|
+
_hoisted_5$2
|
|
20335
20361
|
]),
|
|
20336
20362
|
_: 1
|
|
20337
20363
|
}),
|
|
@@ -20340,9 +20366,13 @@ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
|
|
|
20340
20366
|
flex: 1
|
|
20341
20367
|
}, {
|
|
20342
20368
|
default: vue.withCtx(() => [
|
|
20343
|
-
|
|
20369
|
+
measrueDicts.value.find(
|
|
20344
20370
|
(dict) => dict.dictId + "" === pane.tempSelected.measure + ""
|
|
20345
|
-
)?.dictName
|
|
20371
|
+
)?.dictName ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
20372
|
+
vue.createTextVNode(vue.toDisplayString(measrueDicts.value.find(
|
|
20373
|
+
(dict) => dict.dictId + "" === pane.tempSelected.measure + ""
|
|
20374
|
+
)?.dictName), 1)
|
|
20375
|
+
], 64)) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_6$2, "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"))
|
|
20346
20376
|
]),
|
|
20347
20377
|
_: 2
|
|
20348
20378
|
}, 1024)
|
|
@@ -20358,7 +20388,7 @@ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
|
|
|
20358
20388
|
default: vue.withCtx(() => [
|
|
20359
20389
|
vue.createVNode(vue.unref(antDesignVue.Col), null, {
|
|
20360
20390
|
default: vue.withCtx(() => [
|
|
20361
|
-
|
|
20391
|
+
_hoisted_7$2
|
|
20362
20392
|
]),
|
|
20363
20393
|
_: 1
|
|
20364
20394
|
}),
|
|
@@ -20371,7 +20401,7 @@ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
|
|
|
20371
20401
|
key: 0,
|
|
20372
20402
|
class: "bm-fc-form-item__cover",
|
|
20373
20403
|
src: pane.tempSelected.coverPlanPath
|
|
20374
|
-
}, null, 8,
|
|
20404
|
+
}, null, 8, _hoisted_8$1)) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_9$1, "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"))
|
|
20375
20405
|
]),
|
|
20376
20406
|
_: 2
|
|
20377
20407
|
}, 1024)
|
|
@@ -20387,7 +20417,7 @@ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
|
|
|
20387
20417
|
default: vue.withCtx(() => [
|
|
20388
20418
|
vue.createVNode(vue.unref(antDesignVue.Col), null, {
|
|
20389
20419
|
default: vue.withCtx(() => [
|
|
20390
|
-
|
|
20420
|
+
_hoisted_10$1
|
|
20391
20421
|
]),
|
|
20392
20422
|
_: 1
|
|
20393
20423
|
}),
|
|
@@ -20401,7 +20431,7 @@ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
|
|
|
20401
20431
|
class: "bm-fc-form-item__temp-content",
|
|
20402
20432
|
content: getTempContentWithName(pane.tempSelected),
|
|
20403
20433
|
preview: true
|
|
20404
|
-
}, null, 8, ["content"])) : (vue.openBlock(), vue.createElementBlock("span",
|
|
20434
|
+
}, null, 8, ["content"])) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_11$2, "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"))
|
|
20405
20435
|
]),
|
|
20406
20436
|
_: 2
|
|
20407
20437
|
}, 1024)
|
|
@@ -20561,7 +20591,11 @@ var materialTemp = {
|
|
|
20561
20591
|
};
|
|
20562
20592
|
|
|
20563
20593
|
const _hoisted_1$3 = { class: "bm-fc-form-item-label" };
|
|
20564
|
-
const _hoisted_2$
|
|
20594
|
+
const _hoisted_2$3 = ["src"];
|
|
20595
|
+
const _hoisted_3$2 = {
|
|
20596
|
+
key: 1,
|
|
20597
|
+
class: "bm-fc-placeholder"
|
|
20598
|
+
};
|
|
20565
20599
|
const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
|
|
20566
20600
|
__name: "product-info",
|
|
20567
20601
|
props: [
|
|
@@ -20722,14 +20756,12 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
|
|
|
20722
20756
|
key: 0,
|
|
20723
20757
|
class: "bm-fc-form-item__img",
|
|
20724
20758
|
src: __props.extraConfig.common.previewImg(getValue(field.value))
|
|
20725
|
-
}, null, 8, _hoisted_2$
|
|
20759
|
+
}, null, 8, _hoisted_2$3)) : field.value === "\u5546\u54C1\u5355\u4F4D" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
|
|
20726
20760
|
vue.createTextVNode(vue.toDisplayString(unitMap[getValue(field.value)] || getValue(field.value)), 1)
|
|
20727
20761
|
], 64)) : (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 2 }, [
|
|
20728
20762
|
vue.createTextVNode(vue.toDisplayString(getValue(field.value)), 1)
|
|
20729
20763
|
], 64))
|
|
20730
|
-
], 64)) : (vue.openBlock(), vue.createElementBlock(
|
|
20731
|
-
vue.createTextVNode("\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6")
|
|
20732
|
-
], 64))
|
|
20764
|
+
], 64)) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_3$2, "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"))
|
|
20733
20765
|
]),
|
|
20734
20766
|
_: 2
|
|
20735
20767
|
}, 1024)
|
|
@@ -20819,6 +20851,10 @@ var product = {
|
|
|
20819
20851
|
};
|
|
20820
20852
|
|
|
20821
20853
|
const _hoisted_1$2 = { class: "bm-fc-form-item-label" };
|
|
20854
|
+
const _hoisted_2$2 = {
|
|
20855
|
+
key: 1,
|
|
20856
|
+
class: "bm-fc-placeholder"
|
|
20857
|
+
};
|
|
20822
20858
|
const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
|
|
20823
20859
|
__name: "shop-widget",
|
|
20824
20860
|
props: [
|
|
@@ -20948,7 +20984,7 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
|
|
|
20948
20984
|
vue.createVNode(vue.unref(antDesignVue.Col), { flex: 1 }, {
|
|
20949
20985
|
default: vue.withCtx(() => [
|
|
20950
20986
|
vue.createVNode(vue.unref(antDesignVue.Select), {
|
|
20951
|
-
value: __props.formCreateInject?.rule?.value?.value || __props.value?.value,
|
|
20987
|
+
value: __props.formCreateInject?.rule?.value?.value || __props.value?.value || null,
|
|
20952
20988
|
placeholder: "\u8BF7\u9009\u62E9",
|
|
20953
20989
|
"show-search": "",
|
|
20954
20990
|
"show-arrow": false,
|
|
@@ -20992,9 +21028,7 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
|
|
|
20992
21028
|
default: vue.withCtx(() => [
|
|
20993
21029
|
getValue(field2.value) ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
20994
21030
|
vue.createTextVNode(vue.toDisplayString(getValue(field2.value)), 1)
|
|
20995
|
-
], 64)) : (vue.openBlock(), vue.createElementBlock(
|
|
20996
|
-
vue.createTextVNode("\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6")
|
|
20997
|
-
], 64))
|
|
21031
|
+
], 64)) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_2$2, "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"))
|
|
20998
21032
|
]),
|
|
20999
21033
|
_: 2
|
|
21000
21034
|
}, 1024)
|