mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
新增计费模板描述字段
This commit is contained in:
@@ -41,6 +41,11 @@ public class PileBillingTemplate extends BaseEntity {
|
||||
*/
|
||||
private String status;
|
||||
|
||||
/**
|
||||
* 计费模板备注
|
||||
*/
|
||||
private String templateRemark;
|
||||
|
||||
/**
|
||||
* 计费模板描述
|
||||
*/
|
||||
|
||||
@@ -16,7 +16,7 @@ public class MemberGroupStationVO {
|
||||
private String templateCode;
|
||||
|
||||
// 优惠计费模板备注
|
||||
private String remark;
|
||||
private String templateRemark;
|
||||
|
||||
// 优惠计费模板描述
|
||||
private String templateDesc;
|
||||
|
||||
@@ -233,6 +233,7 @@
|
||||
t1.id as stationId,
|
||||
t1.station_name as stationName,
|
||||
t2.template_code as templateCode,
|
||||
t2.template_remark as templateRemark,
|
||||
t2.template_desc as templateDesc
|
||||
FROM
|
||||
pile_station_info t1
|
||||
|
||||
@@ -80,7 +80,8 @@
|
||||
</el-col>
|
||||
<el-table :data="sitesList" stripe style="width: 100%" v-loading="loading">
|
||||
<el-table-column label="站点名称" align="center" prop="stationName" width="300" />
|
||||
<el-table-column label="描述" align="center" prop="remark" />
|
||||
<el-table-column label="备注" align="center" prop="templateRemark" />
|
||||
<el-table-column label="描述" align="center" prop="templateDesc" />
|
||||
<el-table-column label="操作" align="center" width="200">
|
||||
<template slot-scope="scope">
|
||||
<el-button size="mini" type="text" icon="el-icon-edit"
|
||||
|
||||
Reference in New Issue
Block a user