From c02a3ebf5b4338710c4f9ae231d72cf591dfb97f Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期一, 02 十二月 2024 11:28:04 +0800
Subject: [PATCH] 1.修改 批量派发 没绑定工艺路线的单子,显示在最前面
---
src/store/modules/settings.js | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/store/modules/settings.js b/src/store/modules/settings.js
index bc708b8..717708c 100644
--- a/src/store/modules/settings.js
+++ b/src/store/modules/settings.js
@@ -9,7 +9,8 @@
headBackgroundColorValue,
menuIsHorizontal,
leftBackgroundColorValue,
- animationType
+ animationType,
+ isDot
} = defaultSettings
const state = {
@@ -17,6 +18,7 @@
leftBackgroundColorValue: leftBackgroundColorValue, // 宸﹁竟鑳屾櫙棰滆壊
headBackgroundColorValue: headBackgroundColorValue, // 澶撮儴鑳屾櫙棰滆壊
menuIsHorizontal: menuIsHorizontal, // 鑿滃崟鏄惁鏄í灞�
+ isDot: isDot,
theme: variables.theme,
showSettings: showSettings,
fixedHeader: fixedHeader,
--
Gitblit v1.9.3