|
@@ -3,7 +3,7 @@
|
|
|
<!--顶部-->
|
|
|
<div class="live-top">
|
|
|
<div class="live-title">
|
|
|
- <div
|
|
|
+ <div
|
|
|
class="live-title-name nowrap-ellipsis"
|
|
|
:title="`${roomInfo.course_name} - ${roomInfo.cs_item_name} - ${roomInfo.task_name}`"
|
|
|
>
|
|
@@ -22,14 +22,14 @@
|
|
|
<el-button @click="setDevice(true)">
|
|
|
{{ $t('Key398') }}
|
|
|
</el-button>
|
|
|
- <el-button @click="getAllDocument">获取文档列表</el-button>
|
|
|
+ <!-- <el-button @click="getAllDocument">获取文档列表</el-button>
|
|
|
<el-button @click="docChange">切换文档</el-button>
|
|
|
<el-button @click="docChangeBoard('addBoard')">切换白板</el-button>
|
|
|
<el-button @click="docChangeBoard('pre')">上一页</el-button>
|
|
|
<el-button @click="docChangeBoard('next')">下一页</el-button>
|
|
|
<el-upload action="no" :http-request="upload" :show-file-list="false">
|
|
|
<el-button><svg-icon icon-class="upload" /> {{ $t('Key152') }}</el-button>
|
|
|
- </el-upload>
|
|
|
+ </el-upload> -->
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|