Commit 9730d7c8 authored by 黄奎's avatar 黄奎

页面样式修改

parent 028b1531
...@@ -562,11 +562,11 @@ ...@@ -562,11 +562,11 @@
<td style="text-align:left;padding-left:20px;"> <td style="text-align:left;padding-left:20px;">
<template v-if="subItem.SubList"> <template v-if="subItem.SubList">
<div v-if="subItem.SubList.length==1 && subItem.SubList[0].UseCount>0 "> <div v-if="subItem.SubList.length==1 && subItem.SubList[0].UseCount>0 ">
{{subItem.SubList[0].HotelName}}<a {{subItem.SubList[0].HotelName}}<a style="color:green">OK</a> <a
style="color:green">本团使用库存:{{subItem.SubList[0].UseCount}} style="color:green">本团使用库存:{{subItem.SubList[0].UseCount}}
{{subItem.SubList[0].CostPrice!=0?"价格:"+subItem.SubList[0].CostPrice:""}}</a></div> {{subItem.SubList[0].CostPrice!=0?"价格:"+subItem.SubList[0].CostPrice:""}}</a></div>
<template v-else v-for="childItem in subItem.SubList"> <template v-else v-for="childItem in subItem.SubList">
<div>{{childItem.HotelName}}</div> <div style="padding-bottom:3px;">{{childItem.HotelName}} <font style="color:red">{{childItem.HotelName!="温馨的家"?"【暂定】":""}}</font></div>
</template> </template>
</template> </template>
</td> </td>
......
...@@ -275,7 +275,6 @@ ...@@ -275,7 +275,6 @@
/*初始化组件*/ /*初始化组件*/
init() { init() {
this.$emit("headCallBack", this.PostConfig); this.$emit("headCallBack", this.PostConfig);
console.log(this.PostConfig,'postconfig');
}, },
//上传图片 //上传图片
reUpload(file) { reUpload(file) {
......
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