|
@ -163,6 +163,7 @@ |
|
|
url: "https://parking.houzhisoft.com/json.php?id=1", |
|
|
url: "https://parking.houzhisoft.com/json.php?id=1", |
|
|
type: "GET", |
|
|
type: "GET", |
|
|
success(result) { |
|
|
success(result) { |
|
|
|
|
|
renderBillingDom([]) |
|
|
const currentDate = moment(); |
|
|
const currentDate = moment(); |
|
|
const nearlyWeekS = moment().subtract(7, 'days'); |
|
|
const nearlyWeekS = moment().subtract(7, 'days'); |
|
|
const nearlyMonthS = moment().subtract(1, 'months'); |
|
|
const nearlyMonthS = moment().subtract(1, 'months'); |
|
|