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

chenweiping03-06

上级 3e65f3ef
...@@ -151,17 +151,22 @@ ...@@ -151,17 +151,22 @@
</el-table-column> </el-table-column>
<el-table-column label="整改状态" align="center" prop="rectifyStatus" > <el-table-column label="整改状态" align="center" prop="rectifyStatus" >
<template scope="scope"> <template scope="scope">
<!-- <span v-if="scope.row.rectifyStatus == null">没有进行整改</span>--> <!-- <span v-if="scope.row.rectifyStatus == null">没有进行整改</span>
<span v-if="scope.row.rectifyStatus != null && (scope.row.rectifyStatus == '1' || scope.row.rectifyStatus == '2')">整改中</span> <span v-if="scope.row.rectifyStatus != null && (scope.row.rectifyStatus == '1' || scope.row.rectifyStatus == '2')">整改中</span>
<span v-if="scope.row.rectifyStatus != null && scope.row.rectifyStatus == '3'">已整改</span> <span v-if="scope.row.rectifyStatus != null && scope.row.rectifyStatus == '3'">已整改</span>-->
<span v-if="scope.row.rectifyStatus != null && scope.row.rectifyStatus == '1' ">待下达</span>
<span v-if="scope.row.rectifyStatus != null && scope.row.rectifyStatus == '2'">整改中</span>
<span v-if="scope.row.rectifyStatus != null && scope.row.rectifyStatus == '3'">待审批</span>
<span v-if="scope.row.rectifyStatus != null && scope.row.rectifyStatus == '4'">已完成</span>
</template> </template>
</el-table-column> </el-table-column>
<!--
<el-table-column width="100px" label="整改审批状态" align="center" prop="approveStatus" > <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>
</template> </template>
</el-table-column> </el-table-column>-->
<el-table-column width="100px" label="是否已复查" align="center" > <el-table-column width="100px" label="是否已复查" align="center" >
<template scope="scope"> <template scope="scope">
<div v-if="scope.row.jobType == '1'"> <div v-if="scope.row.jobType == '1'">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论