Explorar el Código

Merge branch 'feature_20250626_主管任务暂存' into uat(dev)

zhujindu hace 6 meses
padre
commit
e0dbade07b
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      src/views/week/VisitSummary.vue

+ 3 - 1
src/views/week/VisitSummary.vue

@@ -90,7 +90,9 @@
                   <span class="status0">暂存</span>
                 </div>
               </div>
-              <div class="info">部门:{{ item.deptName }}</div>
+              <div class="info">
+                部门:{{ item.deptName || item.regionName || item.companyName }}
+              </div>
               <div class="info">提交时间:{{ item.createTime }}</div>
             </div>
           </van-cell>