瀏覽代碼

修复申诉状态

wolyshaw 4 年之前
父節點
當前提交
7e97ece6c6
共有 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-if="scope.row.complaintsStatus == '' || scope.row.complaintsStatus == 3" type="text" @click="appeal(scope.row)">申诉</el-button>
+              <el-button v-if="scope.row.complaintsStatus == null || scope.row.complaintsStatus == 3" type="text" @click="appeal(scope.row)">申诉</el-button>
             </template>
           </el-table-column>
         </el-table>