提取核心信息并应用到我的工作中的三个tab中
This commit is contained in:
@@ -77,7 +77,6 @@ const tableStore = new TableStore({
|
||||
}
|
||||
},
|
||||
{ field: 'dutyOrgName', title: '负责单位', minWidth: '150' },
|
||||
|
||||
{ field: 'leafletName', title: '单据名称', minWidth: '150' },
|
||||
{ field: 'issueDetail', title: '告警内容', minWidth: '150' },
|
||||
{
|
||||
|
||||
@@ -116,6 +116,7 @@ const tableStore = new TableStore({
|
||||
return row.status !== 5
|
||||
},
|
||||
click: row => {
|
||||
|
||||
feedbackPopup.value.open('填报反馈单', row.id, row.status, row.issueDetail,row.problemPath)
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user