cimos7-vue3-common 0.4.69 → 0.4.70

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.
@@ -84719,8 +84719,17 @@ const pEe = { class: "zy-table-layout table-layout" }, eOe = {
84719
84719
  },
84720
84720
  resetPage: {
84721
84721
  type: Object,
84722
- default: () => {
84723
- }
84722
+ default: () => ({
84723
+ pageIndex: 1,
84724
+ // 初始页码
84725
+ jumpSize: [10, 20, 40, 50, 100],
84726
+ // 每页条数选择项
84727
+ pageSize: 10,
84728
+ // 默认每页条数
84729
+ total: 0
84730
+ // 总条数(可选,接口会返回)
84731
+ }),
84732
+ required: !1
84724
84733
  },
84725
84734
  searchOptions: {
84726
84735
  type: Array,