mooho-base-admin-plus 2.0.5 → 2.0.6
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.
|
@@ -36126,6 +36126,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36126
36126
|
const _component_upload_image = resolveComponent("upload-image");
|
|
36127
36127
|
const _component_Slider = resolveComponent("Slider");
|
|
36128
36128
|
const _component_Button = resolveComponent("Button");
|
|
36129
|
+
const _component_Tooltip = resolveComponent("Tooltip");
|
|
36129
36130
|
const _component_FormItem = resolveComponent("FormItem");
|
|
36130
36131
|
const _component_Col = resolveComponent("Col");
|
|
36131
36132
|
const _component_Row = resolveComponent("Row");
|
|
@@ -36633,15 +36634,23 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36633
36634
|
placeholder: column.description
|
|
36634
36635
|
}, null, 8, ["model-value", "style", "placeholder"])) : createCommentVNode("v-if", true)
|
|
36635
36636
|
], 64)) : createCommentVNode("v-if", true),
|
|
36636
|
-
!!(column.tooltip || "").trim() ? (openBlock(), createBlock(
|
|
36637
|
+
!!(column.tooltip || "").trim() ? (openBlock(), createBlock(_component_Tooltip, {
|
|
36637
36638
|
key: 25,
|
|
36638
|
-
|
|
36639
|
-
|
|
36640
|
-
|
|
36641
|
-
|
|
36642
|
-
|
|
36643
|
-
|
|
36644
|
-
|
|
36639
|
+
content: column.tooltip,
|
|
36640
|
+
"max-width": "400",
|
|
36641
|
+
transfer: true
|
|
36642
|
+
}, {
|
|
36643
|
+
default: withCtx(() => [
|
|
36644
|
+
createVNode$1(_component_Button, {
|
|
36645
|
+
type: "primary",
|
|
36646
|
+
style: { "margin-left": "4px" },
|
|
36647
|
+
size: "small",
|
|
36648
|
+
shape: "circle",
|
|
36649
|
+
icon: "md-help"
|
|
36650
|
+
})
|
|
36651
|
+
]),
|
|
36652
|
+
_: 2
|
|
36653
|
+
}, 1032, ["content"])) : createCommentVNode("v-if", true)
|
|
36645
36654
|
]),
|
|
36646
36655
|
_: 2
|
|
36647
36656
|
}, 1032, ["label", "prop", "rules"])) : createCommentVNode("v-if", true)
|