Commit d4882bcc authored by zhengke's avatar zhengke

修改样式

parent 9730d7c8
......@@ -83,10 +83,11 @@
}
.TC_HotelPop >div{
overflow: auto;
height:320px;
max-height:350px;
}
.TC_HotelPop table td{
padding:5px 0;
text-align: center;
}
</style>
<template>
......@@ -562,11 +563,11 @@
<td style="text-align:left;padding-left:20px;">
<template v-if="subItem.SubList">
<div v-if="subItem.SubList.length==1 && subItem.SubList[0].UseCount>0 ">
{{subItem.SubList[0].HotelName}}<a style="color:green">OK</a> <a
{{subItem.SubList[0].HotelName}}<a
style="color:green">本团使用库存:{{subItem.SubList[0].UseCount}}
{{subItem.SubList[0].CostPrice!=0?"价格:"+subItem.SubList[0].CostPrice:""}}</a></div>
<template v-else v-for="childItem in subItem.SubList">
<div style="padding-bottom:3px;">{{childItem.HotelName}} <font style="color:red">{{childItem.HotelName!="温馨的家"?"【暂定】":""}}</font></div>
<div>{{childItem.HotelName}}</div>
</template>
</template>
</td>
......
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