fix : 修复菜单图标、金额单位为元、项目实施台账上传费用功能、

This commit is contained in:
2024-06-02 11:04:54 +08:00
parent a796e7622f
commit cd715fbf98
26 changed files with 94 additions and 86 deletions

View File

@@ -51,12 +51,16 @@ const back = () => {
router.push({name: 'Filing'})
break;
case 'Implementation/detail':
if (route.query.step === '20') {
if (route.query.step === '10') {
router.push({name: 'Summary'})
} else if (route.query.step === '20') {
router.push({name: 'Initiation'})
} else if (route.query.step === '40') {
router.push({name: 'Implementation'})
} else if (route.query.step === '50') {
router.push({name: 'Filing'})
}else if (route.query.step === '00') {
router.push({name: 'Requirement'})
}
break;
case 'Summary/detail':