From 1cb38dbdb58bc3966453ca43585140323e50d1b8 Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期三, 20 八月 2025 09:15:51 +0800
Subject: [PATCH] 1、二、三保工单增加批量打印及导出完工单和验收单功能 2、二保工单审批流程图展示增加滚动条 3、html导出成excel工具方法增加单元格换行展示以及自适应换行高度功能

---
 src/components/page/GlobalFooter.vue |   19 ++++++++++---------
 1 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/src/components/page/GlobalFooter.vue b/src/components/page/GlobalFooter.vue
index c2c99ac..dcdba6c 100644
--- a/src/components/page/GlobalFooter.vue
+++ b/src/components/page/GlobalFooter.vue
@@ -1,24 +1,25 @@
 <template>
   <div class="footer">
     <!--<div class="links">-->
-      <!--<a href="http://www.jeecg.com" target="_blank">JEECG 棣栭〉</a>-->
-      <!--<a href="https://github.com/zhangdaiscott/jeecg-boot" target="_blank">-->
-        <!--<a-icon type="github"/>-->
-      <!--</a>-->
-      <!--<a href="https://ant.design/">Ant Design</a>-->
-      <!--<a href="https://vuecomponent.github.io/ant-design-vue/docs/vue/introduce-cn/">Vue Antd</a>-->
+    <!--<a href="http://www.jeecg.com" target="_blank">JEECG 棣栭〉</a>-->
+    <!--<a href="https://github.com/zhangdaiscott/jeecg-boot" target="_blank">-->
+    <!--<a-icon type="github"/>-->
+    <!--</a>-->
+    <!--<a href="https://ant.design/">Ant Design</a>-->
+    <!--<a href="https://vuecomponent.github.io/ant-design-vue/docs/vue/introduce-cn/">Vue Antd</a>-->
     <!--</div>-->
-    <div class="copyright">
+    <div class="copyright"
+         :style="{background:$route.meta.title==='棣栭〉'?'#151548':'',color:$route.meta.title==='棣栭〉'?'#fff':''}">
       Copyright
       <a-icon type="copyright"/>
-      2019 <span>2015-2020 鐏电鏅鸿兘</span>
+      2024 <span>2015-2025 鐏电鏅鸿兘</span>
     </div>
   </div>
 </template>
 
 <script>
   export default {
-    name: "LayoutFooter"
+    name: 'LayoutFooter'
   }
 </script>
 

--
Gitblit v1.9.3