Commit 3081d351 authored by wanghao's avatar wanghao

1 老旧官网改造-供需平衡-第三方施工-重要风险点管控 界面优化。

parent 09f2f375
......@@ -102,7 +102,7 @@
</el-table-column>
<el-table-column label="停气结束日期" align="center" prop="fEndDate" width="150">
<template slot-scope="scope">
<span>{{ parseTime(scope.row.fEndDate, '{y}-{m}-{d} {h}:{i}:{s}') }}</span>
<span>{{ parseTime(scope.row.fEndDate, '{y}-{m}-{d}') }}</span>
</template>
</el-table-column>
<el-table-column label="停气类型" align="center" prop="fStopType" :formatter="fStopTypeFormat" />
......@@ -110,7 +110,7 @@
<el-table-column label="停气进度" align="center" prop="fStopProgress" :formatter="fStopProgressFormat" />
<el-table-column label="恢复供气时间" align="center" prop="fRecoveryGasTime" width="180">
<template slot-scope="scope">
<span v-if="scope.row.fRecoveryGasTime">{{ parseTime(scope.row.fRecoveryGasTime, '{y}-{m}-{d} {h}:{i}:{s}') }}</span>
<span v-if="scope.row.fRecoveryGasTime">{{ parseTime(scope.row.fRecoveryGasTime, '{y}-{m}-{d}') }}</span>
<span v-else>-</span>
</template>
</el-table-column>
......
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