Commit 3790833d authored by 黄奎's avatar 黄奎
parents 36d713a6 d4a44b2d
...@@ -255,9 +255,9 @@ ...@@ -255,9 +255,9 @@
<td style="border:none;">{{ item.GuestNum }}人</td> <td style="border:none;">{{ item.GuestNum }}人</td>
<td style="border:none;"> <td style="border:none;">
<template v-if="item.Class_Price >= 0"> <template v-if="item.Class_Price >= 0">
<el-tooltip class="item" effect="dark" :content="item.SellPriceType==2?'课时单价':'课时总价'" placement="top"> {{ item.Class_Price.toFixed(2) }}
<span> {{ item.Class_Price.toFixed(2) }}</span> </br>
</el-tooltip> ({{item.SellPriceType==2?'课时单价':'课时总价'}})
</template> </template>
</td> </td>
<td style="border:none;"> <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