From 462215553c754d26acde8edab81b4a73f774e21e Mon Sep 17 00:00:00 2001
From: renhao <renhui.hao@capgemini.com>
Date: 星期五, 13 十月 2023 11:20:48 +0800
Subject: [PATCH] Merge branch 'dev'
---
_Main/UI/MacroPlannerWebApp/Component_DialogEditPriorityFactorDetails/Component_pnlContent.def | 27 +++++++++++++++++++++++++--
1 files changed, 25 insertions(+), 2 deletions(-)
diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogEditPriorityFactorDetails/Component_pnlContent.def b/_Main/UI/MacroPlannerWebApp/Component_DialogEditPriorityFactorDetails/Component_pnlContent.def
index 1a52538..8f09095 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_DialogEditPriorityFactorDetails/Component_pnlContent.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_DialogEditPriorityFactorDetails/Component_pnlContent.def
@@ -36,6 +36,7 @@
DataBinding: 'DataHolderEditPriorityFactorDetails.Data.RangeMax'
Label: '鏈�澶у��'
Taborder: 4
+ Visible: false
]
}
Component RangeMin
@@ -46,7 +47,8 @@
[
DataBinding: 'DataHolderEditPriorityFactorDetails.Data.RangeMin'
Label: '鏈�灏忓��'
- Taborder: 5
+ ReadOnly: true
+ Taborder: 6
]
}
Component GradeDesc
@@ -59,7 +61,7 @@
FixedSize: false
Label: '鎻忚堪'
SizeRatio: 3
- Taborder: 6
+ Taborder: 8
]
}
Component PriorityFactorName
@@ -84,6 +86,27 @@
Taborder: 1
]
}
+ Component RangeMaxTest
+ {
+ #keys: '[414382.0.523235618]'
+ BaseType: 'WebLabel'
+ Properties:
+ [
+ Label: '鏈�澶у��'
+ Taborder: 5
+ Visible: false
+ ]
+ }
+ Component RangeMinText
+ {
+ #keys: '[414382.0.523361009]'
+ BaseType: 'WebLabel'
+ Properties:
+ [
+ Label: '鏈�灏忓��'
+ Taborder: 7
+ ]
+ }
]
Properties:
[
--
Gitblit v1.9.3