Commit d4a44b2d authored by 吴春's avatar 吴春

1

parent eee4aaed
......@@ -255,9 +255,9 @@
<td style="border:none;">{{ item.GuestNum }}人</td>
<td style="border:none;">
<template v-if="item.Class_Price >= 0">
<el-tooltip class="item" effect="dark" :content="item.SellPriceType==2?'课时单价':'课时总价'" placement="top">
<span> {{ item.Class_Price.toFixed(2) }}</span>
</el-tooltip>
{{ item.Class_Price.toFixed(2) }}
</br>
({{item.SellPriceType==2?'课时单价':'课时总价'}})
</template>
</td>
<td style="border:none;">
......
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