zhangjie 2 달 전
부모
커밋
63294b1a06
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/modules/mark/components/markDetail/MarkDetailTask.vue

+ 2 - 2
src/modules/mark/components/markDetail/MarkDetailTask.vue

@@ -159,14 +159,14 @@
         <el-table-column
         <el-table-column
           class-name="action-column"
           class-name="action-column"
           label="操作"
           label="操作"
-          width="120"
+          width="80"
           fixed="right"
           fixed="right"
         >
         >
           <template slot-scope="scope">
           <template slot-scope="scope">
             <el-button
             <el-button
               v-if="checkPrivilege('link', 'MarkTaskReject')"
               v-if="checkPrivilege('link', 'MarkTaskReject')"
               class="btn-primary"
               class="btn-primary"
-              :disabled="scope.row.status !== 'MARKED' || scope.row.aiMark"
+              :disabled="scope.row.status !== 'MARKED' || scope.row.aiMarked"
               type="text"
               type="text"
               @click="toReject(scope.row)"
               @click="toReject(scope.row)"
               >打回</el-button
               >打回</el-button