From 945d04010ec5cfe2e70744cc3c26a70dbd2237f7 Mon Sep 17 00:00:00 2001 From: JiangYouYao <ak473600000> Date: Tue, 15 Mar 2022 10:45:35 +0800 Subject: [PATCH] fix:修复小程序预约报错 --- zq-erp/src/main/resources/templates/views/admin/hive/statistics/daily-list-new.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zq-erp/src/main/resources/templates/views/admin/hive/statistics/daily-list-new.html b/zq-erp/src/main/resources/templates/views/admin/hive/statistics/daily-list-new.html index 01cda5f..e1eed9a 100644 --- a/zq-erp/src/main/resources/templates/views/admin/hive/statistics/daily-list-new.html +++ b/zq-erp/src/main/resources/templates/views/admin/hive/statistics/daily-list-new.html @@ -168,7 +168,7 @@ achieveRulsList : [], shopList : [], achieveUsers : [], - years : [2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021], + years : [2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022], months : ["01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"], days : [], form : { -- Gitblit v1.9.1