소스 검색

fix(bugs): 修改带看员工的新增

tangning 3 년 전
부모
커밋
db6cfd2bf2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/scenes/live.vue

+ 1 - 1
src/views/scenes/live.vue

@@ -4,7 +4,7 @@
       <template #toolbar>
         <a-button
           type="primary"
-          v-show="!getCheckRole(['host', 'tourist'])"
+          v-show="!getCheckRole(['host', 'tourist', 'company_viewer'])"
           @click="handleAddLiveScene"
         >
           新增</a-button