dfs-page-config 0.4.12 → 0.4.13
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/dist/dfs-page-config.js
CHANGED
|
@@ -102289,7 +102289,7 @@ const elTable = "", elTableColumn = "", _sfc_main$3 = defineComponent({
|
|
|
102289
102289
|
index: !1,
|
|
102290
102290
|
// 是否需要序号
|
|
102291
102291
|
border: !0,
|
|
102292
|
-
pageSize: [
|
|
102292
|
+
pageSize: [50, 100, 200, 500, 1e3]
|
|
102293
102293
|
})
|
|
102294
102294
|
},
|
|
102295
102295
|
tableHeight: {
|
|
@@ -102453,7 +102453,7 @@ const elTable = "", elTableColumn = "", _sfc_main$3 = defineComponent({
|
|
|
102453
102453
|
summaryMethod: qe
|
|
102454
102454
|
};
|
|
102455
102455
|
}
|
|
102456
|
-
}),
|
|
102456
|
+
}), EleTable_vue_vue_type_style_index_0_scoped_1004b5d1_lang = "", _hoisted_1$3 = { class: "PublicTable" }, _hoisted_2$2 = { key: 1 }, _hoisted_3$2 = { key: 2 };
|
|
102457
102457
|
function _sfc_render$2(k, L, ie, ae, pe, _e) {
|
|
102458
102458
|
const xe = ElTableColumn, Oe = ElTable, Ie = ElPagination, Ne = ElConfigProvider;
|
|
102459
102459
|
return openBlock(), createBlock(Ne, { locale: k.locale }, {
|
|
@@ -102551,18 +102551,19 @@ function _sfc_render$2(k, L, ie, ae, pe, _e) {
|
|
|
102551
102551
|
total: k.totalNum,
|
|
102552
102552
|
pageNum: k.pageInfo.pageNum,
|
|
102553
102553
|
pageSize: k.pageInfo.pageSize,
|
|
102554
|
+
"current-page": k.pageInfo.pageNum,
|
|
102554
102555
|
layout: "total,sizes, prev, pager, next",
|
|
102555
102556
|
onSizeChange: k.sizeChange,
|
|
102556
102557
|
onCurrentChange: k.currentChange,
|
|
102557
102558
|
"page-sizes": k.configFlag.pageSize,
|
|
102558
102559
|
small: ""
|
|
102559
|
-
}, null, 8, ["total", "pageNum", "pageSize", "onSizeChange", "onCurrentChange", "page-sizes"])) : createCommentVNode("", !0)
|
|
102560
|
+
}, null, 8, ["total", "pageNum", "pageSize", "current-page", "onSizeChange", "onCurrentChange", "page-sizes"])) : createCommentVNode("", !0)
|
|
102560
102561
|
])
|
|
102561
102562
|
]),
|
|
102562
102563
|
_: 3
|
|
102563
102564
|
}, 8, ["locale"]);
|
|
102564
102565
|
}
|
|
102565
|
-
const EleTable = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render$2], ["__scopeId", "data-v-
|
|
102566
|
+
const EleTable = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render$2], ["__scopeId", "data-v-1004b5d1"]]);
|
|
102566
102567
|
EleTable.install = (k) => k.component(EleTable.name, EleTable);
|
|
102567
102568
|
const _hoisted_1$2 = /* @__PURE__ */ createElementVNode("svg", {
|
|
102568
102569
|
class: "el-select__icon",
|