|
@@ -102,7 +102,7 @@
|
|
</view>
|
|
</view>
|
|
<view class="info-line" v-if="orderInfo.auditorName">
|
|
<view class="info-line" v-if="orderInfo.auditorName">
|
|
<view class="info-line-label">
|
|
<view class="info-line-label">
|
|
- <text>驳回人</text>
|
|
|
|
|
|
+ <text>{{orderInfo.status=='7'?'驳回人':'复核人'}}</text>
|
|
</view>
|
|
</view>
|
|
<view class="info-line-value">
|
|
<view class="info-line-value">
|
|
{{ orderInfo.auditorName }}
|
|
{{ orderInfo.auditorName }}
|
|
@@ -110,7 +110,7 @@
|
|
</view>
|
|
</view>
|
|
<view class="info-line" v-if="orderInfo.rejectTime">
|
|
<view class="info-line" v-if="orderInfo.rejectTime">
|
|
<view class="info-line-label">
|
|
<view class="info-line-label">
|
|
- <text>驳回时间</text>
|
|
|
|
|
|
+ <text>{{orderInfo.status=='7'?'驳回时间':'复核时间'}}</text>
|
|
</view>
|
|
</view>
|
|
<view class="info-line-value">
|
|
<view class="info-line-value">
|
|
{{ $u.timeFormat(orderInfo.rejectTime, "yyyy-mm-dd hh:MM:ss") }}
|
|
{{ $u.timeFormat(orderInfo.rejectTime, "yyyy-mm-dd hh:MM:ss") }}
|