能否审批判断修改

This commit is contained in:
bestlee 2026-06-30 09:54:29 +08:00
parent 9f438d986a
commit 55d4b504b6
2 changed files with 2 additions and 2 deletions

View File

@ -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
">
<p class="btn" @click="agree">同意</p>

View File

@ -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
">
<p class="btn" @click="agree">同意</p>