From a82b76b01eb98e11b9822cd3892e4d93b642bb0c Mon Sep 17 00:00:00 2001
From: admin <admin@admin.com>
Date: 星期二, 13 八月 2024 17:46:42 +0800
Subject: [PATCH] 重新定义需求对比视图
---
_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditThermalTrialRatio/Component_pnlRouting.def | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditThermalTrialRatio/Component_pnlRouting.def b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditThermalTrialRatio/Component_pnlRouting.def
index 844a6b8..733da60 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditThermalTrialRatio/Component_pnlRouting.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditThermalTrialRatio/Component_pnlRouting.def
@@ -5,21 +5,21 @@
BaseType: 'WebPanel'
Children:
[
- Component ddlRouting
+ Component ddlUnit
{
#keys: '[415136.0.756140276]'
BaseType: 'WebDropDownList'
- Databinding: 'Routing'
+ Databinding: 'Unit'
Children:
[
- Component DataExtractorRouting
+ Component DataExtractorUnit
{
#keys: '[415136.0.756140277]'
BaseType: 'WebDataExtractor'
Properties:
[
- DataType: 'structured[Routing]'
- Source: 'dhRoutingSelection'
+ DataType: 'structured[Unit]'
+ Source: 'dhUnitSelection'
Taborder: 0
Transformation: 'Elements'
]
@@ -28,18 +28,17 @@
Properties:
[
AllowEmpty: true
- DataBinding: 'dhDialogData.Data'
DisplayField: 'Name'
FixedSize: false
- Label: 'Routing'
+ Label: 'Unit'
Taborder: 1
]
}
- Component dhRoutingSelection
+ Component dhUnitSelection
{
#keys: '[415136.0.756140424]'
BaseType: 'WebDataHolder'
- Databinding: 'structured[Routing]*'
+ Databinding: 'structured[Unit]*'
Properties:
[
MergeStyle: 'Union'
@@ -49,6 +48,7 @@
]
Properties:
[
+ FixedSize: true
Taborder: 0
]
}
--
Gitblit v1.9.3