From 979fac481dc55ff7b426f368d9a968d1b87001ac Mon Sep 17 00:00:00 2001 From: limj <limj@taizhitech.com> Date: 星期一, 25 九月 2023 20:51:15 +0800 Subject: [PATCH] 优先级因子BUG修改 --- _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