| | |
| | | <el-button v-if="row.meetingStatus == '1'" type="text" |
| | | @click="$refs.operaBookingsWindow.open('编辑会议预约', row)" |
| | | v-permissions="['business:bookings:update']">编辑</el-button> |
| | | <el-button type="text" v-if="row.meetingStatus == '1'" @click="handleStart(row)">开始</el-button> |
| | | <el-button type="text" v-if="row.meetingStatus == '1' || row.meetingStatus == '4'" @click="handleStart(row)">开始</el-button> |
| | | <el-button type="text" v-if="row.meetingStatus == '2'" @click="handleEnd(row)">结束</el-button> |
| | | <el-button v-if="row.meetingStatus == '1'" type="text" @click="cancelMeeting(row.id)" |
| | | <el-button v-if="row.meetingStatus == '1' || row.meetingStatus == '4'" type="text" @click="cancelMeeting(row.id)" |
| | | v-permissions="['business:bookings:update']">撤回</el-button> |
| | | </template> |
| | | <!-- <el-button v-else type="text" @click="deleteById(row)" v-permissions="['business:bookings:delete']">删除</el-button> --> |