dfs-page-config 0.3.39 → 0.3.41
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/dfs-page-config.js +10 -6
- package/dist/dfs-page-config.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/dfs-page-config.js
CHANGED
|
@@ -105167,17 +105167,20 @@ const _sfc_main = defineComponent({
|
|
|
105167
105167
|
print: Oe
|
|
105168
105168
|
};
|
|
105169
105169
|
}
|
|
105170
|
-
}),
|
|
105170
|
+
}), FabricHangTag_vue_vue_type_style_index_0_scoped_0a0c72e7_lang = "", _withScopeId = (k) => (pushScopeId("data-v-0a0c72e7"), k = k(), popScopeId(), k), _hoisted_1 = {
|
|
105171
105171
|
style: { height: "max-content", display: "block" },
|
|
105172
105172
|
class: "el-upload-list--picture-card"
|
|
105173
|
-
}, _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("span", { class: "point" }, null, -1)), _hoisted_3 = {
|
|
105173
|
+
}, _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("span", { class: "point" }, null, -1)), _hoisted_3 = {
|
|
105174
|
+
class: "el-upload-list__item-actions",
|
|
105175
|
+
style: { "z-index": "2" }
|
|
105176
|
+
}, _hoisted_4 = {
|
|
105174
105177
|
class: "print-ele",
|
|
105175
105178
|
ref: "printEle",
|
|
105176
|
-
style: { padding: "10px", "line-height": "9pt", "font-family": "Circular", display: "flex", "flex-direction": "column", "justify-content": "flex-end" }
|
|
105179
|
+
style: { padding: "5px 10px", "line-height": "9pt", "font-family": "Circular", display: "flex", "flex-direction": "column", "justify-content": "flex-end" }
|
|
105177
105180
|
}, _hoisted_5 = { style: { "font-size": "13pt", "font-weight": "bold", "margin-bottom": "10pt", "line-height": "13pt" } }, _hoisted_6 = { style: { margin: "4pt 0" } }, _hoisted_7 = { style: { margin: "10px 0" } }, _hoisted_8 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("span", { style: { margin: "0 5px", "font-size": "6px" } }, "●", -1)), _hoisted_9 = { style: { margin: "3pt 0" } }, _hoisted_10 = {
|
|
105178
105181
|
id: "barcode",
|
|
105179
105182
|
style: { width: "100px" }
|
|
105180
|
-
};
|
|
105183
|
+
}, _hoisted_11 = { style: { position: "absolute", bottom: "20px", right: "20px" } };
|
|
105181
105184
|
function _sfc_render(k, L, ie, ae, de, _e) {
|
|
105182
105185
|
const Oe = resolveComponent("ZoomIn"), xe = ElIcon, Ne = ElButton;
|
|
105183
105186
|
return withDirectives((openBlock(), createElementBlock("div", {
|
|
@@ -105219,7 +105222,8 @@ function _sfc_render(k, L, ie, ae, de, _e) {
|
|
|
105219
105222
|
createElementVNode("p", _hoisted_9, toDisplayString(k.data.friendlyReminder), 1),
|
|
105220
105223
|
withDirectives((openBlock(), createElementBlock("svg", _hoisted_10, null, 512)), [
|
|
105221
105224
|
[vShow, k.data.barCodeId]
|
|
105222
|
-
])
|
|
105225
|
+
]),
|
|
105226
|
+
createElementVNode("span", _hoisted_11, toDisplayString(k.data.id), 1)
|
|
105223
105227
|
])
|
|
105224
105228
|
], 512)
|
|
105225
105229
|
]),
|
|
@@ -105239,7 +105243,7 @@ function _sfc_render(k, L, ie, ae, de, _e) {
|
|
|
105239
105243
|
[vShow, k.isShow]
|
|
105240
105244
|
]);
|
|
105241
105245
|
}
|
|
105242
|
-
const FabricHangTag = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
105246
|
+
const FabricHangTag = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-0a0c72e7"]]);
|
|
105243
105247
|
FabricHangTag.install = (k) => k.component(FabricHangTag.name, FabricHangTag);
|
|
105244
105248
|
AgTable.install = (k) => k.component(AgTable.name, AgTable);
|
|
105245
105249
|
const index = (k, L) => {
|