mooho-base-admin-plus 0.4.25 → 0.4.27
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.
|
@@ -47595,16 +47595,24 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
47595
47595
|
code
|
|
47596
47596
|
})
|
|
47597
47597
|
]),
|
|
47598
|
-
tableColumn: withCtx((
|
|
47598
|
+
tableColumn: withCtx((scope) => [
|
|
47599
47599
|
renderSlot(_ctx.$slots, "tableColumn", {
|
|
47600
|
-
table,
|
|
47601
|
-
|
|
47602
|
-
|
|
47603
|
-
|
|
47604
|
-
|
|
47605
|
-
|
|
47606
|
-
|
|
47607
|
-
|
|
47600
|
+
table: scope.table,
|
|
47601
|
+
tableColumn: scope.tableColumn,
|
|
47602
|
+
tableCode: scope.tableCode,
|
|
47603
|
+
row: scope.row,
|
|
47604
|
+
index: scope.index,
|
|
47605
|
+
column: scope.column,
|
|
47606
|
+
code: scope.code
|
|
47607
|
+
})
|
|
47608
|
+
]),
|
|
47609
|
+
tableCommand: withCtx((scope) => [
|
|
47610
|
+
renderSlot(_ctx.$slots, "tableCommand", {
|
|
47611
|
+
table: scope.table,
|
|
47612
|
+
tableColumn: scope.tableColumn,
|
|
47613
|
+
tableCode: scope.tableCode,
|
|
47614
|
+
row: scope.row,
|
|
47615
|
+
index: scope.index
|
|
47608
47616
|
})
|
|
47609
47617
|
]),
|
|
47610
47618
|
bottom: withCtx(({ form }) => [
|