xiaofei 1 year ago
parent
commit
831e9fc281
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/modules/mark/views/MarkManage.vue

+ 4 - 4
src/modules/mark/views/MarkManage.vue

@@ -31,14 +31,14 @@
       </el-form>
       <div class="part-box-action">
         <el-button
-          v-if="checkPrivilege('button', 'add')"
+          v-if="checkPrivilege('button', 'Export')"
           type="primary"
           @click="toExport"
         >
           导出评卷员工作量
         </el-button>
         <el-button
-          v-if="checkPrivilege('button', 'add')"
+          v-if="checkPrivilege('button', 'BatchFinish')"
           type="primary"
           :disabled="!multipleSelection.length"
           @click="toBatchFinish"
@@ -80,14 +80,14 @@
         >
           <template slot-scope="scope">
             <el-button
-              v-if="checkPrivilege('link', 'Submit')"
+              v-if="checkPrivilege('link', 'Detail')"
               class="btn-primary"
               type="text"
               @click="toDetail(scope.row)"
               >查看详情</el-button
             >
             <el-button
-              v-if="checkPrivilege('link', 'Submit')"
+              v-if="checkPrivilege('link', 'Finish')"
               class="btn-primary"
               type="text"
               @click="toSimpleFinish(scope.row)"