chenken 6 жил өмнө
parent
commit
dfa085ac08

+ 1 - 2
src/modules/oe/views/absent.vue

@@ -18,14 +18,13 @@
         >
       </el-col>
       <el-row>
-        <el-col>
+        <el-col v-show="currentPagePrivileges.ABSENT_EXPORT">
           <div class="block-seperator"></div>
           <span>批量操作:</span>
           <commonExportVue
             :form="form"
             :exportUrl="exportUrl"
             :exportFileName="exportFileName"
-            v-show="currentPagePrivileges.ABSENT_EXPORT"
           ></commonExportVue>
         </el-col>
       </el-row>

+ 2 - 5
src/modules/oe/views/awaitingAudit.vue

@@ -116,13 +116,10 @@
         </el-button>
       </el-col>
       <el-row>
-        <el-col>
+        <el-col v-show="currentPagePrivileges.PANEING_BATCHAUDIT">
           <div class="block-seperator"></div>
           <span>批量操作:</span>
-          <el-dropdown
-            class="button_left"
-            v-show="currentPagePrivileges.PANEING_BATCHAUDIT"
-          >
+          <el-dropdown class="button_left">
             <el-button size="small" type="primary">
               批量审核 <i class="el-icon-arrow-down el-icon--right"></i>
             </el-button>

+ 1 - 2
src/modules/oe/views/examDetail.vue

@@ -73,11 +73,10 @@
         </el-button>
       </el-col>
       <el-row>
-        <el-col>
+        <el-col v-show="currentPagePrivileges.EXAM_DETAIL_EXPORT">
           <div class="block-seperator"></div>
           <span>批量操作:</span>
           <commonExportVue
-            v-show="currentPagePrivileges.EXAM_DETAIL_EXPORT"
             :form="form"
             :exportUrl="exportUrl"
             :exportFileName="exportFileName"

+ 4 - 2
src/modules/oe/views/examScheduling.vue

@@ -77,11 +77,13 @@
         >
       </el-col>
       <el-row>
-        <el-col :span="24">
+        <el-col
+          :span="24"
+          v-show="currentPagePrivileges.EXAM_PARTICULARS_EXPORT"
+        >
           <div class="block-seperator"></div>
           <span>批量操作:</span>
           <commonExportVue
-            v-show="currentPagePrivileges.EXAM_PARTICULARS_EXPORT"
             :form="form"
             :exportUrl="exportUrl"
             :exportFileName="exportFileName"

+ 6 - 1
src/modules/oe/views/illegalityNameList.vue

@@ -39,8 +39,13 @@
           >
             重置
           </el-button>
+        </el-col>
+      </el-row>
+      <el-row>
+        <el-col v-show="currentPagePrivileges.BREACH_THE_PRINCIPLE_EXPORT">
+          <div class="block-seperator"></div>
+          <span>批量操作:</span>
           <commonExportVue
-            v-show="currentPagePrivileges.BREACH_THE_PRINCIPLE_EXPORT"
             :form="form"
             :exportUrl="exportUrl"
             :exportFileName="exportFileName"

+ 1 - 1
src/modules/oe/views/scoreStatistics.vue

@@ -33,7 +33,7 @@
       </el-row>
 
       <el-row>
-        <el-col :span="24">
+        <el-col :span="24" v-show="currentPagePrivileges.SCORE_STATICS_EXPORT">
           <div class="block-seperator"></div>
           <span>批量操作:</span>
           <el-button