Commit 873da45b authored by 黄奎's avatar 黄奎

页面修改

parent 5e211f1a
...@@ -168,7 +168,19 @@ ...@@ -168,7 +168,19 @@
</span> </span>
<br /> <br />
<span style="margin-right: 10px;"> <span style="margin-right: 10px;">
服务人员:{{list.ServicepersonalName}} 服务人员:
<template v-if="list.ServicepersonalName&&list.ServicepersonalName!=''">
<el-tag>{{list.ServicepersonalName}}</el-tag>
</template>
<template v-else>
<el-tag type="warning">到店分配</el-tag>
</template>
</span>
</div>
<div style="margin-bottom: 5px;" v-if="list.MemberEducationCouponList.length>0">
套餐卡信息: <span v-for="(childItem,childIndex) in list.MemberEducationCouponList"
:key="childIndex">
{{childItem.Name}}
</span> </span>
</div> </div>
<div style=" display: flex;flex-direction: row;align-items: center;" <div style=" display: flex;flex-direction: row;align-items: center;"
...@@ -278,6 +290,10 @@ ...@@ -278,6 +290,10 @@
{{MItem.Name}}券,{{MItem.CouponType==1?'满'+MItem.MinConsumePrice+'元减'+MItem.DiscountsPrice+'元':'满'+MItem.MinConsumePrice+'元打'+MItem.DiscountsPrice+'折'}} {{MItem.Name}}券,{{MItem.CouponType==1?'满'+MItem.MinConsumePrice+'元减'+MItem.DiscountsPrice+'元':'满'+MItem.MinConsumePrice+'元打'+MItem.DiscountsPrice+'折'}}
</span> </span>
</div> </div>
<div style="font-size: 12px"
v-if="item.EducationMoney&& item.EducationMoney!=''&& item.EducationMoney>0">
<span>套餐卡抵扣金额:{{item.EducationMoney}}</span>
</div>
</div> </div>
</div> </div>
<div class="app-order-info" style="padding: 10px; border-right: 0px; width: 20%;"> <div class="app-order-info" style="padding: 10px; border-right: 0px; width: 20%;">
......
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