From 55d4b504b650b65608697697da8d0ecd17fbed30 Mon Sep 17 00:00:00 2001 From: bestlee Date: Tue, 30 Jun 2026 09:54:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=83=BD=E5=90=A6=E5=AE=A1=E6=89=B9=E5=88=A4?= =?UTF-8?q?=E6=96=AD=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/applyList/detail.vue | 2 +- src/views/applyList/lockDetail.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ">

同意