考勤状态修改
This commit is contained in:
parent
d7bec1d23f
commit
f540a39788
|
|
@ -62,9 +62,10 @@
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="审批状态" align="center" prop="reviewerStatus">
|
<el-table-column label="审批状态" align="center" prop="reviewerStatus">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<div v-if="scope.row.reviewerStatus==0">待审核</div>
|
<div v-if="scope.row.reviewerStatus==0">待部门负责人审核</div>
|
||||||
<div v-if="scope.row.reviewerStatus==1">已审核</div>
|
<div v-if="scope.row.reviewerStatus==1">已通过</div>
|
||||||
<div v-if="scope.row.reviewerStatus==2">已拒绝</div>
|
<div v-if="scope.row.reviewerStatus==2">已拒绝</div>
|
||||||
|
<div v-if="scope.row.reviewerStatus==3">待人资专员审核</div>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="姓名" align="center" prop="userName"/>
|
<el-table-column label="姓名" align="center" prop="userName"/>
|
||||||
|
|
|
||||||
|
|
@ -62,9 +62,10 @@
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="审批状态" align="center" prop="reviewerStatus">
|
<el-table-column label="审批状态" align="center" prop="reviewerStatus">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<div v-if="scope.row.reviewerStatus==0">待审核</div>
|
<div v-if="scope.row.reviewerStatus==0">待部门负责人审核</div>
|
||||||
<div v-if="scope.row.reviewerStatus==1">已审核</div>
|
<div v-if="scope.row.reviewerStatus==1">已通过</div>
|
||||||
<div v-if="scope.row.reviewerStatus==2">已拒绝</div>
|
<div v-if="scope.row.reviewerStatus==2">已拒绝</div>
|
||||||
|
<div v-if="scope.row.reviewerStatus==3">待人资专员审核</div>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="姓名" align="center" prop="userName"/>
|
<el-table-column label="姓名" align="center" prop="userName"/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue