bm-admin-ui 1.1.14-alpha → 1.1.15-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.
|
@@ -20596,7 +20596,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
20596
20596
|
class: "bm-fc-form-item__img",
|
|
20597
20597
|
src: __props.extraConfig.common.previewImg(getValue(field.value))
|
|
20598
20598
|
}, null, 8, _hoisted_2$2)) : field.value === "\u5546\u54C1\u5355\u4F4D" ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
20599
|
-
createTextVNode(toDisplayString(unitMap[getValue(field.value)]), 1)
|
|
20599
|
+
createTextVNode(toDisplayString(unitMap[getValue(field.value)] || getValue(field.value)), 1)
|
|
20600
20600
|
], 64)) : (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
20601
20601
|
createTextVNode(toDisplayString(getValue(field.value)), 1)
|
|
20602
20602
|
], 64))
|
|
@@ -20610,7 +20610,7 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
|
|
|
20610
20610
|
class: "bm-fc-form-item__img",
|
|
20611
20611
|
src: __props.extraConfig.common.previewImg(getValue(field.value))
|
|
20612
20612
|
}, null, 8, _hoisted_2$2)) : field.value === "\u5546\u54C1\u5355\u4F4D" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
|
|
20613
|
-
vue.createTextVNode(vue.toDisplayString(unitMap[getValue(field.value)]), 1)
|
|
20613
|
+
vue.createTextVNode(vue.toDisplayString(unitMap[getValue(field.value)] || getValue(field.value)), 1)
|
|
20614
20614
|
], 64)) : (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 2 }, [
|
|
20615
20615
|
vue.createTextVNode(vue.toDisplayString(getValue(field.value)), 1)
|
|
20616
20616
|
], 64))
|