From 6fe09d9674b4e3e7c5a05281c30bbd6d8ac09f73 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Mon, 22 Dec 2025 19:47:44 +0800 Subject: [PATCH] =?UTF-8?q?CRM=5F25-12-23#story#7473,=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=95=86=E7=B3=BB=E7=BB=9F=EF=BC=8C=E6=B7=BB=E5=8A=A0=E6=98=AF?= =?UTF-8?q?=E5=90=A6=E6=98=AF=E4=B8=BB=E8=B4=A6=E5=8F=B7=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mine/personList.vue | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/views/mine/personList.vue b/src/views/mine/personList.vue index 5c5368be..444ee9c0 100644 --- a/src/views/mine/personList.vue +++ b/src/views/mine/personList.vue @@ -15,14 +15,14 @@ - 请立即核对或修改以下信息:姓名/身份/电话/微信号/邮箱 + 请立即核对或修改以下信息:姓名/身份/电话/微信号/邮箱 “角色”无法修改,如需修改“角色”请联系区域经理。提交审批后请到【管理人员】模块进行查看。 当前信息正在确认中,如需调整请联系区域经理。 当前信息已确认,如需调整请联系区域经理。
+ :style="{'height':([1,2].includes(type) && isMaster) ? 'calc(100% - 160px)' : 'calc(100% - 90px)'}">
人员{{(index+1)}}:
@@ -65,7 +65,7 @@
-
+
提交审批
立即修改
确认信息无误
@@ -97,6 +97,7 @@ export default { supplierId:'', wechatInfo:'', personInfoId:'', + isMaster:false, } }, async mounted() { @@ -148,9 +149,7 @@ export default { }else if(!result.data?.wechatConfirmStatus || result.data?.wechatConfirmStatus==1){ this.type=1 } - if(!result.data.isMaster){ - this.type='' - } + this.isMaster=result.data.isMaster // this.type=1 let res=await getConfirmPerson({supplierId:this.supplierId}) if(res.data && res.data.length>0){