This commit is contained in:
2025-09-04 22:02:54 +08:00
parent f9a6ad7fda
commit 974b2e7038
5 changed files with 573 additions and 43 deletions

View File

@ -113,7 +113,7 @@ const approvalRecordRef = ref<InstanceType<typeof ApprovalRecord>>();
//按钮组件
const flowCodeOptions = [
{
value: currentProject.value?.id + '_materialsPlans',
value: currentProject.value?.id + '_equipmentList',
label: '物资设备清单审核'
}
];