mooho-base-admin-plus 0.4.24 → 0.4.26
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.
|
@@ -33200,7 +33200,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33200
33200
|
})
|
|
33201
33201
|
]),
|
|
33202
33202
|
command: withCtx((scope) => [
|
|
33203
|
-
renderSlot(_ctx.$slots, "
|
|
33203
|
+
renderSlot(_ctx.$slots, "tableCommand", {
|
|
33204
33204
|
table: _ctx.$refs["table_" + column.code][0],
|
|
33205
33205
|
tableColumn: column,
|
|
33206
33206
|
tableCode: column.code,
|
|
@@ -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
|
+
command: 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 }) => [
|