联调 常态化干扰源用户管理 流程
This commit is contained in:
@@ -40,7 +40,7 @@ const open = async (row: any) => {
|
||||
},
|
||||
xAxis: {
|
||||
name: '',
|
||||
data: ['技术监督计划', '用户投诉', '在线率问题']
|
||||
data: ['技术监督计划', '用户投诉', '在线监测问题']
|
||||
},
|
||||
|
||||
yAxis: {
|
||||
|
||||
@@ -222,6 +222,19 @@ const tableStore = new TableStore({
|
||||
}, 100)
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'edit',
|
||||
title: '重新发起',
|
||||
type: 'warning',
|
||||
icon: 'el-icon-Open',
|
||||
render: 'basicButton',
|
||||
disabled: row => {
|
||||
return row.createBy != adminInfo.$state.id || !(row.status == 3 || row.status == 4)
|
||||
},
|
||||
click: row => {
|
||||
addForms.value.open({ title: '重新发起', row: row })
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'cancel',
|
||||
title: '取消',
|
||||
|
||||
Reference in New Issue
Block a user