Commit 04f18f86 authored by 黄奎's avatar 黄奎

11

parent 725ef356
......@@ -264,7 +264,7 @@
<div>
<p v-for="(item,subIndex) in dayItem.dayValue" :key="`d_`+index+`s_`+subIndex" style="padding-bottom:10px;">
<el-tooltip class="item" effect="dark"
:content="`地接团号:`+item.BookGroup+`,公司团号:`+item.TCNUM+`(`+item.TCID+`),总机位:`+item.TotalSeatNum"
:content="`地接团号:`+item.BookGroup+`,公司团号:`+item.TCNUM+`(`+item.TCID+`),总机位:`+item.TotalSeatNum+`,当前人数:`+item.TotalNum"
placement="top">
<span class="text_underLine">
{{item.TicketName}}{{item.TicketNum}}
......@@ -285,7 +285,7 @@
Year: 0,
Month: 0,
CouponsIdList: [],
QStatus: 0,
QStatus: 1,
loading: false,
uid: 0,
},
......
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