lex 1 gadu atpakaļ
vecāks
revīzija
91e5022d4e

+ 1 - 1
src/views/studentManager/studentGroupPractice.vue

@@ -66,7 +66,7 @@
         type="primary"
         style="margin-bottom: 20px;margin-left: 12px;"
         @click="exportList"
-        v-permission="'export/now5243'"
+        v-permission="'export/now'"
         >导出</el-button
       >
 

+ 2 - 2
src/views/withdrawal-application/index.vue

@@ -606,10 +606,10 @@ export default {
         row.status == "DENIED" ||
         row.status == "CANCELED" ||
         (row.status == "PROCESSING" &&
-          isManage == "manage" &&
+          this.isManage == "manage" &&
           row.currentApproveRole == "2") ||
         (row.status == "PROCESSING" &&
-          isManage == "staff" &&
+          this.isManage == "staff" &&
           row.currentApproveRole == "1")
       ) {
         return 0;