mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
订单主表新增虚拟金额和结算金额字段
This commit is contained in:
@@ -208,7 +208,9 @@
|
||||
<el-table-column label="终止soc" align="center" prop="endSoc" />
|
||||
<el-table-column label="开始充电时间" align="center" prop="chargeStartTime" width="180"/>
|
||||
<el-table-column label="结束充电时间" align="center" prop="chargeEndTime" width="180"/>
|
||||
<el-table-column label="订单总金额" align="center" prop="orderAmount" width="100px" fixed="right"/>
|
||||
<el-table-column label="总消费金额" align="center" prop="orderAmount" width="100px" fixed="right"/>
|
||||
<el-table-column label="虚拟金额" align="center" prop="orderAmount" width="100px" fixed="right"/>
|
||||
<el-table-column label="对账金额" align="center" prop="orderAmount" width="100px" fixed="right"/>
|
||||
<!--<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
||||
<template slot-scope="scope">
|
||||
<el-button
|
||||
|
||||
Reference in New Issue
Block a user