mooho-base-admin-plus 2.9.0 → 2.9.2
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
|
@@ -168,3 +168,5 @@ mooho-base-admin-plus@2.8.24 - 优化表格全屏
|
|
|
168
168
|
mooho-base-admin-plus@2.8.25 - 优化表格全屏
|
|
169
169
|
mooho-base-admin-plus@2.8.26 - 优化表格全屏
|
|
170
170
|
mooho-base-admin-plus@2.9.0 - 增加密码过期
|
|
171
|
+
mooho-base-admin-plus@2.9.1 - 解决表格中弹出选择框显示异常,待观察
|
|
172
|
+
mooho-base-admin-plus@2.9.2 - 修复自定义页面无法编辑的bug
|
|
@@ -20708,7 +20708,7 @@ function _sfc_render$1l(a, r, o, s, l, u) {
|
|
|
20708
20708
|
"create-enable": a.allow("create"),
|
|
20709
20709
|
"remove-enable": a.allow("remove"),
|
|
20710
20710
|
onCreate: r[1] || (r[1] = (y) => a.$refs.form.open()),
|
|
20711
|
-
onEdit: r[2] || (r[2] = ({ row: y, index: _ }) => a.$refs.form.open(y))
|
|
20711
|
+
onEdit: r[2] || (r[2] = ({ row: y, index: _ }) => a.$refs.form.open(y.customPage))
|
|
20712
20712
|
}, {
|
|
20713
20713
|
filterCommand: withCtx(() => [
|
|
20714
20714
|
a.allow("export") ? (openBlock(), createBlock(d, {
|