소스 검색

申诉状态修改

wolyshaw 4 년 전
부모
커밋
29bbf03377
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/recodeManager/recodeList.vue

+ 1 - 1
src/views/recodeManager/recodeList.vue

@@ -242,7 +242,7 @@
           >
             <template slot-scope="scope" v-if="scope.row.jobNature === 'PART_TIME'">
               <el-button type="text" v-if="scope.row.complaintsStatus ==2 " @click="unappeal(scope.row)">撤销申诉</el-button>
-              <el-button v-else type="text" @click="appeal(scope.row)">申诉</el-button>
+              <el-button v-if="scope.row.complaintsStatus == '' || scope.row.complaintsStatus == 3" type="text" @click="appeal(scope.row)">申诉</el-button>
             </template>
           </el-table-column>
         </el-table>