Merge remote-tracking branch 'websoft/master'

This commit is contained in:
2026-08-31 10:38:25 +08:00
2 changed files with 8 additions and 9 deletions
-9
View File
@@ -77,15 +77,6 @@ export const config = {
status: ['approved'],
permission: 'project_apply_change',
},
{
action: 'voidProject',
label: '作废',
type: 'danger',
statusProp: 'approvalStatus',
status: ['approved', 'change_approved'],
permission: 'project_apply_void',
prompt: '请输入作废原因',
},
],
};