From 988558aaa309068fd393cc654be537434b0a15ea Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期四, 11 八月 2022 19:11:18 +0800 Subject: [PATCH] 修改 --- src/views/intellectInspect/inspectBasic/facility/index.vue | 16 ++-------------- 1 files changed, 2 insertions(+), 14 deletions(-) diff --git a/src/views/intellectInspect/inspectBasic/facility/index.vue b/src/views/intellectInspect/inspectBasic/facility/index.vue index d4502f3..76c6efc 100644 --- a/src/views/intellectInspect/inspectBasic/facility/index.vue +++ b/src/views/intellectInspect/inspectBasic/facility/index.vue @@ -22,7 +22,7 @@ <el-icon> <ele-FolderAdd /> </el-icon> - 新增巡检指标 + 新增设备区域 </el-button> </div> <el-table :data="facilityAreaData.data" style="width: 100%"> @@ -41,19 +41,7 @@ </el-table-column> </el-table> <br /> - <el-pagination - @size-change="onHandleSizeChange" - @current-change="onHandleCurrentChange" - :pager-count="5" - :page-sizes="[10, 20, 30]" - v-model:current-page="facilityAreaData.params.pageIndex" - background - v-model:page-size="facilityAreaData.params.pageSize" - layout="total, sizes, prev, pager, next, jumper" - :total="facilityAreaData.total" - class="page-position" - > - </el-pagination> + <el-pagination @size-change="onHandleSizeChange" @current-change="onHandleCurrentChange" :pager-count="5" :page-sizes="[10, 20, 30]" v-model:current-page="facilityAreaData.params.pageIndex" background v-model:page-size="facilityAreaData.params.pageSize" layout="total, sizes, prev, pager, next, jumper" :total="facilityAreaData.total" class="page-position"> </el-pagination> <br /> <br /> </el-card> -- Gitblit v1.9.2