mooho-base-admin-plus 2.2.5 → 2.2.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.
package/history.md
CHANGED
|
@@ -34171,6 +34171,7 @@ function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34171
34171
|
key: 0,
|
|
34172
34172
|
ref: "table",
|
|
34173
34173
|
filter: $data.filter,
|
|
34174
|
+
"create-enable": _ctx.allow("create"),
|
|
34174
34175
|
onCreate: $options.create
|
|
34175
34176
|
}, {
|
|
34176
34177
|
command: withCtx(({ row }) => [
|
|
@@ -34192,7 +34193,7 @@ function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34192
34193
|
}, null, 8, ["title", "onClick"])) : createCommentVNode("v-if", true)
|
|
34193
34194
|
]),
|
|
34194
34195
|
_: 1
|
|
34195
|
-
}, 8, ["filter", "onCreate"])) : createCommentVNode("v-if", true)
|
|
34196
|
+
}, 8, ["filter", "create-enable", "onCreate"])) : createCommentVNode("v-if", true)
|
|
34196
34197
|
]),
|
|
34197
34198
|
_: 1
|
|
34198
34199
|
}),
|