From 7e778ef1beff527e71cc2db99c914ce2330f1edd Mon Sep 17 00:00:00 2001 From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com> Date: 星期四, 14 十一月 2024 11:44:12 +0800 Subject: [PATCH] 删除一些不必要的代码,添加发布存档数据功能(全年计划报表和计划汇总报表) --- _Main/UI/MacroPlannerWebApp/Component_FormAnnualPlanReport/Component_pRibbonUp.def | 17 +++-------------- 1 files changed, 3 insertions(+), 14 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormAnnualPlanReport/Component_pRibbonUp.def b/_Main/UI/MacroPlannerWebApp/Component_FormAnnualPlanReport/Component_pRibbonUp.def index a6fd06a..c4a5e86 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_FormAnnualPlanReport/Component_pRibbonUp.def +++ b/_Main/UI/MacroPlannerWebApp/Component_FormAnnualPlanReport/Component_pRibbonUp.def @@ -5,17 +5,6 @@ BaseType: 'WebPanel' Children: [ - Component bCreateBaseData - { - #keys: '[414996.1.230731110]' - BaseType: 'WebButton' - Properties: - [ - Image: 'C_CLAMP' - Label: 'Create base data' - Taborder: 0 - ] - } Component bCreateFullTable { #keys: '[414996.1.230731111]' @@ -24,7 +13,7 @@ [ Image: 'C_CLAMP' Label: 'Create full table' - Taborder: 1 + Taborder: 0 ] } Component rbgTimeUnit @@ -37,7 +26,7 @@ ButtonLabels: 'Day;Week;Month' ButtonValues: 'Day;Week;Month' Orientation: 'horizontal' - Taborder: 2 + Taborder: 1 ] } Component dhTimeUnit @@ -47,7 +36,7 @@ Databinding: 'String*' Properties: [ - Taborder: 3 + Taborder: 2 ] } ] -- Gitblit v1.9.3