告警单添加是否已解决字段
This commit is contained in:
@@ -160,7 +160,7 @@ const tableStore = new TableStore({
|
||||
},
|
||||
{
|
||||
name: 'edit',
|
||||
title: '告警单详情',
|
||||
title: '详情',
|
||||
type: 'primary',
|
||||
icon: 'el-icon-Open',
|
||||
render: 'basicButton',
|
||||
@@ -171,7 +171,7 @@ const tableStore = new TableStore({
|
||||
click: row => {
|
||||
detailRef.value.open({
|
||||
row: row,
|
||||
title: '告警单详情',
|
||||
title: '详情',
|
||||
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user