From 46ddfed5009f83c7238e11254154c03aa8260774 Mon Sep 17 00:00:00 2001
From: lihongji <3117313295@qq.com>
Date: 星期五, 27 九月 2024 10:15:11 +0800
Subject: [PATCH] 下线计划优化

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