task#14072,返回按钮的方法更换

This commit is contained in:
2024-06-20 09:51:55 +08:00
parent b05ceb4ba9
commit 0bb135bfba

View File

@ -8,7 +8,7 @@
:border="false"
:fixed="true"
:safe-area-inset-top="true"
@click-left="h5GoBack"
@click-left="goPrePage"
/>
</div>
<div class="tab_wrap">
@ -78,6 +78,9 @@ export default {
},
},
methods: {
goPrePage(){
this.$router.push({ name: 'toDoList' });
},
// 1申请审批2申请不通过3申请通过4完成审批中5完成不通过6完成通过9维保终止
getStatusColor(i){
switch (i){