联调 在线监测 页面 修改云效问题
This commit is contained in:
@@ -151,19 +151,6 @@ const tableStore = new TableStore({
|
||||
return row.testRunState != 2 || !row.processInstanceId
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'edit',
|
||||
title: '编辑',
|
||||
type: 'primary',
|
||||
icon: 'el-icon-Open',
|
||||
render: 'basicButton',
|
||||
showDisabled: row => {
|
||||
return row.createBy != adminInfo.$state.id || !(row.status == 0)
|
||||
},
|
||||
click: row => {
|
||||
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'productSetting',
|
||||
title: '重新试运行',
|
||||
|
||||
Reference in New Issue
Block a user