|
|
@@ -16,7 +16,7 @@
|
|
|
|
|
|
<!-- 登录者公司下拉 (图2高奢重构) -->
|
|
|
<div class="nav-item has-dropdown company-dropdown">
|
|
|
- <span class="dept-text">您好!{{ userInfo.companyName || '' }}</span>
|
|
|
+ <span class="dept-text">您好!{{ userInfo.customerName || '' }}</span>
|
|
|
<svg class="arrow" width="8" height="8" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
|
|
|
<polyline points="6 9 12 15 18 9" />
|
|
|
</svg>
|
|
|
@@ -36,7 +36,7 @@
|
|
|
<div class="user-row">
|
|
|
账号名称:<span class="user-red-name">{{ userInfo.user?.nickName || '' }}</span>
|
|
|
</div>
|
|
|
- <div class="company-row">归属公司:{{ userInfo.companyName || '' }}</div>
|
|
|
+ <div class="company-row">归属公司:{{ userInfo.customerName || '' }}</div>
|
|
|
<div class="dept-row">所属部门:{{ userInfo.user?.deptName || '' }}</div>
|
|
|
</div>
|
|
|
</div>
|