Browse Source

回访展位图以及权限

1
mo 2 years ago
parent
commit
0622fcc34d
2 changed files with 5 additions and 3 deletions
  1. 1 1
      src/components/uploadImageList/index.vue
  2. 4 2
      src/views/reportForm/index.vue

+ 1 - 1
src/components/uploadImageList/index.vue

@@ -36,7 +36,7 @@
           /> -->
           /> -->
         </div>
         </div>
       </div>
       </div>
-      <empty v-else />
+      <!-- <empty v-else /> -->
     </div>
     </div>
   </div>
   </div>
 </template>
 </template>

+ 4 - 2
src/views/reportForm/index.vue

@@ -209,7 +209,9 @@
             $helpers.permission('export/exportMusicGroupCourseList') ||
             $helpers.permission('export/exportMusicGroupCourseList') ||
             $helpers.permission('export/EXPORT_INDEX_HISTORY_ERR_DATA') ||
             $helpers.permission('export/EXPORT_INDEX_HISTORY_ERR_DATA') ||
             $helpers.permission('export/EXPORT_STUDENT_SUBCOURSE') ||
             $helpers.permission('export/EXPORT_STUDENT_SUBCOURSE') ||
-            $helpers.permission('export/EXPORT_TRAINING_STATISTICS')
+            $helpers.permission('export/EXPORT_TRAINING_STATISTICS') || 
+             $helpers.permission('export/EXPORT_OPERATING_VISIT_STATISTICS')
+            
           "
           "
         >
         >
           <template slot="title">
           <template slot="title">
@@ -709,7 +711,7 @@
             />
             />
           </div>
           </div>
           <!-- 回访统计导出 -->
           <!-- 回访统计导出 -->
-          <div class="m-wrap" v-permission="'export/teacherSalary'">
+          <div class="m-wrap" v-permission="'export/EXPORT_OPERATING_VISIT_STATISTICS'">
             <div class="title">回访统计导出:</div>
             <div class="title">回访统计导出:</div>
             <el-date-picker
             <el-date-picker
               v-model="visitmouth"
               v-model="visitmouth"