From a3d30e9bbb7f6210cb5ce47b372814c5a0d87dc8 Mon Sep 17 00:00:00 2001
From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com>
Date: 星期三, 08 十一月 2023 13:50:06 +0800
Subject: [PATCH] 添加优先级计算的结果赋值到PriorityName

---
 _Main/UI/MacroPlannerWebApp/Component_FormInterfaceTest/Component_PanelInterfaceOption5.def |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormInterfaceTest/Component_PanelInterfaceOption5.def b/_Main/UI/MacroPlannerWebApp/Component_FormInterfaceTest/Component_PanelInterfaceOption5.def
index 0eb21a4..543cdb8 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_FormInterfaceTest/Component_PanelInterfaceOption5.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormInterfaceTest/Component_PanelInterfaceOption5.def
@@ -15,6 +15,16 @@
         Taborder: 0
       ]
     }
+    Component CheckAnnualBudgetData
+    {
+      #keys: '[414702.1.400711162]'
+      BaseType: 'WebCheckbox'
+      Properties:
+      [
+        Label: 'AnnualBudgetData'
+        Taborder: 1
+      ]
+    }
   ]
   Properties:
   [

--
Gitblit v1.9.3