Commit 1edc1c88 authored by 黄奎's avatar 黄奎

景点操作页面修改

parent a5a16280
......@@ -9,7 +9,7 @@
</ul>
</div>
<div style="width: 100%; overflow-x: auto;padding-bottom: 10px; " class="ownScrollbarStyle">
<table border="0" cellspacing="1" cellpadding="0" class="bookDinnerStatisticsTalbe">
<table border="0" cellspacing="1" cellpadding="0" class="bookDinnerStatisticsTalbe" v-loading="loading">
<tr>
<th>
公司团号
......@@ -168,6 +168,7 @@
TCNUM: "",
flightTotal: 0,
GuestNum: 0,
loading: false,
};
},
methods: {
......@@ -212,11 +213,13 @@
return '婴儿'
},
getList() {
this.loading = true;
this.apipost(
"dmcstatistics_get_GetDinnerStaticsDetail", {
TCIDs: this.$route.query.id
},
res => {
this.loading = false;
if (res.data.resultCode == 1) {
this.list = res.data.data;
this.list.forEach(item => {
......@@ -354,4 +357,5 @@
.bookDinnerStatisticsTalbe .dinnerTable tr td {
border: none;
}
</style>
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