cimos7-vue3-common 0.4.68 → 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.
|
@@ -29917,7 +29917,9 @@ const gBe = { class: "detail-info-wrapper" }, LBe = {
|
|
|
29917
29917
|
content: B(I)
|
|
29918
29918
|
}, { ref_for: !0 }, e.tooltipProps), {
|
|
29919
29919
|
content: lt(() => [
|
|
29920
|
-
Et(D.$slots, I.id, {
|
|
29920
|
+
Et(D.$slots, I.id, {
|
|
29921
|
+
scope: { field: I, index: q }
|
|
29922
|
+
}, void 0, !0)
|
|
29921
29923
|
]),
|
|
29922
29924
|
default: lt(() => [
|
|
29923
29925
|
Be(
|
|
@@ -30089,7 +30091,7 @@ const gBe = { class: "detail-info-wrapper" }, LBe = {
|
|
|
30089
30091
|
]);
|
|
30090
30092
|
};
|
|
30091
30093
|
}
|
|
30092
|
-
}), eZ = /* @__PURE__ */ RB(CBe, [["__scopeId", "data-v-
|
|
30094
|
+
}), eZ = /* @__PURE__ */ RB(CBe, [["__scopeId", "data-v-5f5d0724"]]);
|
|
30093
30095
|
eZ.install = (e) => {
|
|
30094
30096
|
e.component(eZ.name, eZ);
|
|
30095
30097
|
};
|
|
@@ -84717,8 +84719,17 @@ const pEe = { class: "zy-table-layout table-layout" }, eOe = {
|
|
|
84717
84719
|
},
|
|
84718
84720
|
resetPage: {
|
|
84719
84721
|
type: Object,
|
|
84720
|
-
default: () => {
|
|
84721
|
-
|
|
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
|
|
84722
84733
|
},
|
|
84723
84734
|
searchOptions: {
|
|
84724
84735
|
type: Array,
|