From b431995d0cdfde5047ee028ddba76150d93120a2 Mon Sep 17 00:00:00 2001
From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com>
Date: 星期四, 17 十月 2024 00:45:39 +0800
Subject: [PATCH] 修复一些bug

---
 _Main/UI/MacroPlannerWebApp/Component_FormAnnualPlanReport/Component_pExport.def |   12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)

diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormAnnualPlanReport/Component_pExport.def b/_Main/UI/MacroPlannerWebApp/Component_FormAnnualPlanReport/Component_pExport.def
index 35cd231..40d7bc0 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_FormAnnualPlanReport/Component_pExport.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormAnnualPlanReport/Component_pExport.def
@@ -29,7 +29,7 @@
           Properties:
           [
             DataType: 'RecycleBin'
-            FixedFilter: 'object.Name() = MP_Cell_ScheduleSummary::GetTableName()'
+            FixedFilter: 'object.Name() = MP_Cell_AnnualPlanReport::GetTableName()'
             Source: 'RecycleBin'
             Taborder: 0
             Transformation: 'ExportXMLManager'
@@ -39,16 +39,6 @@
       Properties:
       [
         Taborder: 1
-      ]
-    }
-    Component bDownload id:bDownload_520
-    {
-      #keys: '[412672.1.111158091]'
-      BaseType: 'WebButton'
-      Properties:
-      [
-        Image: 'DOWNLOAD'
-        Taborder: 2
       ]
     }
   ]

--
Gitblit v1.9.3