mooho-base-admin-plus 2.10.44 → 2.10.45

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mooho-base-admin-plus",
3
3
  "description": "MOOHO basic framework for admin by Vue3",
4
- "version": "2.10.44",
4
+ "version": "2.10.45",
5
5
  "author": "jinyifan <jinyifan@mooho.com.cn>",
6
6
  "license": "MIT",
7
7
  "private": false,
@@ -90,14 +90,13 @@
90
90
  :parent-data="data"
91
91
  @on-change="(row, sender, selected) => onDataChange(column, null, row, sender, selected)"
92
92
  >
93
- <template #filterCommand>
93
+ <template #top>
94
94
  <!--
95
- @slot 内嵌表格筛选栏按钮
96
- @binding {object} table 表格对象
95
+ @slot 内嵌表格顶部
97
96
  @binding {object} tableColumn 表格列对象
98
97
  @binding {string} tableCode 表格列代码
99
98
  -->
100
- <slot name="excelTableFilterCommand" :tableColumn="column" :tableCode="column.code"></slot>
99
+ <slot name="excelTableTop" :tableColumn="column" :tableCode="column.code"></slot>
101
100
  </template>
102
101
  </view-table-excel>
103
102
  </div>