监测点联调页面展示/详情展示添加字段
This commit is contained in:
@@ -7,6 +7,18 @@
|
|||||||
<el-descriptions-item label="调试原因">
|
<el-descriptions-item label="调试原因">
|
||||||
{{ detailData.reason}}
|
{{ detailData.reason}}
|
||||||
</el-descriptions-item>
|
</el-descriptions-item>
|
||||||
|
<el-descriptions-item label="监测点编号">
|
||||||
|
{{ detailData.lineId }}
|
||||||
|
</el-descriptions-item>
|
||||||
|
<el-descriptions-item label="监测终端编码">
|
||||||
|
{{ detailData.monitoringTerminalCode }}
|
||||||
|
</el-descriptions-item>
|
||||||
|
<el-descriptions-item label="监测终端名称">
|
||||||
|
{{ detailData.monitoringTerminalName}}
|
||||||
|
</el-descriptions-item>
|
||||||
|
<el-descriptions-item label="电网侧变电站">
|
||||||
|
{{ detailData.powerSubstationName }}
|
||||||
|
</el-descriptions-item>
|
||||||
</el-descriptions>
|
</el-descriptions>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -71,6 +71,10 @@ const tableStore = new TableStore({
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ field: 'reason', title: '调试原因', minWidth: 170 },
|
{ field: 'reason', title: '调试原因', minWidth: 170 },
|
||||||
|
{ field: 'lineId', title: '监测点编号', minWidth: 170 },
|
||||||
|
{ field: 'monitoringTerminalCode', title: '监测终端编码', minWidth: 170 },
|
||||||
|
{ field: 'monitoringTerminalName', title: '监测终端名称', minWidth: 170 },
|
||||||
|
{ field: 'powerSubstationName', title: '电网侧变电站', minWidth: 170 },
|
||||||
{
|
{
|
||||||
title: '操作',
|
title: '操作',
|
||||||
minWidth: 150,
|
minWidth: 150,
|
||||||
@@ -93,7 +97,7 @@ const tableStore = new TableStore({
|
|||||||
{
|
{
|
||||||
name: 'productSetting',
|
name: 'productSetting',
|
||||||
title: '申请联调',
|
title: '申请联调',
|
||||||
type: 'success',
|
type: 'primary',
|
||||||
icon: 'el-icon-add',
|
icon: 'el-icon-add',
|
||||||
render: 'basicButton',
|
render: 'basicButton',
|
||||||
click: row => {
|
click: row => {
|
||||||
|
|||||||
Reference in New Issue
Block a user