修改 技术监督 草稿功能

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

@@ -114,7 +114,7 @@ const tableStore = new TableStore({
minWidth: 140,
custom: {
0: 'warning',
6: 'primary',
1: 'primary',
2: 'success',
3: 'danger',
@@ -122,7 +122,7 @@ const tableStore = new TableStore({
},
replaceValue: {
0: '待提交审批',
6: '新增',
1: '审批中',
2: '审批通过',
3: '审批不通过',
@@ -180,10 +180,7 @@ const tableStore = new TableStore({
return row.createBy != adminInfo.$state.id || !(row.status == 0)
},
click: row => {
addForms.value.open({
title: '编辑',
row: row
})
planTestRef.value.open('编辑', row.id, false)
}
},
{