From f65b7b9466b2d6606aaf81045818a408250b59b0 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期一, 06 五月 2024 17:29:23 +0800
Subject: [PATCH] 完成班次管理前端页面

---
 src/components/tool/excel.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/tool/excel.vue b/src/components/tool/excel.vue
index fd1cfca..eeb1f26 100644
--- a/src/components/tool/excel.vue
+++ b/src/components/tool/excel.vue
@@ -90,8 +90,8 @@
 					frozenMode: false, // '鍐荤粨鏂瑰紡'
 					currencyFormat: false, //璐у竵鏍煎紡
 					percentageFormat: false, //鐧惧垎姣旀牸寮�
-					numberDecrease: false, // '鍑忓皯灏忔暟浣嶆暟'
-					numberIncrease: false, // '澧炲姞灏忔暟浣嶆暟
+					numberDecrease: true, // '鍑忓皯灏忔暟浣嶆暟'
+					numberIncrease: true, // '澧炲姞灏忔暟浣嶆暟
 					moreFormats: false, // '鏇村鏍煎紡'
 					strikethrough: false, // '鍒犻櫎绾� (Alt+Shift+5)'
 					underline: false, // '涓嬪垝绾� (Alt+Shift+6)'

--
Gitblit v1.9.3