|
@@ -53,7 +53,7 @@
|
|
|
<el-row :span="24" class="thr_2">
|
|
|
<el-col :span="17" class="left">
|
|
|
<el-col :span="24" class="name">
|
|
|
- {{ userInfo.name || '暂无单位' }}
|
|
|
+ {{ formatName(userInfo.name) || '暂无单位' }}
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="other">
|
|
|
<span>联系人</span>
|