From 1b0f461e0db93c3f504b8be975a5b7ffddbcc584 Mon Sep 17 00:00:00 2001
From: Tianma21 <Administrator@TOTDQAE01.tianmame.cn>
Date: 星期日, 08 十月 2023 13:47:22 +0800
Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/TIANMA_JITUAN into 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