From 331f46d96ef1e2140042d3c2f7938fe0d9635c27 Mon Sep 17 00:00:00 2001
From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com>
Date: 星期一, 11 十一月 2024 23:26:08 +0800
Subject: [PATCH] 修复一些bug,调整页面布局

---
 _Main/UI/MacroPlannerWebApp/Component_FormScheduleSummaryReport/Component_MatrixEditor510.def |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormScheduleSummaryReport/Component_MatrixEditor510.def b/_Main/UI/MacroPlannerWebApp/Component_FormScheduleSummaryReport/Component_MatrixEditor510.def
index 13fc229..b6ad37c 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_FormScheduleSummaryReport/Component_MatrixEditor510.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormScheduleSummaryReport/Component_MatrixEditor510.def
@@ -18,7 +18,7 @@
           Properties:
           [
             DataType: 'LocalTable'
-            Source: 'dhTable'
+            Source: 'dhScheduleSummaryTable'
             Taborder: 0
             Transformation: 'LocalRow.LocalCell.astype(LocalCell_ScheduleSummary)'
           ]
@@ -47,7 +47,7 @@
             DataType: 'LocalTable'
             FilterArguments: 'checkedEntitys:QMacroPlanner::FormScheduleSummaryReport.dhFinelEntitys'
             FixedFilter: 'exists( checkedEntitys,Elements,entity,entity.DisplayName() = object.Name() )'
-            Source: 'dhTable'
+            Source: 'dhScheduleSummaryTable'
             Taborder: 0
             Transformation: 'LocalRow'
           ]
@@ -75,7 +75,7 @@
             DataType: 'LocalTable'
             FilterArguments: 'startDate:QMacroPlanner::FormScheduleSummaryReport.dhStartDate;endDate:QMacroPlanner::FormScheduleSummaryReport.dhEndDate'
             FixedFilter: 'not object.IsAttrbuteColumn() and startDate <= object.Date() and endDate > object.Date() '
-            Source: 'dhTable'
+            Source: 'dhScheduleSummaryTable'
             Taborder: 0
             Transformation: 'LocalColumn'
           ]

--
Gitblit v1.9.3