修改 技术监督 草稿功能

This commit is contained in:
GGJ
2024-06-20 11:32:49 +08:00
parent 1ab15393c2
commit 8a18771d78
4 changed files with 241 additions and 209 deletions

View File

@@ -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',