修改bug
This commit is contained in:
parent
5a32ab5f24
commit
958f82e83f
@ -66,7 +66,10 @@
|
||||
<el-table-column prop="bookingEndTime" label="预约结束时间" show-overflow-tooltip></el-table-column>
|
||||
<el-table-column label="状态" show-overflow-tooltip>
|
||||
<template slot-scope="scope">
|
||||
<span v-if="$util.getTimeContrast(scope.row.bookingEndTime)">
|
||||
<span v-if="$util.getTimeContrast(scope.row.bookingEndTime) && scope.row.status.code == 0">
|
||||
未开始
|
||||
</span>
|
||||
<span v-else-if="scope.row.status.code != 0">
|
||||
{{ scope.row.status.code == 0 ? '未开始': '' }}
|
||||
{{ scope.row.status.code == 1 ? '进行中': '' }}
|
||||
{{ scope.row.status.code == 2 ? '已结束': '' }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user