|
|
|
|
@ -101,10 +101,10 @@
|
|
|
|
|
|
|
|
|
|
<view class="g_flex_1 g_h_all g_flex_column_center g_h_60 _right">
|
|
|
|
|
<view class="g_flex_row_between">
|
|
|
|
|
<view class="g_flex_column_center g_flex_1 g_mr_12">
|
|
|
|
|
<view class="g_flex_row_start flex_center">
|
|
|
|
|
<view class="g_ell_1 g_fs_18 g_c_0 g_fw_600" style="max-width: 280rpx">{{ item.agencyName }} </view>
|
|
|
|
|
<view class="g_ml_6 g_text_c">
|
|
|
|
|
<view class="g_flex_column_center g_flex_1">
|
|
|
|
|
<view class="g_flex_row_start_none">
|
|
|
|
|
<view class="g_ell_1 g_fs_18 g_c_0 g_fw_600 g_flex_none" style="max-width:calc(100vw - 158px);">{{ item.agencyName }} </view>
|
|
|
|
|
<view class="g_ml_6 g_text_c g_flex_1">
|
|
|
|
|
<view class="g_w_36 g_h_18 g_fs_12 g_redius_4" style="background-color: #f2f7ff; color: #1677ff" v-if="item.teamType == 2">团队</view>
|
|
|
|
|
<view class="g_w_36 g_h_18 g_fs_12 g_redius_4" style="background-color: #fff5f5; color: #ff4d4f" v-if="item.teamType == 1">个人</view>
|
|
|
|
|
</view>
|
|
|
|
|
@ -112,7 +112,7 @@
|
|
|
|
|
<view class="g_ell_1 g_fs_14 g_c_9 g_mt_4">{{ item.remark ? item.remark : "-" }}</view>
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
<view class="g_flex_column_center g_mb_12" v-if="tabInfo.active == 1">
|
|
|
|
|
<view class="g_flex_column_center g_mb_12" v-if="tabInfo.active == 1 && false">
|
|
|
|
|
<view v-if="item.supplierAccount == 1 && item.recordStatus == 1">
|
|
|
|
|
<view class="g_radius_14 g_h_28 g_border_main g_fs_14 g_c_main g_pr_8 g_pl_8 g_flex_row_center flex_center" hover-stop-propagation hover-class="thover" @click.stop="goApplyForm(item, index)">
|
|
|
|
|
<i class="iconfont icon-tianjia g_fsi_12 g_mr_2"></i>
|
|
|
|
|
|