Commit feeb04a7 authored by youjie's avatar youjie

no message

parent acbd26f2
...@@ -107,6 +107,7 @@ ...@@ -107,6 +107,7 @@
<th>{{$t('admin.admin_isshow')}}</th> <th>{{$t('admin.admin_isshow')}}</th>
<th>{{$t('admin.B2BShow')}}</th> <th>{{$t('admin.B2BShow')}}</th>
<th>{{$t('admin.IsParentCompany')}}</th> <th>{{$t('admin.IsParentCompany')}}</th>
<th>本位币</th>
<th v-if="userInfo.RB_Group_id==2">是否服务费收费</th> <th v-if="userInfo.RB_Group_id==2">是否服务费收费</th>
<th v-if="userInfo.RB_Group_id==2">服务费用</th> <th v-if="userInfo.RB_Group_id==2">服务费用</th>
<th width="200">{{$t('admin.admin_operate')}}</th> <th width="200">{{$t('admin.admin_operate')}}</th>
...@@ -119,6 +120,7 @@ ...@@ -119,6 +120,7 @@
<td>{{item.is_show==0?'显示':'不显示'}}</td> <td>{{item.is_show==0?'显示':'不显示'}}</td>
<td>{{item.B2BShow==0?'显示':'不显示'}}</td> <td>{{item.B2BShow==0?'显示':'不显示'}}</td>
<td>{{item.IsParentCompany=='1'?'总公司':'分公司'}}</td> <td>{{item.IsParentCompany=='1'?'总公司':'分公司'}}</td>
<td>{{item.StandardCurrencyName?item.StandardCurrencyName:'-'}}</td>
<td v-if="userInfo.RB_Group_id==2">{{item.IsFreeFee==0?'付费':'免费'}}</td> <td v-if="userInfo.RB_Group_id==2">{{item.IsFreeFee==0?'付费':'免费'}}</td>
<td v-if="userInfo.RB_Group_id==2">{{item.ServiceFee}}</td> <td v-if="userInfo.RB_Group_id==2">{{item.ServiceFee}}</td>
<td> <td>
......
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