소스 검색

录音列表播放权限

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 = {};


불러오는 중...
취소
저장