修改 草稿 功能 bug

This commit is contained in:
GGJ
2024-06-21 10:15:25 +08:00
parent 90246e9abf
commit b2a2c1ecf6
4 changed files with 32 additions and 50 deletions

View File

@@ -113,22 +113,7 @@ const tableStore = new TableStore({
return !row.processInstanceId
}
},
{
name: 'edit',
title: '编辑',
type: 'primary',
icon: 'el-icon-Open',
render: 'basicButton',
disabled: row => {
return row.createBy != adminInfo.$state.id || !(row.status == 0)
},
click: row => {
addForms.value.open({
title: '编辑',
row: row
})
}
},
{
name: 'edit',
title: '报告上传',
@@ -139,7 +124,7 @@ const tableStore = new TableStore({
return row.status != null
},
click: row => {
FormRef.value.open('报告上', row)
FormRef.value.open('报告上', row)
}
},