修改 技术监督 草稿功能
This commit is contained in:
@@ -162,7 +162,9 @@ const tableStore = new TableStore({
|
||||
disabled: row => {
|
||||
return row.createBy != adminInfo.$state.id || !(row.status == 0)
|
||||
},
|
||||
click: row => {}
|
||||
click: row => {
|
||||
planAddRef.value.open('编辑', row.id, false)
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'edit',
|
||||
|
||||
Reference in New Issue
Block a user