From c596eb946959cb74e0221a1274952ff43aa89782 Mon Sep 17 00:00:00 2001 From: 15894237752 <15894237752@163.com> Date: Thu, 7 Dec 2023 00:09:21 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BC=98=E5=8C=96=E3=80=91=E8=87=AA?= =?UTF-8?q?=E5=AE=9A=E5=88=86=E9=A1=B5=E5=A4=A7=E5=B0=8F,=20=E9=A6=96?= =?UTF-8?q?=E6=AC=A1=E5=8A=A0=E8=BD=BD=E6=98=BE=E7=A4=BA=E6=AD=A3=E5=B8=B8?= =?UTF-8?q?,=20=E5=BD=93=E8=BE=93=E5=85=A5=E6=9D=A1=E4=BB=B6=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E6=9F=A5=E8=AF=A2=E4=B9=8B=E5=90=8E,=20=E5=88=86?= =?UTF-8?q?=E9=A1=B5=E5=A4=A7=E5=B0=8F=E5=8F=88=E6=81=A2=E5=A4=8D=E6=88=90?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snowy-admin-web/src/components/Table/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/snowy-admin-web/src/components/Table/index.vue b/snowy-admin-web/src/components/Table/index.vue index b374f4a2..dab7c7b7 100644 --- a/snowy-admin-web/src/components/Table/index.vue +++ b/snowy-admin-web/src/components/Table/index.vue @@ -201,6 +201,7 @@ current: r.current, // pageNo, // 返回结果中的当前分页数 total: r.total, // totalRows, // 返回结果中的总记录数 showSizeChanger: this.showSizeChanger, + pageSizeOptions: this.pageSizeOptions, showTotal: (total, range) => { return `${range[0]}-${range[1]} 共 ${total} 条 ` },