列表展示字段修改
This commit is contained in:
@@ -72,7 +72,7 @@ const tableStore = new TableStore({
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ field: 'monitoringTerminalName', title: '设备名称', minWidth: 170 },
|
{ field: 'monitoringTerminalName', title: '设备名称', minWidth: 170 },
|
||||||
{ field: 'substation', title: '所属变电站', minWidth: 170 },
|
// { field: 'substation', title: '所属变电站', minWidth: 170 },
|
||||||
// {
|
// {
|
||||||
// field: 'userType',
|
// field: 'userType',
|
||||||
// title: '用户性质',
|
// title: '用户性质',
|
||||||
|
|||||||
@@ -34,9 +34,7 @@
|
|||||||
</el-descriptions-item>
|
</el-descriptions-item>
|
||||||
<el-descriptions-item label="所属供电公司">
|
<el-descriptions-item label="所属供电公司">
|
||||||
{{
|
{{
|
||||||
areaOptionList.find(item => {
|
detailData.supervisionTempDeviceReport?.powerCompany
|
||||||
return item.id == detailData.supervisionTempDeviceReport?.powerCompany
|
|
||||||
})?.name
|
|
||||||
}}
|
}}
|
||||||
</el-descriptions-item>
|
</el-descriptions-item>
|
||||||
<el-descriptions-item label="所属变电站">
|
<el-descriptions-item label="所属变电站">
|
||||||
|
|||||||
@@ -71,8 +71,8 @@ const tableStore = new TableStore({
|
|||||||
4: '已取消'
|
4: '已取消'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ field: 'monitoringTerminalName', title: '设备名称', minWidth: 170 },
|
// { field: 'monitoringTerminalName', title: '设备名称', minWidth: 170 },
|
||||||
{ field: 'substation', title: '所属变电站', minWidth: 170 },
|
// { field: 'substation', title: '所属变电站', minWidth: 170 },
|
||||||
// {
|
// {
|
||||||
// field: 'userType',
|
// field: 'userType',
|
||||||
// title: '用户性质',
|
// title: '用户性质',
|
||||||
|
|||||||
Reference in New Issue
Block a user