From de982da373b3a8df0f1d6f28263fa591403e39d0 Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期三, 12 六月 2024 14:41:07 +0800
Subject: [PATCH] 日历不可用时间表修改

---
 _Main/UI/MacroPlannerWebApp/Views/Calendar_unavailable_event_view.vw |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/_Main/UI/MacroPlannerWebApp/Views/Calendar_unavailable_event_view.vw b/_Main/UI/MacroPlannerWebApp/Views/Calendar_unavailable_event_view.vw
index 6391363..4b625b8 100644
--- a/_Main/UI/MacroPlannerWebApp/Views/Calendar_unavailable_event_view.vw
+++ b/_Main/UI/MacroPlannerWebApp/Views/Calendar_unavailable_event_view.vw
@@ -51,6 +51,35 @@
           {
             sizeRatio: 1
           }
+          FormCalendarUnavailableEvent_ListCalendarEventTypes
+          {
+          }
+          FormCalendarUnavailableEvent_DataSetLevelCalendarEventTypes
+          {
+            groupDepth: -1
+            column_Name
+            {
+              columnId: 'Name'
+              dataPath: 'Name'
+              dataType: 'string'
+              index: 0
+              subtotals: ''
+              width: 150
+            }
+          }
+          FormCalendarUnavailableEvent_DataSetLevelChildEventType
+          {
+            groupDepth: -1
+            column_Name
+            {
+              columnId: 'Name'
+              dataPath: 'Name'
+              dataType: 'string'
+              index: 0
+              subtotals: ''
+              width: 150
+            }
+          }
           FormCalendarUnavailableEvent_PanelCalendarUnavailableEventSearchList
           {
             sizeRatio: 1

--
Gitblit v1.9.3