Commit bff7444b authored by 黄奎's avatar 黄奎

页面修改

parent b5e89377
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
getCustomerList() { getCustomerList() {
this.loading = true; this.loading = true;
this.apipost( this.apipost(
"app_customer_GetCustomerListForCareOf", "app_post_GetAllCustomerPage",
this.qMsg, this.qMsg,
(res) => { (res) => {
this.loading = false; this.loading = false;
......
...@@ -89,9 +89,11 @@ ...@@ -89,9 +89,11 @@
<div class="el-col w_10"> <div class="el-col w_10">
<div class="p20"> <div class="p20">
<div class="mb title"><i class="iconfont icon-jiage"></i><span>机位信息</span></div> <div class="mb title"><i class="iconfont icon-jiage"></i><span>机位信息</span></div>
<div class="mb"><span>经济舱: {{item.YSeat}}</span></div> <div class="mb"><span>经济舱: {{item.YSeat}} 剩余:{{item.SurplusYSeatNum}}</span></div>
<div class="mb"><span>商务舱: {{item.CSeat}}</span></div> <div class="mb"><span>商务舱: {{item.CSeat}} 剩余:{{item.SurplusCSeatNum}}</span></div>
<div class="mb"><span>头等舱: {{item.FSeat}}</span></div> <div class="mb"><span>头等舱: {{item.FSeat}} 剩余:{{item.SurplusFSeatNum}}</span></div>
<div class="mb"><span>报名人数: {{item.OrderGuestNum}} </span></div>
<div class="mb"><span>领队导游: {{item.LeaderNum}} </span></div>
</div> </div>
</div> </div>
<div class="el-col w_10"> <div class="el-col w_10">
......
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