|
|
|
|
@ -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") {
|
|
|
|
|
|