From cc17c847442b07f7cc1765dca678cd45b199a995 Mon Sep 17 00:00:00 2001
From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com>
Date: 星期三, 23 十月 2024 15:53:28 +0800
Subject: [PATCH] 修复一些bug

---
 _Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Component_PanelRibbon504.def |   67 ++-------------------------------
 1 files changed, 4 insertions(+), 63 deletions(-)

diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Component_PanelRibbon504.def b/_Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Component_PanelRibbon504.def
index 5b49ff3..9b59356 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Component_PanelRibbon504.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanComparison/Component_PanelRibbon504.def
@@ -5,44 +5,6 @@
   BaseType: 'WebPanel'
   Children:
   [
-    Component ddlOfflinePlanTable
-    {
-      #keys: '[412672.1.64850982]'
-      BaseType: 'WebDropDownList'
-      Databinding: 'OfflinePlanTableInfo'
-      Children:
-      [
-        Component DataExtractorRibbon
-        {
-          #keys: '[412672.1.64850983]'
-          BaseType: 'WebDataExtractor'
-          Properties:
-          [
-            DataType: 'RecycleBin'
-            Source: 'RecycleBin'
-            Taborder: 0
-            Transformation: 'OfflinePlanTableInfo'
-          ]
-        }
-      ]
-      Properties:
-      [
-        DisplayField: 'TableName'
-        Label: '涓嬬嚎璁″垝:'
-        NumberOfColumns: 50
-        Taborder: 0
-      ]
-    }
-    Component bComparison
-    {
-      #keys: '[412672.1.64851009]'
-      BaseType: 'WebButton'
-      Properties:
-      [
-        Label: '寮�濮嬪姣�'
-        Taborder: 1
-      ]
-    }
     Component LabelRibbon
     {
       #keys: '[412672.1.66018113]'
@@ -51,16 +13,6 @@
       [
         DataBinding: 'ddlOfflinePlanTable.Data.TableName'
         NumberOfColumns: 50
-        Taborder: 6
-      ]
-    }
-    Component bExport id:bExport_298
-    {
-      #keys: '[414996.1.108480376]'
-      BaseType: 'WebButton'
-      Properties:
-      [
-        Image: 'EXPORT1'
         Taborder: 4
       ]
     }
@@ -87,19 +39,7 @@
       ]
       Properties:
       [
-        Taborder: 5
-      ]
-    }
-    Component rbgTimeUnit
-    {
-      #keys: '[414996.1.147730565]'
-      BaseType: 'WebRadioButtonGroup'
-      Properties:
-      [
-        BoundValue: 'Day'
-        ButtonLabels: 'Day;Week;Month'
-        ButtonValues: 'Day;Week;Month'
-        Taborder: 2
+        Taborder: 3
       ]
     }
     Component dhTimeUnit
@@ -109,14 +49,15 @@
       Databinding: 'String*'
       Properties:
       [
-        Taborder: 3
+        Taborder: 2
       ]
     }
+    #child: PanelRibbon510
+    #child: PanelRibbon763
   ]
   Properties:
   [
     FixedSize: true
-    Orientation: 'horizontal'
     Taborder: 0
   ]
 }

--
Gitblit v1.9.3