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/views/system/DepartList.vue | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/views/system/DepartList.vue b/src/views/system/DepartList.vue index fee36ce..cb39524 100644 --- a/src/views/system/DepartList.vue +++ b/src/views/system/DepartList.vue @@ -107,7 +107,7 @@ </div> </a-card> <!---- author:os_chengtgen -- date:20190827 -- for:鍒囨崲鐖跺瓙鍕鹃�夋ā寮� =======------> - <div class="drawer-bootom-button"> + <div class="drawer-bottom-button"> <a-dropdown :trigger="['click']" placement="topCenter" @@ -805,16 +805,12 @@ overflow-y: hidden; } -#app .desktop { - height: auto !important; -} - /** Button鎸夐挳闂磋窛 */ .ant-btn { margin-left: 3px; } -.drawer-bootom-button { +.drawer-bottom-button { /*position: absolute;*/ bottom: 0; width: 100%; -- Gitblit v1.9.3