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