预告警单工作流基础版本
This commit is contained in:
@@ -47,15 +47,6 @@ const tableStore = new TableStore({
|
||||
render: 'buttons',
|
||||
fixed: 'right',
|
||||
buttons: [
|
||||
// {
|
||||
// name: 'edit',
|
||||
// title: '附件预览',
|
||||
// type: 'primary',
|
||||
// icon: 'el-icon-Open',
|
||||
// render: 'confirmButton',
|
||||
//
|
||||
// click: row => {}
|
||||
// },
|
||||
{
|
||||
name: 'edit',
|
||||
title: '发起告警单',
|
||||
@@ -80,7 +71,7 @@ const tableStore = new TableStore({
|
||||
title: '查看告警单',
|
||||
type: 'primary',
|
||||
icon: 'el-icon-Open',
|
||||
render: 'confirmButton',
|
||||
render: 'basicButton',
|
||||
disabled: row => {
|
||||
return row.initiateWarningFlag == 0
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user