|
@@ -242,7 +242,7 @@
|
|
>
|
|
>
|
|
<template slot-scope="scope" v-if="scope.row.jobNature === 'PART_TIME'">
|
|
<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 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>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table>
|
|
</el-table>
|