diff --git a/src/views/applyList/detail.vue b/src/views/applyList/detail.vue index adba543..d15ca9d 100644 --- a/src/views/applyList/detail.vue +++ b/src/views/applyList/detail.vue @@ -228,7 +228,7 @@ onMounted(() => { params?.type==='wait' && info?.status!=99 && params?.isMyself==='pending' && (info?.status==1 || info?.status==2 || info?.status==3 || info?.status==4) && (((info?.template_id==1 || info?.template_id==4) && (info?.current_step>=1 && info?.current_step<=3)) || - ((info?.template_id==2 || info?.template_id)==3 && (info?.current_step>=1 && info?.current_step<=4))) || + ((info?.template_id==2 || info?.template_id==3) && (info?.current_step>=1 && info?.current_step<=4))) || info?.template_id==5 ">
同意
diff --git a/src/views/applyList/lockDetail.vue b/src/views/applyList/lockDetail.vue index 3b9853f..761b2c4 100644 --- a/src/views/applyList/lockDetail.vue +++ b/src/views/applyList/lockDetail.vue @@ -180,7 +180,7 @@ onMounted(() => { params?.type==='wait' && info?.status!=99 && params?.isMyself==='pending' && (info?.status==1 || info?.status==2 || info?.status==3 || info?.status==4) && (((info?.template_id==1 || info?.template_id==4) && (info?.current_step>=1 && info?.current_step<=3)) || - ((info?.template_id==2 || info?.template_id)==3 && (info?.current_step>=1 && info?.current_step<=4))) || + ((info?.template_id==2 || info?.template_id==3) && (info?.current_step>=1 && info?.current_step<=4))) || info?.template_id==5 ">同意