Commit e3c1044d authored by youjie's avatar youjie

no message

parent 11d0236f
......@@ -147,8 +147,8 @@
<el-table-column label="订单号" min-width="100">
<template slot-scope="scope">
<span v-if="!scope.row.ReserveRoomNo" class="radius5 bgFAEAED cF1416C px5 fz12">未确认</span>
<template>
{{scope.row.ReserveRoomNo}}
<template v-else>
<span class="radius5 bgE8F5E9 c20C997 px5 fz12">{{scope.row.ReserveRoomNo}}</span>
</template>
</template>
</el-table-column>
......
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