feat:接入动态表格1

main
@0Melon0 12 months ago
parent eb3466d654
commit f764197923

@ -120,7 +120,7 @@ export default {
textToColor, textToColor,
onGetPageData() { onGetPageData() {
let today = dayjs().format('YYYY-MM-DD'); let today = dayjs().format('YYYY-MM-DD');
// today = '2024-06-06'; today = '2024-06-06';
const QueryFiledDic = {}; const QueryFiledDic = {};
this.queryCondition.forEach(queryItem => { this.queryCondition.forEach(queryItem => {
if (queryItem['queryType'] == 'dateTime') { if (queryItem['queryType'] == 'dateTime') {

@ -128,7 +128,7 @@ export default {
textWaitToColor, textWaitToColor,
onGetPageData() { onGetPageData() {
let today = dayjs().format('YYYY-MM-DD'); let today = dayjs().format('YYYY-MM-DD');
// today = '2024-06-06'; today = '2024-06-06';
const QueryFiledDic = {}; const QueryFiledDic = {};
this.queryCondition.forEach(queryItem => { this.queryCondition.forEach(queryItem => {
if (queryItem['queryType'] == 'dateTime') { if (queryItem['queryType'] == 'dateTime') {

Loading…
Cancel
Save