Ver Fonte

修改人员轨迹员工加载

udream-cxs há 4 anos atrás
pai
commit
267d97d485

+ 1 - 1
src/apps/mobile/components/header/leftside.vue

@@ -680,7 +680,7 @@ export default {
             if(a.id==338){
               this.personnel.personnel1=true
             }else if(a.id==339){
-              this.personnel.personnel=true
+              this.personnel.personnel2=true
             }
           }):''
         }  else if (item.id == 292) {

+ 2 - 2
src/apps/mobile/views/personnel/team.vue

@@ -104,8 +104,8 @@ export default {
                   visible: false, // 初始是否显示
                   content: `<div style="color:white;width:211px;background-color:rgba(7,25,54,0.6);padding: 0 0 10px 0">
                               <h3 style="background-color:#071936;padding:5px;">人员信息</h3>
-                              <img src="${item.text.avatarUrl}" width="100%" height="100%">
-                              <strong>姓名:</strong>${item.text.name}
+                              <img src="${item.avatarUrl}" width="100%" height="100%">
+                              <strong>姓名:</strong>${item.name}
                             </div>`
                 })
             })