cimos7-vue3-common 0.4.69 → 0.4.71
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,
|
|
@@ -85130,13 +85139,13 @@ const aOe = gt({
|
|
|
85130
85139
|
}, {
|
|
85131
85140
|
default: lt(() => [
|
|
85132
85141
|
ut(" 左侧自定义插槽:放按钮、标题等 "),
|
|
85133
|
-
Et(D.$slots, "searchLeft"),
|
|
85134
85142
|
t(F, {
|
|
85135
85143
|
class: "felx-left",
|
|
85136
85144
|
style: { width: "100%" },
|
|
85137
85145
|
gutter: e.gutter
|
|
85138
85146
|
}, {
|
|
85139
85147
|
default: lt(() => [
|
|
85148
|
+
Et(D.$slots, "searchLeft"),
|
|
85140
85149
|
(he(!0), De(
|
|
85141
85150
|
Gn,
|
|
85142
85151
|
null,
|