Explorar el Código

招聘管理审

cornyuan hace 7 meses
padre
commit
fbda43ae5f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/recruit/recruitList.vue

+ 2 - 2
src/views/recruit/recruitList.vue

@@ -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;"