Commit 131f7091 authored by lizhichao's avatar lizhichao

是否逾期

parent f3f2ce0a
......@@ -86,7 +86,7 @@
</el-table-column>
<el-table-column label="责任部门" align="center" prop="deptName" />
<el-table-column label="整改人" align="center" prop="rectificationName" />
<el-table-column label="是否期 " align="center" prop="state" >
<el-table-column label="是否期 " align="center" prop="state" >
<template slot-scope="scope">
<span v-if="scope.row.finishDay==0"></span>
<span style="color: red" v-if="scope.row.finishDay==1"></span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment