From 3f36f1943f19b597df8e7d5dd0e310a311c7d1e0 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Tue, 2 Dec 2025 13:52:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TableModel/index.vue | 13 ++++++++++++- .../system/AttMacManage/components/rightTable.vue | 1 + .../AttMacManage/components/taskHistoryList.vue | 3 +++ .../system/AttMacManage/components/taskList.vue | 5 ++++- 4 files changed, 20 insertions(+), 2 deletions(-) diff --git a/src/components/TableModel/index.vue b/src/components/TableModel/index.vue index 9700cf7..ec89bcf 100644 --- a/src/components/TableModel/index.vue +++ b/src/components/TableModel/index.vue @@ -158,7 +158,7 @@ :index=" indexContinuation(queryParams.pageNum, queryParams.pageSize) " - v-if="indexNumShow" + v-if="indexNumShow && isIndexShow" /> [10, 20, 30, 50], + }, }, computed: { /* 根据操作栏控制表头是否显示 */ diff --git a/src/views/system/AttMacManage/components/rightTable.vue b/src/views/system/AttMacManage/components/rightTable.vue index 109a1a2..4ea268f 100644 --- a/src/views/system/AttMacManage/components/rightTable.vue +++ b/src/views/system/AttMacManage/components/rightTable.vue @@ -9,6 +9,7 @@ :showOperation="true" :isSelectShow="true" :sendParams="sendParams" + :isIndexShow="false" ref="tableRef" @selection-change="handleSelectionChange" > diff --git a/src/views/system/AttMacManage/components/taskHistoryList.vue b/src/views/system/AttMacManage/components/taskHistoryList.vue index d04a29a..05a460e 100644 --- a/src/views/system/AttMacManage/components/taskHistoryList.vue +++ b/src/views/system/AttMacManage/components/taskHistoryList.vue @@ -9,7 +9,9 @@ :showOperation="false" :isSelectShow="true" :sendParams="sendParams" + :isIndexShow="false" ref="tableRef" + :pageSizes="[100, 200, 500]" @selection-change="handleSelectionChange" >