@yoooloo42/joker 1.0.113 → 1.0.114

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/index.esm.js CHANGED
@@ -42469,8 +42469,8 @@ return (_ctx, _cache) => {
42469
42469
  }, [
42470
42470
  createVNode(_component_el_input, {
42471
42471
  style: normalizeStyle(style.popup.input),
42472
- modelValue: popup.value[index],
42473
- "onUpdate:modelValue": $event => ((popup.value[index]) = $event)
42472
+ modelValue: popup.formData[index],
42473
+ "onUpdate:modelValue": $event => ((popup.formData[index]) = $event)
42474
42474
  }, null, 8 /* PROPS */, ["style", "modelValue", "onUpdate:modelValue"]),
42475
42475
  createVNode(_component_el_button, {
42476
42476
  style: normalizeStyle(style.popup.delete),
@@ -42687,63 +42687,62 @@ return (_ctx, _cache) => {
42687
42687
  ]),
42688
42688
  _cache[2] || (_cache[2] = createElementVNode("td", null, "[未设置更多邮寄地址]", -1 /* CACHED */))
42689
42689
  ]))
42690
- : createCommentVNode("v-if", true),
42691
- (openBlock(true), createElementBlock(Fragment, null, renderList(modelValue_box, (item, index) => {
42692
- return (openBlock(), createElementBlock("tr", { key: index }, [
42693
- createElementVNode("td", null, [
42694
- (!__props.myProps.readOnly && index === 0)
42695
- ? (openBlock(), createBlock(_component_el_icon, {
42696
- key: 0,
42697
- size: 16,
42698
- color: "blue"
42699
- }, {
42700
- default: withCtx(() => [
42701
- createVNode(_component_Edit)
42702
- ]),
42703
- _: 1 /* STABLE */
42704
- }))
42705
- : createCommentVNode("v-if", true)
42706
- ]),
42707
- createElementVNode("td", null, [
42708
- createElementVNode("table", null, [
42709
- createElementVNode("tbody", null, [
42710
- createElementVNode("tr", null, [
42711
- createElementVNode("td", {
42712
- style: normalizeStyle(style.modelValue_box.label)
42713
- }, "国内行政区划", 4 /* STYLE */),
42714
- createElementVNode("td", {
42715
- style: normalizeStyle(style.modelValue_box.value)
42716
- }, toDisplayString(item.gbt2260text), 5 /* TEXT, STYLE */)
42717
- ]),
42718
- createElementVNode("tr", null, [
42719
- createElementVNode("td", {
42720
- style: normalizeStyle(style.modelValue_box.label)
42721
- }, "详细地址", 4 /* STYLE */),
42722
- createElementVNode("td", {
42723
- style: normalizeStyle(style.modelValue_box.value)
42724
- }, toDisplayString(item.address), 5 /* TEXT, STYLE */)
42725
- ]),
42726
- createElementVNode("tr", null, [
42727
- createElementVNode("td", {
42728
- style: normalizeStyle(style.modelValue_box.label)
42729
- }, "联系电话", 4 /* STYLE */),
42730
- createElementVNode("td", {
42731
- style: normalizeStyle(style.modelValue_box.value)
42732
- }, toDisplayString(item.tel), 5 /* TEXT, STYLE */)
42733
- ]),
42734
- createElementVNode("tr", null, [
42735
- createElementVNode("td", {
42736
- style: normalizeStyle(style.modelValue_box.label)
42737
- }, "联系人", 4 /* STYLE */),
42738
- createElementVNode("td", {
42739
- style: normalizeStyle(style.modelValue_box.value)
42740
- }, toDisplayString(item.name), 5 /* TEXT, STYLE */)
42690
+ : (openBlock(true), createElementBlock(Fragment, { key: 1 }, renderList(modelValue_box, (item, index) => {
42691
+ return (openBlock(), createElementBlock("tr", { key: index }, [
42692
+ createElementVNode("td", null, [
42693
+ (!__props.myProps.readOnly && index === 0)
42694
+ ? (openBlock(), createBlock(_component_el_icon, {
42695
+ key: 0,
42696
+ size: 16,
42697
+ color: "blue"
42698
+ }, {
42699
+ default: withCtx(() => [
42700
+ createVNode(_component_Edit)
42701
+ ]),
42702
+ _: 1 /* STABLE */
42703
+ }))
42704
+ : createCommentVNode("v-if", true)
42705
+ ]),
42706
+ createElementVNode("td", null, [
42707
+ createElementVNode("table", null, [
42708
+ createElementVNode("tbody", null, [
42709
+ createElementVNode("tr", null, [
42710
+ createElementVNode("td", {
42711
+ style: normalizeStyle(style.modelValue_box.label)
42712
+ }, "国内行政区划", 4 /* STYLE */),
42713
+ createElementVNode("td", {
42714
+ style: normalizeStyle(style.modelValue_box.value)
42715
+ }, toDisplayString(item.gbt2260text), 5 /* TEXT, STYLE */)
42716
+ ]),
42717
+ createElementVNode("tr", null, [
42718
+ createElementVNode("td", {
42719
+ style: normalizeStyle(style.modelValue_box.label)
42720
+ }, "详细地址", 4 /* STYLE */),
42721
+ createElementVNode("td", {
42722
+ style: normalizeStyle(style.modelValue_box.value)
42723
+ }, toDisplayString(item.address), 5 /* TEXT, STYLE */)
42724
+ ]),
42725
+ createElementVNode("tr", null, [
42726
+ createElementVNode("td", {
42727
+ style: normalizeStyle(style.modelValue_box.label)
42728
+ }, "联系电话", 4 /* STYLE */),
42729
+ createElementVNode("td", {
42730
+ style: normalizeStyle(style.modelValue_box.value)
42731
+ }, toDisplayString(item.tel), 5 /* TEXT, STYLE */)
42732
+ ]),
42733
+ createElementVNode("tr", null, [
42734
+ createElementVNode("td", {
42735
+ style: normalizeStyle(style.modelValue_box.label)
42736
+ }, "联系人", 4 /* STYLE */),
42737
+ createElementVNode("td", {
42738
+ style: normalizeStyle(style.modelValue_box.value)
42739
+ }, toDisplayString(item.name), 5 /* TEXT, STYLE */)
42740
+ ])
42741
+ ])
42741
42742
  ])
42742
42743
  ])
42743
- ])
42744
- ])
42745
- ]))
42746
- }), 128 /* KEYED_FRAGMENT */))
42744
+ ]))
42745
+ }), 128 /* KEYED_FRAGMENT */))
42747
42746
  ])
42748
42747
  ]),
42749
42748
  createVNode(_component_el_dialog, {
@@ -43024,58 +43023,57 @@ return (_ctx, _cache) => {
43024
43023
  ]),
43025
43024
  _cache[2] || (_cache[2] = createElementVNode("td", null, "[未标价]", -1 /* CACHED */))
43026
43025
  ]))
43027
- : createCommentVNode("v-if", true),
43028
- (openBlock(true), createElementBlock(Fragment, null, renderList(modelValue_box, (item, index) => {
43029
- return (openBlock(), createElementBlock("tr", { key: index }, [
43030
- createElementVNode("td", null, [
43031
- (!__props.myProps.readOnly && index === 0)
43032
- ? (openBlock(), createBlock(_component_el_icon, {
43033
- key: 0,
43034
- size: 16,
43035
- color: "blue"
43036
- }, {
43037
- default: withCtx(() => [
43038
- createVNode(_component_Edit)
43039
- ]),
43040
- _: 1 /* STABLE */
43041
- }))
43042
- : createCommentVNode("v-if", true)
43043
- ]),
43044
- createElementVNode("td", null, [
43045
- (!!item.name)
43046
- ? (openBlock(), createElementBlock("span", {
43047
- key: 0,
43048
- style: normalizeStyle(style.modelValue_box.name)
43049
- }, toDisplayString(item.name), 5 /* TEXT, STYLE */))
43050
- : (openBlock(), createElementBlock("span", {
43051
- key: 1,
43052
- style: normalizeStyle(style.modelValue_box.name_empty)
43053
- }, "[未设置标价名称]", 4 /* STYLE */)),
43054
- createElementVNode("span", {
43055
- style: normalizeStyle(style.modelValue_box.price)
43056
- }, "¥" + toDisplayString((item.price / 100).toFixed(2)), 5 /* TEXT, STYLE */),
43057
- (!!item.member)
43058
- ? (openBlock(), createElementBlock("img", {
43059
- key: 2,
43060
- style: normalizeStyle(style.modelValue_box.member),
43061
- src: _imports_0$1,
43062
- alt: "会员"
43063
- }, null, 4 /* STYLE */))
43064
- : createCommentVNode("v-if", true),
43065
- (!!item.hot)
43066
- ? (openBlock(), createElementBlock("img", {
43067
- key: 3,
43068
- style: normalizeStyle(style.modelValue_box.hot),
43069
- src: _imports_1,
43070
- alt: "热点"
43071
- }, null, 4 /* STYLE */))
43072
- : createCommentVNode("v-if", true),
43073
- createElementVNode("span", {
43074
- style: normalizeStyle(style.modelValue_box.note)
43075
- }, toDisplayString(item.note || ''), 5 /* TEXT, STYLE */)
43076
- ])
43077
- ]))
43078
- }), 128 /* KEYED_FRAGMENT */))
43026
+ : (openBlock(true), createElementBlock(Fragment, { key: 1 }, renderList(modelValue_box, (item, index) => {
43027
+ return (openBlock(), createElementBlock("tr", { key: index }, [
43028
+ createElementVNode("td", null, [
43029
+ (!__props.myProps.readOnly && index === 0)
43030
+ ? (openBlock(), createBlock(_component_el_icon, {
43031
+ key: 0,
43032
+ size: 16,
43033
+ color: "blue"
43034
+ }, {
43035
+ default: withCtx(() => [
43036
+ createVNode(_component_Edit)
43037
+ ]),
43038
+ _: 1 /* STABLE */
43039
+ }))
43040
+ : createCommentVNode("v-if", true)
43041
+ ]),
43042
+ createElementVNode("td", null, [
43043
+ (!!item.name)
43044
+ ? (openBlock(), createElementBlock("span", {
43045
+ key: 0,
43046
+ style: normalizeStyle(style.modelValue_box.name)
43047
+ }, toDisplayString(item.name), 5 /* TEXT, STYLE */))
43048
+ : (openBlock(), createElementBlock("span", {
43049
+ key: 1,
43050
+ style: normalizeStyle(style.modelValue_box.name_empty)
43051
+ }, "[未设置标价名称]", 4 /* STYLE */)),
43052
+ createElementVNode("span", {
43053
+ style: normalizeStyle(style.modelValue_box.price)
43054
+ }, "¥" + toDisplayString((item.price / 100).toFixed(2)), 5 /* TEXT, STYLE */),
43055
+ (!!item.member)
43056
+ ? (openBlock(), createElementBlock("img", {
43057
+ key: 2,
43058
+ style: normalizeStyle(style.modelValue_box.member),
43059
+ src: _imports_0$1,
43060
+ alt: "会员"
43061
+ }, null, 4 /* STYLE */))
43062
+ : createCommentVNode("v-if", true),
43063
+ (!!item.hot)
43064
+ ? (openBlock(), createElementBlock("img", {
43065
+ key: 3,
43066
+ style: normalizeStyle(style.modelValue_box.hot),
43067
+ src: _imports_1,
43068
+ alt: "热点"
43069
+ }, null, 4 /* STYLE */))
43070
+ : createCommentVNode("v-if", true),
43071
+ createElementVNode("span", {
43072
+ style: normalizeStyle(style.modelValue_box.note)
43073
+ }, toDisplayString(item.note || ''), 5 /* TEXT, STYLE */)
43074
+ ])
43075
+ ]))
43076
+ }), 128 /* KEYED_FRAGMENT */))
43079
43077
  ])
43080
43078
  ]),
43081
43079
  createVNode(_component_el_dialog, {