From 1ba69c3cf5c9e88d36db217bcc84ec8cda5d29b7 Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期三, 27 十一月 2024 12:10:01 +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