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 @@