Browse Source

去除乐团主管巡查

1
mo 4 năm trước cách đây
mục cha
commit
93c80d7624
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/indexErrDataRecord/index.vue

+ 2 - 2
src/views/indexErrDataRecord/index.vue

@@ -36,14 +36,14 @@
         >
         <patrol v-if="activeKey === 'inspection'"  searchType='INSPECTION_ITEM_PLAN'/>
         </el-tab-pane>
-        <el-tab-pane
+        <!-- <el-tab-pane
           v-if="permission('/indexErrDataRecord/studentvisit')"
           lazy
           label="回访任务未完成"
           name="studentvisit"
         >
           <visitError v-if="activeKey === 'studentvisit'" searchType='STUDENT_VISIT'/>
-        </el-tab-pane>
+        </el-tab-pane> -->
         <el-tab-pane
           v-if="permission('/indexErrDataRecord/errattendance')"
           lazy