From 03f93088637930acbda3cd0b405114e0b00c13e4 Mon Sep 17 00:00:00 2001 From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com> Date: 星期一, 30 九月 2024 17:29:00 +0800 Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/VWED into dev --- _Main/UI/MacroPlannerWebApp/Component_FormOfflinePlan/Component_MatrixEditor951.def | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormOfflinePlan/Component_MatrixEditor951.def b/_Main/UI/MacroPlannerWebApp/Component_FormOfflinePlan/Component_MatrixEditor951.def index 463493b..8777a1d 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_FormOfflinePlan/Component_MatrixEditor951.def +++ b/_Main/UI/MacroPlannerWebApp/Component_FormOfflinePlan/Component_MatrixEditor951.def @@ -44,12 +44,10 @@ BaseType: 'WebDataExtractor' Properties: [ - DataType: 'OfflinePlanTable' - FilterArguments: 'entities:QLibMacroPlannerWebUI::ApplicationMacroPlanner.DataHolderCheckedEntities' - FixedFilter: 'object.Filter( entities )' - Source: 'dhOfflinePlanTable' + DataType: 'structured[OfflinePlanRow]' + Source: 'dhSelectedOfflinePlanRow' Taborder: 0 - Transformation: 'OfflinePlanRow' + Transformation: 'Elements' ] } ] @@ -73,6 +71,7 @@ Properties: [ DataType: 'OfflinePlanTable' + FixedFilter: 'object.IsShow()' Source: 'dhOfflinePlanTable' Taborder: 0 Transformation: 'OfflinePlanColumn' -- Gitblit v1.9.3