@yoooloo42/joker 1.0.73 → 1.0.75
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/dist/dist/bundle.css +3 -43
- package/dist/index.cjs.js +244 -151
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +244 -151
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -22455,15 +22455,15 @@ script$h.__file = "src/form/LabelBox.vue";
|
|
|
22455
22455
|
|
|
22456
22456
|
const _hoisted_1$e = { key: 12 };
|
|
22457
22457
|
const _hoisted_2$d = { key: 0 };
|
|
22458
|
-
const _hoisted_3$
|
|
22459
|
-
const _hoisted_4$
|
|
22460
|
-
const _hoisted_5$
|
|
22461
|
-
const _hoisted_6$
|
|
22462
|
-
const _hoisted_7$
|
|
22463
|
-
const _hoisted_8$
|
|
22464
|
-
const _hoisted_9$
|
|
22465
|
-
const _hoisted_10$
|
|
22466
|
-
const _hoisted_11
|
|
22458
|
+
const _hoisted_3$6 = { key: 13 };
|
|
22459
|
+
const _hoisted_4$5 = { key: 0 };
|
|
22460
|
+
const _hoisted_5$4 = { key: 14 };
|
|
22461
|
+
const _hoisted_6$4 = { key: 0 };
|
|
22462
|
+
const _hoisted_7$4 = { key: 16 };
|
|
22463
|
+
const _hoisted_8$3 = ["innerHTML"];
|
|
22464
|
+
const _hoisted_9$2 = { key: 17 };
|
|
22465
|
+
const _hoisted_10$1 = ["width", "height", "poster"];
|
|
22466
|
+
const _hoisted_11 = ["src"];
|
|
22467
22467
|
const _hoisted_12 = ["src"];
|
|
22468
22468
|
const _hoisted_13 = ["src"];
|
|
22469
22469
|
const _hoisted_14 = { key: 0 };
|
|
@@ -22758,9 +22758,6 @@ const hdlGetValue = {
|
|
|
22758
22758
|
ly0d7postal(result) {
|
|
22759
22759
|
props.dataBox.fieldsValue[props.item.fieldName] = !!result.value ? result.value : [];
|
|
22760
22760
|
},
|
|
22761
|
-
ly0d7price(result) {
|
|
22762
|
-
props.dataBox.fieldsValue[props.item.fieldName] = !!result.value ? result.value : [];
|
|
22763
|
-
},
|
|
22764
22761
|
ly0d7size(result) {
|
|
22765
22762
|
props.dataBox.fieldsValue[props.item.fieldName] = !!result.value ? result.value : [];
|
|
22766
22763
|
},
|
|
@@ -22989,7 +22986,7 @@ return (_ctx, _cache) => {
|
|
|
22989
22986
|
vue.createCommentVNode(" 图片&富文本&视频 "),
|
|
22990
22987
|
vue.createCommentVNode(" 图片 "),
|
|
22991
22988
|
(__props.item.inputType === 'image')
|
|
22992
|
-
? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$
|
|
22989
|
+
? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$6, [
|
|
22993
22990
|
vue.createElementVNode("div", null, [
|
|
22994
22991
|
vue.createVNode(_component_el_image, {
|
|
22995
22992
|
style: vue.normalizeStyle(style.image(__props.item, __props.myProps)),
|
|
@@ -23001,7 +22998,7 @@ return (_ctx, _cache) => {
|
|
|
23001
22998
|
]),
|
|
23002
22999
|
vue.createCommentVNode(" 设置了图片删除功能,同时图片不为空 "),
|
|
23003
23000
|
(!!__props.item.imageDelete && !!__props.dataBox.fieldsValue[__props.item.fieldName])
|
|
23004
|
-
? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4$
|
|
23001
|
+
? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4$5, [
|
|
23005
23002
|
vue.createVNode(_component_el_button, {
|
|
23006
23003
|
size: "small",
|
|
23007
23004
|
icon: !__props.dataBox.fieldsValue[__props.item.imageDelete] ? 'el-icon-delete' : 'el-icon-magic-stick',
|
|
@@ -23018,7 +23015,7 @@ return (_ctx, _cache) => {
|
|
|
23018
23015
|
: vue.createCommentVNode("v-if", true),
|
|
23019
23016
|
vue.createCommentVNode(" 多个图片 "),
|
|
23020
23017
|
(__props.item.inputType === 'images')
|
|
23021
|
-
? (vue.openBlock(), vue.createElementBlock("div", _hoisted_5$
|
|
23018
|
+
? (vue.openBlock(), vue.createElementBlock("div", _hoisted_5$4, [
|
|
23022
23019
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.dataBox.fieldsValue[__props.item.fieldName], (itemImages, indexImages) => {
|
|
23023
23020
|
return (vue.openBlock(), vue.createElementBlock("div", {
|
|
23024
23021
|
key: indexImages,
|
|
@@ -23032,7 +23029,7 @@ return (_ctx, _cache) => {
|
|
|
23032
23029
|
}, null, 8 /* PROPS */, ["style", "src", "preview-src-list"])
|
|
23033
23030
|
]),
|
|
23034
23031
|
(!!__props.item.imageDelete)
|
|
23035
|
-
? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6$
|
|
23032
|
+
? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6$4, [
|
|
23036
23033
|
vue.createVNode(_component_el_button, {
|
|
23037
23034
|
size: "small",
|
|
23038
23035
|
icon: "el-icon-delete",
|
|
@@ -23064,15 +23061,15 @@ return (_ctx, _cache) => {
|
|
|
23064
23061
|
: vue.createCommentVNode("v-if", true),
|
|
23065
23062
|
vue.createCommentVNode(" 富文本show "),
|
|
23066
23063
|
(__props.item.inputType === 'richtextShow')
|
|
23067
|
-
? (vue.openBlock(), vue.createElementBlock("div", _hoisted_7$
|
|
23064
|
+
? (vue.openBlock(), vue.createElementBlock("div", _hoisted_7$4, [
|
|
23068
23065
|
vue.createElementVNode("div", {
|
|
23069
23066
|
innerHTML: __props.dataBox.fieldsValue[__props.item.fieldName]
|
|
23070
|
-
}, null, 8 /* PROPS */, _hoisted_8$
|
|
23067
|
+
}, null, 8 /* PROPS */, _hoisted_8$3)
|
|
23071
23068
|
]))
|
|
23072
23069
|
: vue.createCommentVNode("v-if", true),
|
|
23073
23070
|
vue.createCommentVNode(" 视频 "),
|
|
23074
23071
|
(__props.item.inputType === 'video')
|
|
23075
|
-
? (vue.openBlock(), vue.createElementBlock("div", _hoisted_9$
|
|
23072
|
+
? (vue.openBlock(), vue.createElementBlock("div", _hoisted_9$2, [
|
|
23076
23073
|
vue.createElementVNode("div", null, [
|
|
23077
23074
|
vue.createElementVNode("video", {
|
|
23078
23075
|
width: style.video(__props.item, __props.myProps).width,
|
|
@@ -23083,7 +23080,7 @@ return (_ctx, _cache) => {
|
|
|
23083
23080
|
vue.createElementVNode("source", {
|
|
23084
23081
|
src: video.src,
|
|
23085
23082
|
type: "video/mp4"
|
|
23086
|
-
}, null, 8 /* PROPS */, _hoisted_11
|
|
23083
|
+
}, null, 8 /* PROPS */, _hoisted_11),
|
|
23087
23084
|
vue.createCommentVNode(" MP4/H.264/AAC - 最广泛支持 "),
|
|
23088
23085
|
vue.createElementVNode("source", {
|
|
23089
23086
|
src: video.src,
|
|
@@ -23095,7 +23092,7 @@ return (_ctx, _cache) => {
|
|
|
23095
23092
|
type: "video/ogg"
|
|
23096
23093
|
}, null, 8 /* PROPS */, _hoisted_13),
|
|
23097
23094
|
vue.createCommentVNode(" Ogg/Theora/Vorbis - 较旧的开源格式 ")
|
|
23098
|
-
], 8 /* PROPS */, _hoisted_10$
|
|
23095
|
+
], 8 /* PROPS */, _hoisted_10$1)
|
|
23099
23096
|
]),
|
|
23100
23097
|
vue.createCommentVNode(" 设置了视频删除功能,同时视频不为空 "),
|
|
23101
23098
|
(!!__props.item.videoDelete && !!__props.dataBox.fieldsValue[__props.item.fieldName])
|
|
@@ -23228,11 +23225,11 @@ return (_ctx, _cache) => {
|
|
|
23228
23225
|
? (vue.openBlock(), vue.createElementBlock("div", _hoisted_26, [
|
|
23229
23226
|
vue.createVNode(_component_ly0d7price, {
|
|
23230
23227
|
myProps: {
|
|
23231
|
-
|
|
23232
|
-
readOnly: __props.item.readOnly,
|
|
23228
|
+
readOnly: __props.item.readOnly
|
|
23233
23229
|
},
|
|
23234
|
-
|
|
23235
|
-
|
|
23230
|
+
modelValue: __props.dataBox.fieldsValue[__props.item.fieldName],
|
|
23231
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = $event => ((__props.dataBox.fieldsValue[__props.item.fieldName]) = $event))
|
|
23232
|
+
}, null, 8 /* PROPS */, ["myProps", "modelValue"])
|
|
23236
23233
|
]))
|
|
23237
23234
|
: vue.createCommentVNode("v-if", true),
|
|
23238
23235
|
vue.createCommentVNode(" 商品规格 "),
|
|
@@ -23274,8 +23271,8 @@ script$g.__file = "src/form/InputBox.vue";
|
|
|
23274
23271
|
|
|
23275
23272
|
const _hoisted_1$d = { key: 0 };
|
|
23276
23273
|
const _hoisted_2$c = ["colspan"];
|
|
23277
|
-
const _hoisted_3$
|
|
23278
|
-
const _hoisted_4$
|
|
23274
|
+
const _hoisted_3$5 = { key: 0 };
|
|
23275
|
+
const _hoisted_4$4 = ["colspan"];
|
|
23279
23276
|
|
|
23280
23277
|
|
|
23281
23278
|
var script$f = {
|
|
@@ -23367,7 +23364,7 @@ return (_ctx, _cache) => {
|
|
|
23367
23364
|
? item2.hdlVisible(__props.scopeThis, __props.dataBox.fieldsValue)
|
|
23368
23365
|
: true
|
|
23369
23366
|
)
|
|
23370
|
-
? (vue.openBlock(), vue.createElementBlock("tr", _hoisted_3$
|
|
23367
|
+
? (vue.openBlock(), vue.createElementBlock("tr", _hoisted_3$5, [
|
|
23371
23368
|
(item2.label)
|
|
23372
23369
|
? (vue.openBlock(), vue.createElementBlock("td", {
|
|
23373
23370
|
key: 0,
|
|
@@ -23391,7 +23388,7 @@ return (_ctx, _cache) => {
|
|
|
23391
23388
|
dataBox: __props.dataBox,
|
|
23392
23389
|
item: item2
|
|
23393
23390
|
}, null, 8 /* PROPS */, ["scopeThis", "myProps", "dataBox", "item"])
|
|
23394
|
-
], 12 /* STYLE, PROPS */, _hoisted_4$
|
|
23391
|
+
], 12 /* STYLE, PROPS */, _hoisted_4$4)
|
|
23395
23392
|
]))
|
|
23396
23393
|
: vue.createCommentVNode("v-if", true)
|
|
23397
23394
|
], 64 /* STABLE_FRAGMENT */))
|
|
@@ -41720,7 +41717,7 @@ var script$6 = {
|
|
|
41720
41717
|
|
|
41721
41718
|
const _hoisted_1$6 = { class: "el-upload__tip" };
|
|
41722
41719
|
const _hoisted_2$6 = ["src"];
|
|
41723
|
-
const _hoisted_3$
|
|
41720
|
+
const _hoisted_3$4 = {
|
|
41724
41721
|
key: 0,
|
|
41725
41722
|
style: {"font-size":"xx-small"}
|
|
41726
41723
|
};
|
|
@@ -41771,7 +41768,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
41771
41768
|
_: 1 /* STABLE */
|
|
41772
41769
|
}, 8 /* PROPS */, ["modelValue"]),
|
|
41773
41770
|
(_ctx.fileList.length>0)
|
|
41774
|
-
? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$
|
|
41771
|
+
? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$4, vue.toDisplayString("已上传"+_ctx.fileList.length+"个图片"), 1 /* TEXT */))
|
|
41775
41772
|
: vue.createCommentVNode("v-if", true),
|
|
41776
41773
|
(_ctx.fileList.length>0)
|
|
41777
41774
|
? (vue.openBlock(), vue.createBlock(_component_el_button, {
|
|
@@ -42161,19 +42158,19 @@ const _hoisted_2$4 = {
|
|
|
42161
42158
|
class: "el-icon-edit",
|
|
42162
42159
|
style: {"color":"blue"}
|
|
42163
42160
|
};
|
|
42164
|
-
const _hoisted_3$
|
|
42165
|
-
const _hoisted_4$
|
|
42161
|
+
const _hoisted_3$3 = { key: 1 };
|
|
42162
|
+
const _hoisted_4$3 = {
|
|
42166
42163
|
key: 0,
|
|
42167
42164
|
class: "el-icon-edit",
|
|
42168
42165
|
style: {"color":"blue"}
|
|
42169
42166
|
};
|
|
42170
|
-
const _hoisted_5$
|
|
42167
|
+
const _hoisted_5$3 = {
|
|
42171
42168
|
key: 0,
|
|
42172
42169
|
class: "value-item"
|
|
42173
42170
|
};
|
|
42174
|
-
const _hoisted_6$
|
|
42175
|
-
const _hoisted_7$
|
|
42176
|
-
const _hoisted_8$
|
|
42171
|
+
const _hoisted_6$3 = { style: {"width":"100%"} };
|
|
42172
|
+
const _hoisted_7$3 = { style: {"width":"50px"} };
|
|
42173
|
+
const _hoisted_8$2 = { class: "select-submit" };
|
|
42177
42174
|
|
|
42178
42175
|
|
|
42179
42176
|
var script$4 = {
|
|
@@ -42237,17 +42234,17 @@ return (_ctx, _cache) => {
|
|
|
42237
42234
|
]),
|
|
42238
42235
|
_cache[2] || (_cache[2] = vue.createElementVNode("td", null, "[未分类]", -1 /* CACHED */))
|
|
42239
42236
|
]))
|
|
42240
|
-
: (vue.openBlock(), vue.createElementBlock("tr", _hoisted_3$
|
|
42237
|
+
: (vue.openBlock(), vue.createElementBlock("tr", _hoisted_3$3, [
|
|
42241
42238
|
vue.createElementVNode("td", null, [
|
|
42242
42239
|
(!__props.myProps.readOnly)
|
|
42243
|
-
? (vue.openBlock(), vue.createElementBlock("i", _hoisted_4$
|
|
42240
|
+
? (vue.openBlock(), vue.createElementBlock("i", _hoisted_4$3))
|
|
42244
42241
|
: vue.createCommentVNode("v-if", true)
|
|
42245
42242
|
]),
|
|
42246
42243
|
vue.createElementVNode("td", null, [
|
|
42247
42244
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(value.value, (item, index) => {
|
|
42248
42245
|
return (vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
|
|
42249
42246
|
(!!item)
|
|
42250
|
-
? (vue.openBlock(), vue.createElementBlock("div", _hoisted_5$
|
|
42247
|
+
? (vue.openBlock(), vue.createElementBlock("div", _hoisted_5$3, vue.toDisplayString(item), 1 /* TEXT */))
|
|
42251
42248
|
: vue.createCommentVNode("v-if", true)
|
|
42252
42249
|
], 64 /* STABLE_FRAGMENT */))
|
|
42253
42250
|
}), 256 /* UNKEYED_FRAGMENT */))
|
|
@@ -42266,7 +42263,7 @@ return (_ctx, _cache) => {
|
|
|
42266
42263
|
"destroy-on-close": true
|
|
42267
42264
|
}, {
|
|
42268
42265
|
default: vue.withCtx(() => [
|
|
42269
|
-
vue.createElementVNode("table", _hoisted_6$
|
|
42266
|
+
vue.createElementVNode("table", _hoisted_6$3, [
|
|
42270
42267
|
vue.createElementVNode("tbody", null, [
|
|
42271
42268
|
vue.createElementVNode("tr", null, [
|
|
42272
42269
|
vue.createElementVNode("td", null, [
|
|
@@ -42304,7 +42301,7 @@ return (_ctx, _cache) => {
|
|
|
42304
42301
|
]),
|
|
42305
42302
|
vue.createElementVNode("tr", null, [
|
|
42306
42303
|
_cache[4] || (_cache[4] = vue.createElementVNode("td", null, null, -1 /* CACHED */)),
|
|
42307
|
-
vue.createElementVNode("td", _hoisted_7$
|
|
42304
|
+
vue.createElementVNode("td", _hoisted_7$3, [
|
|
42308
42305
|
vue.createVNode(_component_el_button, {
|
|
42309
42306
|
type: "primary",
|
|
42310
42307
|
circle: "",
|
|
@@ -42327,7 +42324,7 @@ return (_ctx, _cache) => {
|
|
|
42327
42324
|
])
|
|
42328
42325
|
]),
|
|
42329
42326
|
_cache[6] || (_cache[6] = vue.createElementVNode("div", { class: "line" }, null, -1 /* CACHED */)),
|
|
42330
|
-
vue.createElementVNode("div", _hoisted_8$
|
|
42327
|
+
vue.createElementVNode("div", _hoisted_8$2, [
|
|
42331
42328
|
vue.createVNode(_component_el_button, {
|
|
42332
42329
|
type: "danger",
|
|
42333
42330
|
plain: "",
|
|
@@ -42357,17 +42354,17 @@ const _hoisted_2$3 = {
|
|
|
42357
42354
|
class: "el-icon-edit",
|
|
42358
42355
|
style: {"color":"blue"}
|
|
42359
42356
|
};
|
|
42360
|
-
const _hoisted_3$
|
|
42357
|
+
const _hoisted_3$2 = {
|
|
42361
42358
|
key: 0,
|
|
42362
42359
|
class: "el-icon-edit",
|
|
42363
42360
|
style: {"color":"blue"}
|
|
42364
42361
|
};
|
|
42365
|
-
const _hoisted_4$
|
|
42366
|
-
const _hoisted_5$
|
|
42367
|
-
const _hoisted_6$
|
|
42368
|
-
const _hoisted_7$
|
|
42369
|
-
const _hoisted_8$
|
|
42370
|
-
const _hoisted_9$
|
|
42362
|
+
const _hoisted_4$2 = { class: "item-value" };
|
|
42363
|
+
const _hoisted_5$2 = { class: "item-value" };
|
|
42364
|
+
const _hoisted_6$2 = { class: "item-value" };
|
|
42365
|
+
const _hoisted_7$2 = { class: "item-value" };
|
|
42366
|
+
const _hoisted_8$1 = { style: {"width":"100%"} };
|
|
42367
|
+
const _hoisted_9$1 = { class: "select-submit" };
|
|
42371
42368
|
|
|
42372
42369
|
|
|
42373
42370
|
var script$3 = {
|
|
@@ -42458,7 +42455,7 @@ return (_ctx, _cache) => {
|
|
|
42458
42455
|
return (vue.openBlock(), vue.createElementBlock("tr", { key: index }, [
|
|
42459
42456
|
vue.createElementVNode("td", null, [
|
|
42460
42457
|
(!__props.myProps.readOnly && index === 0)
|
|
42461
|
-
? (vue.openBlock(), vue.createElementBlock("i", _hoisted_3$
|
|
42458
|
+
? (vue.openBlock(), vue.createElementBlock("i", _hoisted_3$2))
|
|
42462
42459
|
: vue.createCommentVNode("v-if", true)
|
|
42463
42460
|
]),
|
|
42464
42461
|
vue.createElementVNode("td", null, [
|
|
@@ -42466,19 +42463,19 @@ return (_ctx, _cache) => {
|
|
|
42466
42463
|
vue.createElementVNode("tbody", null, [
|
|
42467
42464
|
vue.createElementVNode("tr", null, [
|
|
42468
42465
|
_cache[3] || (_cache[3] = vue.createElementVNode("td", { class: "item-label" }, "国内行政区划", -1 /* CACHED */)),
|
|
42469
|
-
vue.createElementVNode("td", _hoisted_4$
|
|
42466
|
+
vue.createElementVNode("td", _hoisted_4$2, vue.toDisplayString(item.gbt2260text), 1 /* TEXT */)
|
|
42470
42467
|
]),
|
|
42471
42468
|
vue.createElementVNode("tr", null, [
|
|
42472
42469
|
_cache[4] || (_cache[4] = vue.createElementVNode("td", { class: "item-label" }, "详细地址", -1 /* CACHED */)),
|
|
42473
|
-
vue.createElementVNode("td", _hoisted_5$
|
|
42470
|
+
vue.createElementVNode("td", _hoisted_5$2, vue.toDisplayString(item.address), 1 /* TEXT */)
|
|
42474
42471
|
]),
|
|
42475
42472
|
vue.createElementVNode("tr", null, [
|
|
42476
42473
|
_cache[5] || (_cache[5] = vue.createElementVNode("td", { class: "item-label" }, "联系电话", -1 /* CACHED */)),
|
|
42477
|
-
vue.createElementVNode("td", _hoisted_6$
|
|
42474
|
+
vue.createElementVNode("td", _hoisted_6$2, vue.toDisplayString(item.tel), 1 /* TEXT */)
|
|
42478
42475
|
]),
|
|
42479
42476
|
vue.createElementVNode("tr", null, [
|
|
42480
42477
|
_cache[6] || (_cache[6] = vue.createElementVNode("td", { class: "item-label" }, "联系人", -1 /* CACHED */)),
|
|
42481
|
-
vue.createElementVNode("td", _hoisted_7$
|
|
42478
|
+
vue.createElementVNode("td", _hoisted_7$2, vue.toDisplayString(item.name), 1 /* TEXT */)
|
|
42482
42479
|
])
|
|
42483
42480
|
])
|
|
42484
42481
|
])
|
|
@@ -42498,7 +42495,7 @@ return (_ctx, _cache) => {
|
|
|
42498
42495
|
"destroy-on-close": true
|
|
42499
42496
|
}, {
|
|
42500
42497
|
default: vue.withCtx(() => [
|
|
42501
|
-
vue.createElementVNode("table", _hoisted_8$
|
|
42498
|
+
vue.createElementVNode("table", _hoisted_8$1, [
|
|
42502
42499
|
vue.createElementVNode("tbody", null, [
|
|
42503
42500
|
_cache[11] || (_cache[11] = vue.createElementVNode("tr", null, [
|
|
42504
42501
|
vue.createElementVNode("th", null, "国内行政区划"),
|
|
@@ -42568,7 +42565,7 @@ return (_ctx, _cache) => {
|
|
|
42568
42565
|
])
|
|
42569
42566
|
]),
|
|
42570
42567
|
_cache[13] || (_cache[13] = vue.createElementVNode("div", { class: "line" }, null, -1 /* CACHED */)),
|
|
42571
|
-
vue.createElementVNode("div", _hoisted_9$
|
|
42568
|
+
vue.createElementVNode("div", _hoisted_9$1, [
|
|
42572
42569
|
vue.createVNode(_component_el_button, {
|
|
42573
42570
|
type: "danger",
|
|
42574
42571
|
plain: "",
|
|
@@ -42597,70 +42594,59 @@ var _imports_0$1 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAA
|
|
|
42597
42594
|
var _imports_1 = "data:image/png;base64,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";
|
|
42598
42595
|
|
|
42599
42596
|
const _hoisted_1$2 = { key: 0 };
|
|
42600
|
-
const _hoisted_2$2 = {
|
|
42601
|
-
key: 0,
|
|
42602
|
-
class: "el-icon-edit",
|
|
42603
|
-
style: {"color":"blue"}
|
|
42604
|
-
};
|
|
42605
|
-
const _hoisted_3$2 = {
|
|
42606
|
-
key: 0,
|
|
42607
|
-
class: "el-icon-edit",
|
|
42608
|
-
style: {"color":"blue"}
|
|
42609
|
-
};
|
|
42610
|
-
const _hoisted_4$2 = {
|
|
42611
|
-
key: 0,
|
|
42612
|
-
class: "value-name"
|
|
42613
|
-
};
|
|
42614
|
-
const _hoisted_5$2 = {
|
|
42615
|
-
key: 1,
|
|
42616
|
-
class: "value-name-empty"
|
|
42617
|
-
};
|
|
42618
|
-
const _hoisted_6$2 = { class: "value-price" };
|
|
42619
|
-
const _hoisted_7$2 = {
|
|
42620
|
-
key: 2,
|
|
42621
|
-
class: "value-member",
|
|
42622
|
-
src: _imports_0$1
|
|
42623
|
-
};
|
|
42624
|
-
const _hoisted_8$1 = {
|
|
42625
|
-
key: 3,
|
|
42626
|
-
class: "value-hot",
|
|
42627
|
-
src: _imports_1
|
|
42628
|
-
};
|
|
42629
|
-
const _hoisted_9$1 = { class: "value-note" };
|
|
42630
|
-
const _hoisted_10$1 = { style: {"width":"100%"} };
|
|
42631
|
-
const _hoisted_11 = { class: "select-submit" };
|
|
42597
|
+
const _hoisted_2$2 = { style: {"width":"100%"} };
|
|
42632
42598
|
|
|
42599
|
+
// 遵循 Vue 3 v-model 规范,使用 modelValue
|
|
42633
42600
|
|
|
42634
42601
|
var script$2 = {
|
|
42635
42602
|
__name: 'index',
|
|
42636
|
-
props:
|
|
42637
|
-
|
|
42603
|
+
props: {
|
|
42604
|
+
// modelValue: 外部 v-model 绑定的值
|
|
42605
|
+
modelValue: {
|
|
42606
|
+
type: Array,
|
|
42607
|
+
default: () => []
|
|
42608
|
+
},
|
|
42609
|
+
myProps: {
|
|
42610
|
+
readOnly: {
|
|
42611
|
+
type: Boolean,
|
|
42612
|
+
default: false
|
|
42613
|
+
},
|
|
42614
|
+
_id: [String, Number] // 允许传入一个 _id 用于回传,可选
|
|
42615
|
+
}
|
|
42616
|
+
|
|
42617
|
+
},
|
|
42618
|
+
emits: ['update:modelValue', 'change'],
|
|
42638
42619
|
setup(__props, { emit: __emit }) {
|
|
42639
42620
|
|
|
42640
42621
|
const props = __props;
|
|
42622
|
+
// 遵循 Vue 3 v-model 规范,使用 update:modelValue 事件
|
|
42641
42623
|
const emit = __emit;
|
|
42642
42624
|
|
|
42643
|
-
const value = vue.
|
|
42625
|
+
const value = vue.computed(() => props.modelValue || []);
|
|
42626
|
+
const nameEmpty = vue.ref('[未设置标价名称]');
|
|
42627
|
+
|
|
42644
42628
|
const popup = vue.ref({
|
|
42645
42629
|
visible: false,
|
|
42646
|
-
value:
|
|
42630
|
+
value: []
|
|
42647
42631
|
});
|
|
42648
|
-
const nameEmpty = vue.ref('[未设置标价名称]');
|
|
42649
42632
|
|
|
42650
42633
|
const hdl = {
|
|
42651
42634
|
popup() {
|
|
42652
|
-
if (
|
|
42653
|
-
|
|
42654
|
-
popup.value.value.forEach(i => {
|
|
42655
|
-
i.price = Math.floor(i.price) / 100;
|
|
42656
|
-
});
|
|
42657
|
-
popup.value.visible = true;
|
|
42635
|
+
if (props.myProps.readOnly) {
|
|
42636
|
+
return
|
|
42658
42637
|
}
|
|
42638
|
+
const copiedValue = JSON.parse(JSON.stringify(value.value));
|
|
42639
|
+
popup.value.value = copiedValue.map(item => ({
|
|
42640
|
+
...item,
|
|
42641
|
+
// 价格从“分”转换为“元”
|
|
42642
|
+
price: item.price / 100
|
|
42643
|
+
}));
|
|
42644
|
+
popup.value.visible = true;
|
|
42659
42645
|
},
|
|
42660
42646
|
append() {
|
|
42661
42647
|
popup.value.value.push({
|
|
42662
42648
|
name: '',
|
|
42663
|
-
price: 0,
|
|
42649
|
+
price: 0, // 初始价格为 0 元
|
|
42664
42650
|
member: false,
|
|
42665
42651
|
hot: false,
|
|
42666
42652
|
note: '',
|
|
@@ -42669,23 +42655,71 @@ const hdl = {
|
|
|
42669
42655
|
delete(index) {
|
|
42670
42656
|
popup.value.value.splice(index, 1);
|
|
42671
42657
|
},
|
|
42672
|
-
|
|
42673
|
-
|
|
42674
|
-
|
|
42675
|
-
|
|
42676
|
-
|
|
42677
|
-
emit("get-value", {
|
|
42678
|
-
value: JSON.parse(JSON.stringify(popup.value.value)),
|
|
42679
|
-
_id: props.myProps._id ?? null
|
|
42658
|
+
submit() {
|
|
42659
|
+
const submittingValue = JSON.parse(JSON.stringify(popup.value.value));
|
|
42660
|
+
submittingValue.forEach(item => {
|
|
42661
|
+
// 确保 price 是数字,然后转为“分”
|
|
42662
|
+
item.price = Math.floor(Number(item.price) * 100);
|
|
42680
42663
|
});
|
|
42664
|
+
// 触发 update:modelValue 事件更新父组件的 v-model 绑定的值
|
|
42665
|
+
emit("update:modelValue", submittingValue);
|
|
42681
42666
|
popup.value.visible = false;
|
|
42682
42667
|
},
|
|
42683
42668
|
};
|
|
42684
42669
|
|
|
42670
|
+
const style = vue.reactive({
|
|
42671
|
+
value: {
|
|
42672
|
+
name: {},
|
|
42673
|
+
name_empty: {
|
|
42674
|
+
color: '#919191'
|
|
42675
|
+
},
|
|
42676
|
+
price: {
|
|
42677
|
+
'margin-left': '10px',
|
|
42678
|
+
color: 'blue'
|
|
42679
|
+
},
|
|
42680
|
+
member: {
|
|
42681
|
+
'margin-left': '10px',
|
|
42682
|
+
width: '32px',
|
|
42683
|
+
height: '32px'
|
|
42684
|
+
},
|
|
42685
|
+
hot: {
|
|
42686
|
+
'margin-left': '10px',
|
|
42687
|
+
width: '20px',
|
|
42688
|
+
height: '20px'
|
|
42689
|
+
},
|
|
42690
|
+
note: {
|
|
42691
|
+
'margin-left': '10px'
|
|
42692
|
+
}
|
|
42693
|
+
},
|
|
42694
|
+
input: {
|
|
42695
|
+
name: {
|
|
42696
|
+
width: '200px',
|
|
42697
|
+
'margin-bottom': '10px'
|
|
42698
|
+
},
|
|
42699
|
+
price: {
|
|
42700
|
+
width: '120px'
|
|
42701
|
+
},
|
|
42702
|
+
note: {
|
|
42703
|
+
width: '200px'
|
|
42704
|
+
}
|
|
42705
|
+
},
|
|
42706
|
+
line: {
|
|
42707
|
+
height: '1px',
|
|
42708
|
+
'background-color': '#6a6a6a',
|
|
42709
|
+
'margin-top': '10px',
|
|
42710
|
+
'margin-bottom': '10px'
|
|
42711
|
+
}
|
|
42712
|
+
});
|
|
42713
|
+
|
|
42685
42714
|
return (_ctx, _cache) => {
|
|
42715
|
+
const _component_Edit = vue.resolveComponent("Edit");
|
|
42716
|
+
const _component_el_icon = vue.resolveComponent("el-icon");
|
|
42686
42717
|
const _component_el_input = vue.resolveComponent("el-input");
|
|
42718
|
+
const _component_el_input_number = vue.resolveComponent("el-input-number");
|
|
42687
42719
|
const _component_el_switch = vue.resolveComponent("el-switch");
|
|
42720
|
+
const _component_Delete = vue.resolveComponent("Delete");
|
|
42688
42721
|
const _component_el_button = vue.resolveComponent("el-button");
|
|
42722
|
+
const _component_Plus = vue.resolveComponent("Plus");
|
|
42689
42723
|
const _component_el_dialog = vue.resolveComponent("el-dialog");
|
|
42690
42724
|
|
|
42691
42725
|
return (vue.openBlock(), vue.createElementBlock("div", {
|
|
@@ -42697,34 +42731,74 @@ return (_ctx, _cache) => {
|
|
|
42697
42731
|
? (vue.openBlock(), vue.createElementBlock("tr", _hoisted_1$2, [
|
|
42698
42732
|
vue.createElementVNode("td", null, [
|
|
42699
42733
|
(!__props.myProps.readOnly)
|
|
42700
|
-
? (vue.openBlock(), vue.
|
|
42734
|
+
? (vue.openBlock(), vue.createBlock(_component_el_icon, {
|
|
42735
|
+
key: 0,
|
|
42736
|
+
class: "edit-icon",
|
|
42737
|
+
size: 16,
|
|
42738
|
+
color: "blue"
|
|
42739
|
+
}, {
|
|
42740
|
+
default: vue.withCtx(() => [
|
|
42741
|
+
vue.createVNode(_component_Edit)
|
|
42742
|
+
]),
|
|
42743
|
+
_: 1 /* STABLE */
|
|
42744
|
+
}))
|
|
42701
42745
|
: vue.createCommentVNode("v-if", true)
|
|
42702
42746
|
]),
|
|
42703
42747
|
_cache[2] || (_cache[2] = vue.createElementVNode("td", null, "[未标价]", -1 /* CACHED */))
|
|
42704
42748
|
]))
|
|
42705
42749
|
: vue.createCommentVNode("v-if", true),
|
|
42706
42750
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(value.value, (item, index) => {
|
|
42707
|
-
return (vue.openBlock(), vue.createElementBlock("tr",
|
|
42751
|
+
return (vue.openBlock(), vue.createElementBlock("tr", { key: index }, [
|
|
42708
42752
|
vue.createElementVNode("td", null, [
|
|
42709
42753
|
(!__props.myProps.readOnly && index === 0)
|
|
42710
|
-
? (vue.openBlock(), vue.
|
|
42754
|
+
? (vue.openBlock(), vue.createBlock(_component_el_icon, {
|
|
42755
|
+
key: 0,
|
|
42756
|
+
class: "edit-icon",
|
|
42757
|
+
size: 16,
|
|
42758
|
+
color: "blue"
|
|
42759
|
+
}, {
|
|
42760
|
+
default: vue.withCtx(() => [
|
|
42761
|
+
vue.createVNode(_component_Edit)
|
|
42762
|
+
]),
|
|
42763
|
+
_: 1 /* STABLE */
|
|
42764
|
+
}))
|
|
42711
42765
|
: vue.createCommentVNode("v-if", true)
|
|
42712
42766
|
]),
|
|
42713
42767
|
vue.createElementVNode("td", null, [
|
|
42714
42768
|
(!!item.name)
|
|
42715
|
-
? (vue.openBlock(), vue.createElementBlock("span",
|
|
42716
|
-
|
|
42717
|
-
|
|
42769
|
+
? (vue.openBlock(), vue.createElementBlock("span", {
|
|
42770
|
+
key: 0,
|
|
42771
|
+
style: vue.normalizeStyle(style.value.name)
|
|
42772
|
+
}, vue.toDisplayString(item.name), 5 /* TEXT, STYLE */))
|
|
42773
|
+
: (vue.openBlock(), vue.createElementBlock("span", {
|
|
42774
|
+
key: 1,
|
|
42775
|
+
style: vue.normalizeStyle(style.value.name_empty)
|
|
42776
|
+
}, vue.toDisplayString(nameEmpty.value), 5 /* TEXT, STYLE */)),
|
|
42777
|
+
vue.createElementVNode("span", {
|
|
42778
|
+
style: vue.normalizeStyle(style.value.price)
|
|
42779
|
+
}, "¥" + vue.toDisplayString((item.price / 100).toFixed(2)), 5 /* TEXT, STYLE */),
|
|
42718
42780
|
(!!item.member)
|
|
42719
|
-
? (vue.openBlock(), vue.createElementBlock("img",
|
|
42781
|
+
? (vue.openBlock(), vue.createElementBlock("img", {
|
|
42782
|
+
key: 2,
|
|
42783
|
+
style: vue.normalizeStyle(style.value.member),
|
|
42784
|
+
src: _imports_0$1,
|
|
42785
|
+
alt: "会员"
|
|
42786
|
+
}, null, 4 /* STYLE */))
|
|
42720
42787
|
: vue.createCommentVNode("v-if", true),
|
|
42721
42788
|
(!!item.hot)
|
|
42722
|
-
? (vue.openBlock(), vue.createElementBlock("img",
|
|
42789
|
+
? (vue.openBlock(), vue.createElementBlock("img", {
|
|
42790
|
+
key: 3,
|
|
42791
|
+
style: vue.normalizeStyle(style.value.hot),
|
|
42792
|
+
src: _imports_1,
|
|
42793
|
+
alt: "热点"
|
|
42794
|
+
}, null, 4 /* STYLE */))
|
|
42723
42795
|
: vue.createCommentVNode("v-if", true),
|
|
42724
|
-
vue.createElementVNode("span",
|
|
42796
|
+
vue.createElementVNode("span", {
|
|
42797
|
+
style: vue.normalizeStyle(style.value.note)
|
|
42798
|
+
}, vue.toDisplayString(item.note || ''), 5 /* TEXT, STYLE */)
|
|
42725
42799
|
])
|
|
42726
42800
|
]))
|
|
42727
|
-
}),
|
|
42801
|
+
}), 128 /* KEYED_FRAGMENT */))
|
|
42728
42802
|
])
|
|
42729
42803
|
]),
|
|
42730
42804
|
vue.createVNode(_component_el_dialog, {
|
|
@@ -42738,33 +42812,36 @@ return (_ctx, _cache) => {
|
|
|
42738
42812
|
"destroy-on-close": true
|
|
42739
42813
|
}, {
|
|
42740
42814
|
default: vue.withCtx(() => [
|
|
42741
|
-
vue.createElementVNode("table",
|
|
42815
|
+
vue.createElementVNode("table", _hoisted_2$2, [
|
|
42742
42816
|
vue.createElementVNode("tbody", null, [
|
|
42743
|
-
_cache[
|
|
42817
|
+
_cache[4] || (_cache[4] = vue.createElementVNode("tr", null, [
|
|
42744
42818
|
vue.createElementVNode("th", null, "标价名称"),
|
|
42745
|
-
vue.createElementVNode("th", null, "
|
|
42819
|
+
vue.createElementVNode("th", null, "单价(元)"),
|
|
42746
42820
|
vue.createElementVNode("th", null, "会员标注"),
|
|
42747
42821
|
vue.createElementVNode("th", null, "热点标注"),
|
|
42748
42822
|
vue.createElementVNode("th", null, "备注"),
|
|
42749
42823
|
vue.createElementVNode("th")
|
|
42750
42824
|
], -1 /* CACHED */)),
|
|
42751
42825
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(popup.value.value, (item, index) => {
|
|
42752
|
-
return (vue.openBlock(), vue.createElementBlock("tr",
|
|
42753
|
-
vue.createElementVNode("
|
|
42826
|
+
return (vue.openBlock(), vue.createElementBlock("tr", { key: index }, [
|
|
42827
|
+
vue.createElementVNode("td", null, [
|
|
42754
42828
|
vue.createVNode(_component_el_input, {
|
|
42755
|
-
|
|
42829
|
+
style: vue.normalizeStyle(style.input.name),
|
|
42756
42830
|
modelValue: item.name,
|
|
42757
42831
|
"onUpdate:modelValue": $event => ((item.name) = $event)
|
|
42758
|
-
}, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"])
|
|
42832
|
+
}, null, 8 /* PROPS */, ["style", "modelValue", "onUpdate:modelValue"])
|
|
42759
42833
|
]),
|
|
42760
|
-
vue.createElementVNode("
|
|
42761
|
-
vue.createVNode(
|
|
42762
|
-
|
|
42834
|
+
vue.createElementVNode("td", null, [
|
|
42835
|
+
vue.createVNode(_component_el_input_number, {
|
|
42836
|
+
style: vue.normalizeStyle(style.input.price),
|
|
42763
42837
|
modelValue: item.price,
|
|
42764
|
-
"onUpdate:modelValue": $event => ((item.price) = $event)
|
|
42765
|
-
|
|
42838
|
+
"onUpdate:modelValue": $event => ((item.price) = $event),
|
|
42839
|
+
min: 0,
|
|
42840
|
+
precision: 2,
|
|
42841
|
+
"controls-position": "right"
|
|
42842
|
+
}, null, 8 /* PROPS */, ["style", "modelValue", "onUpdate:modelValue"])
|
|
42766
42843
|
]),
|
|
42767
|
-
vue.createElementVNode("
|
|
42844
|
+
vue.createElementVNode("td", null, [
|
|
42768
42845
|
vue.createVNode(_component_el_switch, {
|
|
42769
42846
|
modelValue: item.member,
|
|
42770
42847
|
"onUpdate:modelValue": $event => ((item.member) = $event),
|
|
@@ -42774,7 +42851,7 @@ return (_ctx, _cache) => {
|
|
|
42774
42851
|
"inactive-value": false
|
|
42775
42852
|
}, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"])
|
|
42776
42853
|
]),
|
|
42777
|
-
vue.createElementVNode("
|
|
42854
|
+
vue.createElementVNode("td", null, [
|
|
42778
42855
|
vue.createVNode(_component_el_switch, {
|
|
42779
42856
|
modelValue: item.hot,
|
|
42780
42857
|
"onUpdate:modelValue": $event => ((item.hot) = $event),
|
|
@@ -42784,51 +42861,67 @@ return (_ctx, _cache) => {
|
|
|
42784
42861
|
"inactive-value": false
|
|
42785
42862
|
}, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"])
|
|
42786
42863
|
]),
|
|
42787
|
-
vue.createElementVNode("
|
|
42864
|
+
vue.createElementVNode("td", null, [
|
|
42788
42865
|
vue.createVNode(_component_el_input, {
|
|
42789
|
-
|
|
42866
|
+
style: vue.normalizeStyle(style.input.note),
|
|
42790
42867
|
modelValue: item.note,
|
|
42791
42868
|
"onUpdate:modelValue": $event => ((item.note) = $event)
|
|
42792
|
-
}, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"])
|
|
42869
|
+
}, null, 8 /* PROPS */, ["style", "modelValue", "onUpdate:modelValue"])
|
|
42793
42870
|
]),
|
|
42794
|
-
vue.createElementVNode("
|
|
42871
|
+
vue.createElementVNode("td", null, [
|
|
42795
42872
|
vue.createVNode(_component_el_button, {
|
|
42796
42873
|
type: "danger",
|
|
42797
|
-
icon: "el-icon-delete",
|
|
42798
42874
|
circle: "",
|
|
42799
42875
|
size: "small",
|
|
42800
42876
|
onClick: $event => (hdl.delete(index))
|
|
42801
|
-
},
|
|
42877
|
+
}, {
|
|
42878
|
+
default: vue.withCtx(() => [
|
|
42879
|
+
vue.createVNode(_component_el_icon, null, {
|
|
42880
|
+
default: vue.withCtx(() => [
|
|
42881
|
+
vue.createVNode(_component_Delete)
|
|
42882
|
+
]),
|
|
42883
|
+
_: 1 /* STABLE */
|
|
42884
|
+
})
|
|
42885
|
+
]),
|
|
42886
|
+
_: 1 /* STABLE */
|
|
42887
|
+
}, 8 /* PROPS */, ["onClick"])
|
|
42802
42888
|
])
|
|
42803
42889
|
]))
|
|
42804
|
-
}),
|
|
42890
|
+
}), 128 /* KEYED_FRAGMENT */)),
|
|
42805
42891
|
vue.createElementVNode("tr", null, [
|
|
42806
|
-
_cache[3] || (_cache[3] = vue.createElementVNode("
|
|
42807
|
-
|
|
42808
|
-
_cache[5] || (_cache[5] = vue.createElementVNode("th", null, null, -1 /* CACHED */)),
|
|
42809
|
-
_cache[6] || (_cache[6] = vue.createElementVNode("th", null, null, -1 /* CACHED */)),
|
|
42810
|
-
_cache[7] || (_cache[7] = vue.createElementVNode("th", null, null, -1 /* CACHED */)),
|
|
42811
|
-
vue.createElementVNode("th", null, [
|
|
42892
|
+
_cache[3] || (_cache[3] = vue.createElementVNode("td", { colspan: "5" }, null, -1 /* CACHED */)),
|
|
42893
|
+
vue.createElementVNode("td", null, [
|
|
42812
42894
|
vue.createVNode(_component_el_button, {
|
|
42813
42895
|
type: "primary",
|
|
42814
|
-
icon: "el-icon-plus",
|
|
42815
42896
|
circle: "",
|
|
42816
42897
|
size: "small",
|
|
42817
42898
|
style: {"margin-top":"20px"},
|
|
42818
42899
|
onClick: hdl.append
|
|
42819
|
-
},
|
|
42900
|
+
}, {
|
|
42901
|
+
default: vue.withCtx(() => [
|
|
42902
|
+
vue.createVNode(_component_el_icon, null, {
|
|
42903
|
+
default: vue.withCtx(() => [
|
|
42904
|
+
vue.createVNode(_component_Plus)
|
|
42905
|
+
]),
|
|
42906
|
+
_: 1 /* STABLE */
|
|
42907
|
+
})
|
|
42908
|
+
]),
|
|
42909
|
+
_: 1 /* STABLE */
|
|
42910
|
+
}, 8 /* PROPS */, ["onClick"])
|
|
42820
42911
|
])
|
|
42821
42912
|
])
|
|
42822
42913
|
])
|
|
42823
42914
|
]),
|
|
42824
|
-
|
|
42825
|
-
|
|
42915
|
+
vue.createElementVNode("div", {
|
|
42916
|
+
style: vue.normalizeStyle(style.line)
|
|
42917
|
+
}, null, 4 /* STYLE */),
|
|
42918
|
+
vue.createElementVNode("div", null, [
|
|
42826
42919
|
vue.createVNode(_component_el_button, {
|
|
42827
42920
|
type: "danger",
|
|
42828
42921
|
plain: "",
|
|
42829
42922
|
onClick: hdl.submit
|
|
42830
42923
|
}, {
|
|
42831
|
-
default: vue.withCtx(() => [...(_cache[
|
|
42924
|
+
default: vue.withCtx(() => [...(_cache[5] || (_cache[5] = [
|
|
42832
42925
|
vue.createTextVNode("确认", -1 /* CACHED */)
|
|
42833
42926
|
]))]),
|
|
42834
42927
|
_: 1 /* STABLE */
|