This commit is contained in:
parent
ec27fd1ffe
commit
8f36cee5a4
|
@ -41,7 +41,7 @@
|
|||
</view>
|
||||
<view class="shop-type-list-item-con-item" v-if="item.status == 1 || item.status == 2">
|
||||
<view class="shop-type-list-item-con-key">审核时间:</view>
|
||||
<view class="shop-type-list-item-con-val">{{item.update_time || ''}}</view>
|
||||
<view class="shop-type-list-item-con-val">{{item.update_time || '-'}}</view>
|
||||
</view>
|
||||
<view class="shop-type-list-item-con-item" v-if="item.status == 2">
|
||||
<view class="shop-type-list-item-con-key">备注:</view>
|
||||
|
|
|
@ -25,6 +25,17 @@
|
|||
<view class="shop-type-con-item-info-label">申请时间</view>
|
||||
<view class="shop-type-con-item-info-val">{{form.create_time}}</view>
|
||||
</view>
|
||||
|
||||
<view class="shop-type-con-item-info">
|
||||
<view class="shop-type-con-item-info-label">审核人</view>
|
||||
<view class="shop-type-con-item-info-val">{{form.check_name}}</view>
|
||||
</view>
|
||||
|
||||
<view class="shop-type-con-item-info">
|
||||
<view class="shop-type-con-item-info-label">审核人</view>
|
||||
<view class="shop-type-con-item-info-val">{{form.check_phone}}</view>
|
||||
</view>
|
||||
|
||||
<view class="shop-type-con-item-info">
|
||||
<view class="shop-type-con-item-info-label">变更进度</view>
|
||||
<view class="shop-type-con-item-info-val">{{form.status == 0?'审核中':form.status==1?'审核通过':'审核未通过'}}
|
||||
|
|
Loading…
Reference in New Issue