浏览代码

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