Browse Source

Merge branch '09/26smallFuction' into 11/24SAAS

mo 2 năm trước cách đây
mục cha
commit
e813418a29
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"