结果确认界面调整
Showing
2 changed files
with
2 additions
and
2 deletions
| ... | @@ -63,7 +63,7 @@ const routes: RouteRecordRaw[] = [ | ... | @@ -63,7 +63,7 @@ const routes: RouteRecordRaw[] = [ |
| 63 | to.meta.title = `${to.query.name}-${to.query.status == 'Y'?'查看结果':'结果确认'}`; | 63 | to.meta.title = `${to.query.name}-${to.query.status == 'Y'?'查看结果':'结果确认'}`; |
| 64 | to.meta.editPage = to.query.status == 'Y'? false: true; | 64 | to.meta.editPage = to.query.status == 'Y'? false: true; |
| 65 | } else { | 65 | } else { |
| 66 | to.meta.title = `${to.query.name}-${to.query.type == 'confirm'?'结果确认':'结果修改'}`; | 66 | to.meta.title = `${to.query.name}-${to.query.status == 'Y'?'结果修改':'结果确认'}`; |
| 67 | to.meta.editPage = true; | 67 | to.meta.editPage = true; |
| 68 | } | 68 | } |
| 69 | } | 69 | } | ... | ... |
| ... | @@ -107,7 +107,7 @@ const toPath = (type) => { | ... | @@ -107,7 +107,7 @@ const toPath = (type) => { |
| 107 | guid: currTableData.value.taskGuid, | 107 | guid: currTableData.value.taskGuid, |
| 108 | name: currTableData.value.taskName, | 108 | name: currTableData.value.taskName, |
| 109 | status: currTableData.value.status, | 109 | status: currTableData.value.status, |
| 110 | type: currTableData.value.status == 'Y'? 'modify':'confirm' | 110 | type: currTableData.value.status == 'Y'? 'detail':'confirm' |
| 111 | }, | 111 | }, |
| 112 | }); | 112 | }); |
| 113 | } | 113 | } | ... | ... |
-
Please register or sign in to post a comment