From 56307d180f03672264d1c5c3dc32ada8d44381cb Mon Sep 17 00:00:00 2001 From: "shengwen.chen" Date: Mon, 22 Sep 2025 14:59:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/scheduleList/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/scheduleList/index.vue b/src/views/scheduleList/index.vue index 78174ca..8c42c22 100644 --- a/src/views/scheduleList/index.vue +++ b/src/views/scheduleList/index.vue @@ -138,7 +138,7 @@ export default { textToColor, onGetPageData() { let today = dayjs().format('YYYY-MM-DD'); - today = '2024-06-06'; + // today = '2024-06-06'; const QueryFiledDic = {}; this.queryCondition.forEach(queryItem => { if (queryItem['queryType'] == 'dateTime') { @@ -247,7 +247,9 @@ export default { if (item['Key'] == "StayTime") { this.stayTime = Number(item['Value']) } + console.log(item['Key']); if (item['Key'] == "FooterText") { + this.FooterText = item['Value'] } if (item['Key'] == "ReflushTime") {