|
|
|
@ -272,7 +272,7 @@
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="隐患情况" align="center" prop="hiddenDangerDesc" />
|
|
|
|
|
<el-table-column label="排查时间" align="center" prop="checkTime" width="180">
|
|
|
|
|
<el-table-column label="排查时间" align="center" prop="checkTime" width="100">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<span>{{ parseTime(scope.row.checkTime, '{y}-{m}-{d}') }}</span>
|
|
|
|
|
</template>
|
|
|
|
@ -283,7 +283,7 @@
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="整改措施" align="center" prop="rectifyMeasure" />
|
|
|
|
|
<el-table-column label="要求整改时间" align="center" prop="rectifyTermTime" width="180">
|
|
|
|
|
<el-table-column label="要求整改时间" align="center" prop="rectifyTermTime" width="100">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<span>{{ parseTime(scope.row.rectifyTermTime, '{y}-{m}-{d}') }}</span>
|
|
|
|
|
</template>
|
|
|
|
@ -293,7 +293,7 @@
|
|
|
|
|
<dict-tag :options="dict.type.hidden_danger_status" :value="scope.row.status"/>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="整改时间" align="center" prop="rectifyTime" width="180">
|
|
|
|
|
<el-table-column label="整改时间" align="center" prop="rectifyTime" width="100">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<span>{{ parseTime(scope.row.rectifyTime, '{y}-{m}-{d}') }}</span>
|
|
|
|
|
</template>
|
|
|
|
|