|
|
|
@ -108,7 +108,7 @@
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
<el-table-column prop="list_status" label="状态" width="80" sortable="custom">
|
|
|
|
<el-table-column prop="list_status" label="状态" width="80" sortable="custom">
|
|
|
|
<template #default="scope">
|
|
|
|
<template #default="scope">
|
|
|
|
<el-tag v-if="scope.row.is_nullify===1" class="ml-2" type="info">已作废</el-tag>
|
|
|
|
<el-tag v-if="scope.row.is_nullify===1" class="ml-2" type="danger">已作废</el-tag>
|
|
|
|
<template v-else>
|
|
|
|
<template v-else>
|
|
|
|
<el-tag v-if="scope.row.list_status===0" class="ml-2" type="info">申请中</el-tag>
|
|
|
|
<el-tag v-if="scope.row.list_status===0" class="ml-2" type="info">申请中</el-tag>
|
|
|
|
<el-tag v-if="scope.row.list_status===1" class="ml-2" type="success">已预约</el-tag>
|
|
|
|
<el-tag v-if="scope.row.list_status===1" class="ml-2" type="success">已预约</el-tag>
|
|
|
|
|