Commit 6700e472 authored by 吴春's avatar 吴春

实名认证添加销售名称

parent b638f028
......@@ -150,8 +150,11 @@
<th width="10%">{{$t('admin.admin_address')}}</th>
<th width="10%">{{$t('salesModule.belongUnion')}}</th>
<th width="10%">{{$t('salesModule.ApplyTime')}}</th>
<th width="10%">{{$t('salesModule.ApplyStatus')}}</th>
<th width="10%">{{$t('fnc.shzhuangtai')}}</th>
<th width="10%">{{$t('ground.glxiaoshou')}}</th>
<th width="10%">{{$t('pub.mbPhoneNum')}}</th>
<th width="10%">{{$t('system.table_operation')}}</th>
</tr>
<tr>
<td colspan="9" align="center" v-show="list.length==0">{{$t('system.content_noData')}}</td>
......@@ -169,6 +172,8 @@
<span v-if="item.ApplyState == 1||item.ApplyState === 3" class="_status_str _status_str_g">{{$t('fnc.ytongguo')}}</span>
<span v-if="item.ApplyState === 2" class="_status_str _status_str_r">{{$t('salesModule.HasRefused')}}</span>
</td>
<td>{{item.SellName}}</td>
<td>{{item.SellPhone}}</td>
<td>
<input
type="button"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment