From 23f1bf22c42a904c05cee63e10c9fd8b60dfe8f5 Mon Sep 17 00:00:00 2001 From: Admin <978517621@qq.com> Date: 星期二, 20 九月 2022 14:54:56 +0800 Subject: [PATCH] Default Changelist --- src/views/intellectInspect/inspectBasic/facility/index.vue | 20 ++++---------------- 1 files changed, 4 insertions(+), 16 deletions(-) diff --git a/src/views/intellectInspect/inspectBasic/facility/index.vue b/src/views/intellectInspect/inspectBasic/facility/index.vue index e25ffd3..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> @@ -144,11 +132,11 @@ } }; - // 打开生产装置弹窗 + // 打开弹窗 const onOpenDialogRef = (type: string, value: any) => { facilityAreaDialogRef.value.openFacilityAreaDialog(type, value, state.facilityAreaTypeList); }; - // 删除角色 + // 删除 const onDelProductionDevice = (row: any) => { ElMessageBox.confirm(`此操作将永久删除该条设备区域:“${row.region}”,是否继续?`, '提示', { confirmButtonText: '确认', -- Gitblit v1.9.2