mooho-base-admin-plus 2.10.15 → 2.10.16
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
|
@@ -185,4 +185,5 @@ mooho-base-admin-plus@2.10.11 - 增加弹出表单控件
|
|
|
185
185
|
mooho-base-admin-plus@2.10.12 - 优化表格调整顺序功能
|
|
186
186
|
mooho-base-admin-plus@2.10.13 - 内嵌表格如果是必填,新增时默认一行
|
|
187
187
|
mooho-base-admin-plus@2.10.14 - 内嵌表格增加筛选栏按钮插槽
|
|
188
|
-
mooho-base-admin-plus@2.10.15 - 修复上一版本bug
|
|
188
|
+
mooho-base-admin-plus@2.10.15 - 修复上一版本bug
|
|
189
|
+
mooho-base-admin-plus@2.10.16 - 修复上一版本bug
|
|
@@ -39724,6 +39724,12 @@ function _sfc_render$s(a, r, o, s, l, u) {
|
|
|
39724
39724
|
code: b
|
|
39725
39725
|
})
|
|
39726
39726
|
]),
|
|
39727
|
+
tableFilterCommand: withCtx((y) => [
|
|
39728
|
+
renderSlot(a.$slots, "tableFilterCommand", {
|
|
39729
|
+
tableColumn: y.tableColumn,
|
|
39730
|
+
tableCode: y.tableCode
|
|
39731
|
+
})
|
|
39732
|
+
]),
|
|
39727
39733
|
tableColumn: withCtx((y) => [
|
|
39728
39734
|
renderSlot(a.$slots, "tableColumn", {
|
|
39729
39735
|
table: y.table,
|
|
@@ -42199,7 +42205,7 @@ function _sfc_render$o(a, r, o, s, l, u) {
|
|
|
42199
42205
|
onOnChange: (Z, fe, he) => u.onDataChange(F, null, Z, fe, he)
|
|
42200
42206
|
}, {
|
|
42201
42207
|
filterCommand: withCtx(() => [
|
|
42202
|
-
renderSlot(a.$slots, "
|
|
42208
|
+
renderSlot(a.$slots, "tableFilterCommand", {
|
|
42203
42209
|
tableColumn: F,
|
|
42204
42210
|
tableCode: F.code
|
|
42205
42211
|
})
|