From 880f3c0257eeb8c37761d484258fdd102a369a19 Mon Sep 17 00:00:00 2001
From: 陈清红 <420599804@qq.com>
Date: 星期一, 14 四月 2025 16:46:36 +0800
Subject: [PATCH] BUG&优化项

---
 _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