浏览代码

录音列表播放权限

newStyle
douzhuo 2 年前
父节点
当前提交
1a4e4da4ba
共有 1 个文件被更改,包括 6 次插入4 次删除
  1. +6
    -4
      src/views/File/index.vue

+ 6
- 4
src/views/File/index.vue 查看文件

@@ -62,11 +62,13 @@
@current-change="handleCurrentChange"
>
<template slot-scope="{ row }" slot="menu">
<i
<template v-if="permissions['file_index_start']">
<i
class="el-icon-video-play"
@click="openPlayer(row)"
style="font-size: 20px; cursor: pointer"
></i>
</template>
</template>
</avue-crud>
</div>
@@ -153,9 +155,9 @@ export default {
created() {
// 获取显隐的列表
this.setTableOption();
this.file_index_upload = this.permissions["file_index_upload"];
this.file_index_edit = this.permissions["file_index_edit"];
this.file_index_start = this.permissions["file_index_start"];
// this.file_index_upload = this.permissions["file_index_upload"];
// this.file_index_edit = this.permissions["file_index_edit"];
// this.file_index_start = this.permissions["file_index_start"];
},
mounted() {
this.audio = {};


正在加载...
取消
保存