update 后管站点列表页面添加创建时间字段

This commit is contained in:
Lemon
2023-09-18 15:33:59 +08:00
parent d0ebe101a6
commit 2c964ef871
2 changed files with 2 additions and 0 deletions

View File

@@ -81,6 +81,7 @@ public class PileStationInfo extends BaseEntity {
/**
* 停车费率描述
*/
@Excel(name = "停车费率描述")
private String parkFeeDescribe;
/**

View File

@@ -208,6 +208,7 @@
</el-table-column>
<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="createTime" width="150px"/>
<!--<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
<template slot-scope="scope">