提交 72554ffe authored 作者: pengxiaohui's avatar pengxiaohui

会议时间是未来的已完成会议允许更新编辑

上级 d85550d9
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
</template> </template>
<template v-if="status === 2"> <template v-if="status === 2">
<el-button type="text" size="small" v-if="operatable && isFuture" @click="handleJoin">进入会议</el-button> <el-button type="text" size="small" v-if="operatable && isFuture" @click="handleJoin">进入会议</el-button>
<el-button type="text" size="small" v-if="operatable && isFuture" @click="handleUpdate">更新</el-button>
<el-button type="text" size="small" v-if="operatable" @click="handleRecord">下载回放</el-button> <el-button type="text" size="small" v-if="operatable" @click="handleRecord">下载回放</el-button>
<el-button type="text" size="small" @click="handleDetails">查看</el-button> <el-button type="text" size="small" @click="handleDetails">查看</el-button>
<el-button type="text" size="small" v-if="operatable" @click="handleDelete">删除</el-button> <el-button type="text" size="small" v-if="operatable" @click="handleDelete">删除</el-button>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论