mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-08 12:00:11 +08:00
增加充电订单里面的结算时间
This commit is contained in:
@@ -566,7 +566,7 @@ export default {
|
||||
{
|
||||
...this.queryParams,
|
||||
},
|
||||
`station_${new Date().getTime()}.xlsx`
|
||||
`station_${new Date().getTime()}.xlsx`
|
||||
);
|
||||
},
|
||||
},
|
||||
|
||||
@@ -290,6 +290,7 @@ export default {
|
||||
tradeDate: null,
|
||||
tradeAmount: null,
|
||||
tradeFee: null,
|
||||
|
||||
},
|
||||
// 表单参数
|
||||
form: {},
|
||||
|
||||
Reference in New Issue
Block a user