From 1a5a8be205641f5f79dd809f6c7e59fc84d76243 Mon Sep 17 00:00:00 2001 From: yunchai <yunying.chai@capgemini.com> Date: 星期日, 08 十月 2023 09:11:26 +0800 Subject: [PATCH] Merge remote-tracking branch 'refs/remotes/origin/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