mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-16 13:19:57 +08:00
update 后管站点列表页面添加创建时间字段
This commit is contained in:
@@ -81,6 +81,7 @@ public class PileStationInfo extends BaseEntity {
|
|||||||
/**
|
/**
|
||||||
* 停车费率描述
|
* 停车费率描述
|
||||||
*/
|
*/
|
||||||
|
@Excel(name = "停车费率描述")
|
||||||
private String parkFeeDescribe;
|
private String parkFeeDescribe;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -208,6 +208,7 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="管理员" align="center" prop="stationAdminName" :formatter="stationAdminNameFormat"/>
|
<el-table-column label="管理员" align="center" prop="stationAdminName" :formatter="stationAdminNameFormat"/>
|
||||||
<el-table-column label="站点电话" align="center" prop="stationTel" :formatter="stationTelFormat"/>
|
<el-table-column label="站点电话" align="center" prop="stationTel" :formatter="stationTelFormat"/>
|
||||||
|
<el-table-column label="创建时间" align="center" prop="createTime" width="150px"/>
|
||||||
|
|
||||||
<!--<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
<!--<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
|
|||||||
Reference in New Issue
Block a user