增加充电订单里面的结算时间

This commit is contained in:
BOOL\25024
2023-07-25 15:00:32 +08:00
parent 5bd6963742
commit edc81b113b
4 changed files with 27 additions and 1 deletions

View File

@@ -566,7 +566,7 @@ export default {
{
...this.queryParams,
},
`station_${new Date().getTime()}.xlsx`
`station_${new Date().getTime()}.xlsx`
);
},
},

View File

@@ -290,6 +290,7 @@ export default {
tradeDate: null,
tradeAmount: null,
tradeFee: null,
},
// 表单参数
form: {},