Explorar el Código

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

tangning hace 3 años
padre
commit
db6cfd2bf2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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