|
@@ -59,9 +59,9 @@
|
|
<el-table-column label="创建日期" prop="createTime" min-width="180" />
|
|
<el-table-column label="创建日期" prop="createTime" min-width="180" />
|
|
<el-table-column label="操作" width="300" fixed="right">
|
|
<el-table-column label="操作" width="300" fixed="right">
|
|
<template scope="scope">
|
|
<template scope="scope">
|
|
- <el-button size="small" type="primary" @click="handleEdit(scope.row)">编辑</el-button>
|
|
|
|
|
|
+ <el-button v-show="scope.row.reservationStatus===1||scope.row.reservationStatus===3" size="small" type="primary" @click="handleEdit(scope.row)">编辑</el-button>
|
|
<el-button size="small" type="primary" @click="handleDetail(scope.row)">查看</el-button>
|
|
<el-button size="small" type="primary" @click="handleDetail(scope.row)">查看</el-button>
|
|
- <el-dropdown size="small" type="primary" style="margin-left: 10px">
|
|
|
|
|
|
+ <el-dropdown v-show="scope.row.reservationStatus===1||scope.row.reservationStatus===3" size="small" type="primary" style="margin-left: 10px">
|
|
<el-button size="small" type="primary">
|
|
<el-button size="small" type="primary">
|
|
更多菜单<i class="el-icon-arrow-down el-icon--right" />
|
|
更多菜单<i class="el-icon-arrow-down el-icon--right" />
|
|
</el-button>
|
|
</el-button>
|