From b3987122cbbc46c5c59d3173f37fca3170b6dc5a Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期五, 17 一月 2025 08:17:32 +0800
Subject: [PATCH] 机加管线报表测试环境报错
---
_Main/UI/MacroPlannerWebApp/Component_FormCalendarUnavailableEvent/Component_PanelList.def | 14 ++++++++++++--
1 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormCalendarUnavailableEvent/Component_PanelList.def b/_Main/UI/MacroPlannerWebApp/Component_FormCalendarUnavailableEvent/Component_PanelList.def
index 3a1f26f..23f141e 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_FormCalendarUnavailableEvent/Component_PanelList.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormCalendarUnavailableEvent/Component_PanelList.def
@@ -6,14 +6,24 @@
Children:
[
#child: MatrixEditorTable
- Component dhTable
+ Component dhColumns
{
#keys: '[415136.0.672310139]'
BaseType: 'WebDataHolder'
- Databinding: 'LibCal_SubscriberEventTable'
+ Databinding: 'structured[LibCal_SubscriberEventColumn]*'
Properties:
[
Description: '琛�'
+ Taborder: 1
+ ]
+ }
+ Component dhRows
+ {
+ #keys: '[415136.0.922436014]'
+ BaseType: 'WebDataHolder'
+ Databinding: 'structured[LibCal_SubscriberEventRow]*'
+ Properties:
+ [
Taborder: 0
]
}
--
Gitblit v1.9.3