|
|
@@ -164,7 +164,7 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="status" label="状态" fixed="right">
|
|
|
<template slot-scope="scope">
|
|
|
- <span style="color: #999;" v-if="scope.row.status==1">已审核</span>
|
|
|
+ <span style="color: #999;" v-if="scope.row.status==1">待审核</span>
|
|
|
<span style="color: #ff4949;" v-else-if="scope.row.status==3">审核拒绝</span>
|
|
|
<span style="color: #999;" v-else-if="scope.row.status==4">已取消</span>
|
|
|
<el-switch v-else v-model="scope.row.status"
|
|
|
@@ -179,7 +179,7 @@
|
|
|
<el-button size="mini" type="primary" :disabled="!isAuth('recruitListS:update')"
|
|
|
@click="addNotice(scope.row)">修改</el-button>
|
|
|
<el-button size="mini" type="primary" :disabled="!isAuth('recruitListS:update')"
|
|
|
- @click="shenhe(scope.row)" style="margin: 3px;" v-if="scope.row.status==0">审核
|
|
|
+ @click="shenhe(scope.row)" style="margin: 3px;" v-if="scope.row.status==1">审核
|
|
|
</el-button>
|
|
|
<el-button size="mini" type="warning" :disabled="!isAuth('recruitListS:update')"
|
|
|
@click="quxiaoBanner(scope.row)" style="margin: 3px;"
|