From a180010fb899e2aa6ee7d13c34d345ac93820cce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E7=A3=8A?= <45566618@qq.com> Date: Fri, 20 Mar 2026 17:35:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/admin/workorder/WorkOrderList.vue | 9 ++++-- src/views/iot/hs/electricity/index.vue | 5 +++ src/views/iot/tplink/camera/index.vue | 5 +++ src/views/iot/tplink/network/index.vue | 5 +++ .../tq/ApiRequestLog/ApiRequestLogList.vue | 5 +++ .../tq/ApiRequestLog/ApiRequestLogList2.vue | 5 +++ .../iot/tq/electricity/apilog/ApiLogList.vue | 2 +- .../iot/tq/electricity/apilog/ApiLogModal.vue | 2 +- .../tq/electricity/apilog/WaterApiLogList.vue | 2 +- .../electricity/apilog/WaterApiLogModal.vue | 2 +- src/views/iot/tq/electricity/index.vue | 9 ++++-- src/views/iot/tq/water/index.vue | 5 +++ .../iot/weihu/components/ReamrksListModal.vue | 4 +-- src/views/iot/weihu/index.vue | 5 +++ .../humid/components/ApiLogAlarmList.vue | 2 +- .../yiweilian/humid/components/ApiLogList.vue | 32 +++++++++++-------- src/views/iot/yiweilian/humid/index.vue | 5 +++ .../components/AreaDeviceAddList.vue | 12 +++---- .../iotManager/components/AreaDeviceList.vue | 10 +++--- src/views/iotManager/components/AreaList.vue | 12 +++---- .../components/OrgDeviceAddList.vue | 12 +++---- .../iotManager/components/PreviewList.vue | 11 ++++--- src/views/iotManager/index.vue | 5 --- 23 files changed, 110 insertions(+), 56 deletions(-) diff --git a/src/views/admin/workorder/WorkOrderList.vue b/src/views/admin/workorder/WorkOrderList.vue index 47c6313..3213136 100644 --- a/src/views/admin/workorder/WorkOrderList.vue +++ b/src/views/admin/workorder/WorkOrderList.vue @@ -106,6 +106,11 @@ const { prefixCls, tableContext, onExportXls, onImportXls } = useListPage({ width: 300, fixed: 'right', }, + pagination: { + current: 1, + pageSize: 15, + pageSizeOptions: ['15', '50', '70', '100'], + }, beforeFetch: async (params) => { return Object.assign(params, queryParam); }, @@ -216,7 +221,7 @@ function getTableAction(record) { /** * 加盟确认 - * @param record + * @param record */ function joinConfirmFunc(record) { joinConfirm(record).then(res => { @@ -228,7 +233,7 @@ function joinConfirmFunc(record) { /** * 反馈 * 修改工单状态、发短信、通知管理平台修改搭建状态 - * @param record + * @param record */ function handFkFunc(record) { handFk(record).then(res => { diff --git a/src/views/iot/hs/electricity/index.vue b/src/views/iot/hs/electricity/index.vue index de07c72..6091874 100644 --- a/src/views/iot/hs/electricity/index.vue +++ b/src/views/iot/hs/electricity/index.vue @@ -81,6 +81,11 @@ fieldMapToTime: [ ], }, + pagination: { + current: 1, + pageSize: 15, + pageSizeOptions: ['15', '50', '70', '100'], + }, actionColumn: { width: 290, fixed:'right' diff --git a/src/views/iot/tplink/camera/index.vue b/src/views/iot/tplink/camera/index.vue index 1f697ac..d8b74fb 100644 --- a/src/views/iot/tplink/camera/index.vue +++ b/src/views/iot/tplink/camera/index.vue @@ -108,6 +108,11 @@ const { prefixCls, tableContext, onExportXls, onImportXls } = useListPage({ // labelWidth: 200, schemas: searchFormSchema, }, + pagination: { + current: 1, + pageSize: 15, + pageSizeOptions: ['15', '50', '70', '100'], + }, actionColumn: { width: 180, fixed: 'right', diff --git a/src/views/iot/tplink/network/index.vue b/src/views/iot/tplink/network/index.vue index 7c727ce..8946750 100644 --- a/src/views/iot/tplink/network/index.vue +++ b/src/views/iot/tplink/network/index.vue @@ -57,6 +57,11 @@ const { prefixCls, tableContext, onExportXls, onImportXls } = useListPage({ // labelWidth: 200, schemas: searchFormSchema, }, + pagination: { + current: 1, + pageSize: 15, + pageSizeOptions: ['15', '50', '70', '100'], + }, actionColumn: { width: 180, fixed: 'right', diff --git a/src/views/iot/tq/ApiRequestLog/ApiRequestLogList.vue b/src/views/iot/tq/ApiRequestLog/ApiRequestLogList.vue index 706b17a..d941ae6 100644 --- a/src/views/iot/tq/ApiRequestLog/ApiRequestLogList.vue +++ b/src/views/iot/tq/ApiRequestLog/ApiRequestLogList.vue @@ -79,6 +79,11 @@ const { prefixCls, tableContext, onExportXls, onImportXls } = useListPage({ useSearchForm: false, immediate: false, showActionColumn: false, + pagination: { + current: 1, + pageSize: 15, + pageSizeOptions: ['15', '50', '70', '100'], + }, actionColumn: { width: 120, fixed: 'right', diff --git a/src/views/iot/tq/ApiRequestLog/ApiRequestLogList2.vue b/src/views/iot/tq/ApiRequestLog/ApiRequestLogList2.vue index c4a59fc..608d3ba 100644 --- a/src/views/iot/tq/ApiRequestLog/ApiRequestLogList2.vue +++ b/src/views/iot/tq/ApiRequestLog/ApiRequestLogList2.vue @@ -73,6 +73,11 @@ const { prefixCls, tableContext, onExportXls, onImportXls } = useListPage({ useSearchForm: false, immediate: false, showActionColumn: false, + pagination: { + current: 1, + pageSize: 15, + pageSizeOptions: ['15', '50', '70', '100'], + }, actionColumn: { width: 120, fixed: 'right', diff --git a/src/views/iot/tq/electricity/apilog/ApiLogList.vue b/src/views/iot/tq/electricity/apilog/ApiLogList.vue index 59334f5..b03054b 100644 --- a/src/views/iot/tq/electricity/apilog/ApiLogList.vue +++ b/src/views/iot/tq/electricity/apilog/ApiLogList.vue @@ -1,5 +1,5 @@