提交 ae651a15 authored 作者: chenweiping's avatar chenweiping

陈威平12-24

上级 38323350
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
<span v-if="scope.row.rectifyStatus != null && scope.row.rectifyStatus == '3'">已整改</span> <span v-if="scope.row.rectifyStatus != null && scope.row.rectifyStatus == '3'">已整改</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column width="100px" label="整改审批状态" align="center" prop="rectifyStatus" > <el-table-column width="100px" label="整改审批状态" align="center" prop="approveStatus" >
<template scope="scope"> <template scope="scope">
<span v-if="scope.row.approveStatus != null && scope.row.approveStatus == '3'">待审批</span> <span v-if="scope.row.approveStatus != null && scope.row.approveStatus == '3'">待审批</span>
<span v-if="scope.row.approveStatus != null && scope.row.approveStatus == '4'">已审批</span> <span v-if="scope.row.approveStatus != null && scope.row.approveStatus == '4'">已审批</span>
...@@ -228,7 +228,7 @@ ...@@ -228,7 +228,7 @@
>选择整改指标</el-button> >选择整改指标</el-button>
<el-button <el-button
v-if="scope.row.jobType == '1' && scope.row.checkUserName == null && scope.row.rectifyStatus == '3' && scope.row.approveStatus == '4'" v-if="scope.row.jobType == '1' && scope.row.checkUserName == null && scope.row.rectifyStatus == '3'"
size="mini" size="mini"
type="text" type="text"
icon="el-icon-edit" icon="el-icon-edit"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论