Commit 2bf99a64 authored by zhengke's avatar zhengke

修改

parent 54ae711e
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
<td>{{item.B2BShow==0?'显示':'不显示'}}</td> <td>{{item.B2BShow==0?'显示':'不显示'}}</td>
<td>{{item.IsParentCompany=='1'?'总公司':'分公司'}}</td> <td>{{item.IsParentCompany=='1'?'总公司':'分公司'}}</td>
<td>{{item.IsFreeFee==0?'付费':'免费'}}</td> <td>{{item.IsFreeFee==0?'付费':'免费'}}</td>
<td>{{item.ServiceFee}}</td> <td v-if="userInfoList.EmployeeId==1||userInfoList.EmployeeId==5||userInfoList.RB_Branch_id==49">{{item.ServiceFee}}</td>
<td> <td>
<el-row> <el-row>
<el-tooltip class="item" effect="dark" content="修改" placement="top-start"> <el-tooltip class="item" effect="dark" content="修改" placement="top-start">
...@@ -529,6 +529,7 @@ ...@@ -529,6 +529,7 @@
this.addMsg.TravelLogo = ''; this.addMsg.TravelLogo = '';
this.imageUrl = ''; this.imageUrl = '';
this.imageUrlLogo = ''; this.imageUrlLogo = '';
this.addMsg.ServiceFee = 0;
}, },
//获取城市列表 //获取城市列表
getProvince() { getProvince() {
......
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