From 034cb3a4c10c7ff0b50cfc83e210e462d858ce72 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期三, 22 三月 2023 17:21:56 +0800
Subject: [PATCH] 修改页码样式
---
src/views/intellectInspect/inspectBasic/facility/index.vue | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/views/intellectInspect/inspectBasic/facility/index.vue b/src/views/intellectInspect/inspectBasic/facility/index.vue
index 76c6efc..e84b57e 100644
--- a/src/views/intellectInspect/inspectBasic/facility/index.vue
+++ b/src/views/intellectInspect/inspectBasic/facility/index.vue
@@ -29,6 +29,7 @@
<el-table-column type="index" label="序号" width="60" />
<el-table-column prop="region" label="设备区域名称" show-overflow-tooltip></el-table-column>
<el-table-column prop="regionType" label="设备区域类型" show-overflow-tooltip></el-table-column>
+ <el-table-column prop="regionDepartment" label="所属部门" show-overflow-tooltip></el-table-column>
<el-table-column prop="createByUserName" label="创建人" show-overflow-tooltip></el-table-column>
<el-table-column prop="gmtCreate" label="创建时间" show-overflow-tooltip></el-table-column>
<el-table-column prop="lastEditUserName" label="最后修改人" show-overflow-tooltip></el-table-column>
@@ -107,6 +108,7 @@
});
// 初始化表格数据
const initFacilityAreaTableData = async () => {
+ debugger
let res = await facilityAreaApi().getFacilityAreaList(state.facilityAreaData.params);
if (res.data.code === '200') {
state.facilityAreaData.data = res.data.data.records;
--
Gitblit v1.9.2