leisure-core 0.6.49 → 0.6.51

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.
@@ -100,6 +100,7 @@
100
100
  :total="searchData.total"
101
101
  :page-size="searchData.pageSize"
102
102
  @current-change="current_change"
103
+ :page-sizes="[10, 20, 30, 40, 50, 100]"
103
104
  >
104
105
  </el-pagination>
105
106
  </div>
@@ -110,7 +111,7 @@
110
111
  :showCloseBtnTop="showCloseBtnTop"
111
112
  @close="closeDialog"
112
113
  >
113
- <slot name="sub" v-if="showDialog" :rowItem="toparam"></slot>
114
+ <slot name="sub" v-if="showDialog" :rowItem="rowItem"></slot>
114
115
  </le-dialog-container>
115
116
  </div>
116
117
  </template>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "leisure-core",
3
- "version": "0.6.49",
3
+ "version": "0.6.51",
4
4
  "description": "leisure-core是京心数据基于vue2.x开发的一套后台管理系统桌面端组件库,封装了大量实用的UI控件模板,非常方便开发者快速搭建前端应用",
5
5
  "private": false,
6
6
  "author": "北方乐逍遥(zcx7878)",