From 7ba9073f61f44b41b941ab6ee732d02b47b988f4 Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期四, 30 五月 2024 18:11:41 +0800
Subject: [PATCH] 日历不可用事件界面完成

---
 _Main/UI/MacroPlannerWebApp/Component_FormCalendarUnavailableEvent/Component_MatrixEditorTable.def |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormCalendarUnavailableEvent/Component_MatrixEditorTable.def b/_Main/UI/MacroPlannerWebApp/Component_FormCalendarUnavailableEvent/Component_MatrixEditorTable.def
index fdee85e..8b3cfbe 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_FormCalendarUnavailableEvent/Component_MatrixEditorTable.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormCalendarUnavailableEvent/Component_MatrixEditorTable.def
@@ -91,6 +91,19 @@
     }
     #child: matrixEditorActionBarPageTable
     #child: matrixeditorContextMenuTable
+    Component UserConfigurableInformationTable
+    {
+      #keys: '[415136.0.720821389]'
+      BaseType: 'WebUserConfigurableInformation'
+      Properties:
+      [
+        Identifier: 'Cell:sec'
+        ObjectType: 'LibCal_SubscriberEventCell'
+        Precondition: 'object.LibCal_SubscriberEventColumn().Index() > 1'
+        Taborder: 5
+        Tooltip: "VALUE(guard( object.GetMatrixTooltip() , '' ))"
+      ]
+    }
   ]
   Properties:
   [

--
Gitblit v1.9.3