Commit 8527175d authored by 黄奎's avatar 黄奎

11

parent 731cec12
...@@ -49,8 +49,8 @@ ...@@ -49,8 +49,8 @@
<el-table :data="scope.row.subList[index].UseList" border> <el-table :data="scope.row.subList[index].UseList" border>
<el-table-column prop="TCID" :label="`团队编号`" width="210"> <el-table-column prop="TCID" :label="`团队编号`" width="210">
<template slot-scope="{row}"> <template slot-scope="{row}">
<!-- @click="OpenNewPage('roomQuery',{hotelId:scope.row.HotelId,dateStr:scope.row.subList[index].DateStr,TCNUM:row.TCNUM})"--> <span class="hotel-roomQuery"
<span class="hotel-roomQuery"> @click="OpenNewPage('roomQuery',{hotelId:scope.row.HotelId,dateStr:scope.row.subList[index].DateStr,TCNUM:row.TCNUM})">
({{row.TCID}}){{row.TCNUM}} ({{row.TCID}}){{row.TCNUM}}
</span> </span>
</template> </template>
......
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