From ffb76f7a9a094cd200367d23b6822f4c1f7c873c Mon Sep 17 00:00:00 2001 From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com> Date: 星期四, 17 十月 2024 19:19:09 +0800 Subject: [PATCH] 修复一些bug --- _Main/UI/MacroPlannerWebApp/Component_FormScheduleSummaryReport/Component_PanelScheduleSummary.def | 17 +++-------------- 1 files changed, 3 insertions(+), 14 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormScheduleSummaryReport/Component_PanelScheduleSummary.def b/_Main/UI/MacroPlannerWebApp/Component_FormScheduleSummaryReport/Component_PanelScheduleSummary.def index 69aad65..1065716 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_FormScheduleSummaryReport/Component_PanelScheduleSummary.def +++ b/_Main/UI/MacroPlannerWebApp/Component_FormScheduleSummaryReport/Component_PanelScheduleSummary.def @@ -5,16 +5,6 @@ BaseType: 'WebPanel' Children: [ - Component dhComparisonData - { - #keys: '[412672.1.94121859]' - BaseType: 'WebDataHolder' - Databinding: 'MP_Table' - Properties: - [ - Taborder: 1 - ] - } Component dhCheckedEntity { #keys: '[412672.1.94121860]' @@ -37,7 +27,7 @@ ] Properties: [ - Taborder: 5 + Taborder: 3 ] } Component dhFinelEntity @@ -47,10 +37,9 @@ Databinding: 'structured[Entity]*' Properties: [ - Taborder: 4 + Taborder: 2 ] } - #child: MatrixEditor_715 #child: MatrixEditor510 Component dhComparisonData854 { @@ -59,7 +48,7 @@ Databinding: 'LocalTable' Properties: [ - Taborder: 3 + Taborder: 1 ] } ] -- Gitblit v1.9.3