mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-08 20:10:16 +08:00
update 后管订单详情页面中 实时订单数据添加字段
This commit is contained in:
@@ -110,6 +110,7 @@
|
||||
<el-card class="cardStyle">
|
||||
<h3>实时订单数据</h3>
|
||||
<el-table style="width: 100%" :data="orderRealTimeInfo" border>
|
||||
<el-table-column prop="time" label="时间" align="center"/>
|
||||
<el-table-column prop="orderAmount" label="消费金额" align="center" width="280">
|
||||
<template slot-scope="scope">
|
||||
<span>¥{{
|
||||
|
||||
Reference in New Issue
Block a user