From 399b1733fce10c0afefe36167f499d9e1e31e7b3 Mon Sep 17 00:00:00 2001 From: admin <admin@admin.com> Date: 星期三, 21 八月 2024 20:18:52 +0800 Subject: [PATCH] BUG修复 --- _Main/UI/MacroPlannerWebApp/Component_FormShiftDayTime/Component_ListShiftDayTime.def | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormShiftDayTime/Component_ListShiftDayTime.def b/_Main/UI/MacroPlannerWebApp/Component_FormShiftDayTime/Component_ListShiftDayTime.def index 79e95fe..5788514 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_FormShiftDayTime/Component_ListShiftDayTime.def +++ b/_Main/UI/MacroPlannerWebApp/Component_FormShiftDayTime/Component_ListShiftDayTime.def @@ -11,10 +11,10 @@ BaseType: 'WebDataExtractor' Properties: [ - DataType: 'ShiftDay' - Source: 'ApplicationMacroPlanner.dhSelectedShiftDay' + DataType: 'MacroPlan' + Source: 'MacroPlan' Taborder: 0 - Transformation: 'ShiftDayTime' + Transformation: 'ShiftPattern.ShiftDayTime' ] } #child: listActionBarPageShiftDayTime -- Gitblit v1.9.3