|
@@ -624,7 +624,12 @@
|
|
|
<div class="printContent-detail">
|
|
|
<div class="detail-item">
|
|
|
<span class="detail-item-title"> <span class="printBox">报销人</span> </span>
|
|
|
- <span class="detail-item-content">{{ParticularsList.ownerName}}</span>
|
|
|
+ <span class="detail-item-content">
|
|
|
+ <span v-if="user.userNameNeedTranslate == 1">
|
|
|
+ <ww-open-data type='userName' :openid='ParticularsList.ownerName'></ww-open-data>
|
|
|
+ </span>
|
|
|
+ <span v-else>{{ ParticularsList.ownerName }}</span>
|
|
|
+ </span>
|
|
|
</div>
|
|
|
<div class="detail-item">
|
|
|
<span class="detail-item-title"><span class="printBox">填报时间</span></span>
|