lex-xin 4 anni fa
parent
commit
8879833480

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-0a7f29ae.2f5cc0c1.js


+ 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>

Some files were not shown because too many files changed in this diff