|
|
|
|
@ -46,12 +46,12 @@
|
|
|
|
|
<view class="g_flex_1 g_h_48"
|
|
|
|
|
:class="itm.remark || itm.tel ? 'g_flex_column_center' : 'g_flex_column_center'"
|
|
|
|
|
>
|
|
|
|
|
<view class="g_fs_17 g_c_3 g_ell_1">{{itm.agencyName}}</view>
|
|
|
|
|
<view class="g_fs_17 g_c_3 g_ell_1">{{itm.fullName || itm.agencyName}}</view>
|
|
|
|
|
<view class="g_fs_14 g_c_9" v-if="itm.remark || itm.tel" style="margin-top: 4px;">
|
|
|
|
|
{{itm.remark && itm.remark.trim() ? itm.remark : (itm.tel ? itm.tel : '-')}}
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="g_flex_none g_flex_column_center">
|
|
|
|
|
<view class="g_flex_none g_flex_column_center" style="margin-left: 12px;">
|
|
|
|
|
<!-- 三天前:未通过的为已过期,已通过的不动 -->
|
|
|
|
|
<view v-if="type == 1">
|
|
|
|
|
<view v-if="itm.recordStatus == 1" class="g_fs_14 g_c_9">
|
|
|
|
|
|