技术监督计划调整,增加监督类型
This commit is contained in:
@@ -77,6 +77,7 @@ const tableStore = new TableStore({
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ field: 'leafletName', title: '单据名称', minWidth: '150' },
|
{ field: 'leafletName', title: '单据名称', minWidth: '150' },
|
||||||
|
{ field: 'issueDetail', title: '告警内容', minWidth: '150' },
|
||||||
{
|
{
|
||||||
field: 'status',
|
field: 'status',
|
||||||
title: '告警单状态',
|
title: '告警单状态',
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
{{ detailData.issueDetail }}
|
{{ detailData.issueDetail }}
|
||||||
</el-descriptions-item>
|
</el-descriptions-item>
|
||||||
<template v-if='detailData.problemType == 4'>
|
<template v-if='detailData.problemType == 4'>
|
||||||
<el-descriptions-item :span='2' label='问题附件'>
|
<el-descriptions-item :span='2' label='附件'>
|
||||||
<el-icon>
|
<el-icon>
|
||||||
<Link />
|
<Link />
|
||||||
</el-icon>
|
</el-icon>
|
||||||
|
|||||||
Reference in New Issue
Block a user