Commit 3a3e1d4a authored by wanghao's avatar wanghao

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

parent 3081d351
......@@ -68,7 +68,7 @@ public class TSupBalStopSup extends BaseEntity
/**
* 企业端上传时间
*/
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm")
@Excel(name = "上报时间", width = 30)
private String entRepTime;
......
......@@ -97,7 +97,7 @@
<el-table-column label="企业名称" align="center" prop="enterpriseName" :show-overflow-tooltip="true"/>
<el-table-column label="停气开始日期" align="center" prop="fStartDate" width="150">
<template slot-scope="scope">
<span>{{ parseTime(scope.row.fStartDate, '{y}-{m}-{d} {h}:{i}:{s}') }}</span>
<span>{{ parseTime(scope.row.fStartDate, '{y}-{m}-{d}') }}</span>
</template>
</el-table-column>
<el-table-column label="停气结束日期" align="center" prop="fEndDate" width="150">
......
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