Pārlūkot izejas kodu

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

tangning 3 gadi atpakaļ
vecāks
revīzija
db6cfd2bf2
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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