From 1b9fea7d4af68d8f933b2dc42bf6084b9646f64c Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期二, 04 三月 2025 08:39:55 +0800 Subject: [PATCH] 修改作业等级名称 --- src/views/doublePrevent/riskLevel/map/index.vue | 16 ++-------------- 1 files changed, 2 insertions(+), 14 deletions(-) diff --git a/src/views/doublePrevent/riskLevel/map/index.vue b/src/views/doublePrevent/riskLevel/map/index.vue index bf0a220..45cd6da 100644 --- a/src/views/doublePrevent/riskLevel/map/index.vue +++ b/src/views/doublePrevent/riskLevel/map/index.vue @@ -47,19 +47,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="rectifyData.params.pageIndex" - background - v-model:page-size="rectifyData.params.pageSize" - layout="total, sizes, prev, pager, next, jumper" - :total="rectifyData.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="rectifyData.params.pageIndex" background v-model:page-size="rectifyData.params.pageSize" layout="total, sizes, prev, pager, next, jumper" :total="rectifyData.total" class="page-position"> </el-pagination> <br /> <br /> </el-card> @@ -73,7 +61,7 @@ import rectifyDialog from './components/rectifyDialog.vue'; import { Edit, Delete } from '@element-plus/icons-vue'; import { hiddenRectifyApi } from '/@/api/doublePreventSystem/rectify'; -import { departmentApi } from '/@/api/department'; +import { departmentApi } from '/@/api/systemManage/department'; import { productionDeviceApi } from '/@/api/doublePreventSystem/productionDevice'; // 定义接口来定义对象的类型 -- Gitblit v1.9.2