Commit bc020d73 authored by zhengke's avatar zhengke

套餐描述

parent ef873d70
...@@ -100,10 +100,21 @@ ...@@ -100,10 +100,21 @@
</template> </template>
<template v-if="data.PriceList&&data.PriceList.length>0"> <template v-if="data.PriceList&&data.PriceList.length>0">
<div class="text-small text-info col q-mt-md">套餐价格</div> <div class="text-small text-info col q-mt-md">套餐价格</div>
<text-opera><el-tag class="q-mt-sm q-mr-md" size="small" v-for="(item,index) in data.PriceList"> <!-- <text-opera>
<el-tag class="q-mt-sm q-mr-md" size="small" v-for="(item,index) in data.PriceList">
{{item.MealName}} {{item.MealName}}
<text>/ {{item.MealPrice}}</text> <text>/ {{item.MealPrice}}</text>
</el-tag> </text-opera> </el-tag>
</text-opera> -->
<template v-for="(item,index) in data.PriceList">
<text-opera>
<div class="q-mt-sm q-mr-md text-small">
<span style="color: #564bec;font-weight: bold;">
{{item.MealName}}<text>/{{item.MealPrice}}</text></span>
<p v-if="item.MealRemarks">{{item.MealRemarks}}</p>
</div>
</text-opera>
</template>
</template> </template>
<div class="text-small text-info col q-mt-md">详细介绍</div> <div class="text-small text-info col q-mt-md">详细介绍</div>
<text-opera><span class="text-small q-mt-sm">{{ data.Feature }}</span></text-opera> <text-opera><span class="text-small q-mt-sm">{{ data.Feature }}</span></text-opera>
......
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