mo 2 years ago
parent
commit
13e97ee5bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/studentManager/components/studentVisit.vue

+ 1 - 1
src/views/studentManager/components/studentVisit.vue

@@ -71,7 +71,7 @@
           >
         </el-form-item>
       </save-form>
-      <el-button type="primary" style="margin-bottom:20px" @click="visitVisible= true">新增回访</el-button>
+      <el-button type="primary"    v-if="permission('visit/add/studentVisit')" style="margin-bottom:20px" @click="visitVisible= true">新增回访</el-button>
       <div class="tableWrap">
         <el-table
           :data="tableList"