技术监督计划调整,增加监督类型

This commit is contained in:
2024-06-06 20:33:55 +08:00
parent 2e499ea6b8
commit 218f5c7703
2 changed files with 2 additions and 1 deletions

View File

@@ -77,6 +77,7 @@ const tableStore = new TableStore({
}
},
{ field: 'leafletName', title: '单据名称', minWidth: '150' },
{ field: 'issueDetail', title: '告警内容', minWidth: '150' },
{
field: 'status',
title: '告警单状态',

View File

@@ -13,7 +13,7 @@
{{ detailData.issueDetail }}
</el-descriptions-item>
<template v-if='detailData.problemType == 4'>
<el-descriptions-item :span='2' label='问题附件'>
<el-descriptions-item :span='2' label='附件'>
<el-icon>
<Link />
</el-icon>