From 56e177a01ebbaba93ec77e704bc15222332dece5 Mon Sep 17 00:00:00 2001 From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com> Date: 星期三, 27 十一月 2024 17:14:29 +0800 Subject: [PATCH] 添加单班次计划配置,修复一些bug --- _Main/UI/MacroPlannerWebApp/Component_DialogCreateEditForecast/Component_PanelCurve.def | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditForecast/Component_PanelCurve.def b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditForecast/Component_PanelCurve.def index 48a8a79..299ec48 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditForecast/Component_PanelCurve.def +++ b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditForecast/Component_PanelCurve.def @@ -11,6 +11,7 @@ BaseType: 'WebDropDownStringList' Properties: [ + AllowEmpty: true Label: 'Curve' Taborder: 0 ] -- Gitblit v1.9.3