From 599a565adfdb4fb04ab6a8f17fcf0995e25d8810 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 15 二月 2023 15:25:30 +0800
Subject: [PATCH] 1.生产开报工新增计件方式2.班组、人员计件工资报表改变
---
src/settings.js | 21 ++++++++++++++++++++-
1 files changed, 20 insertions(+), 1 deletions(-)
diff --git a/src/settings.js b/src/settings.js
index 8f14f63..1b3876e 100644
--- a/src/settings.js
+++ b/src/settings.js
@@ -13,6 +13,25 @@
* @description Whether show the logo in sidebar
*/
sidebarLogo: false,
- tagsView: true // tagsView鏄鹃殣鎺у埗
+
+ /**
+ * @type {boolean} true | false
+ * @description Whether show the settings right-panel
+ */
+ showSettings: true,
+
+ /**
+ * @type {boolean} true | false
+ * @description Whether need tagsView
+ */
+ tagsView: true,
+
+ headBackgroundColorValue: false, // 澶撮儴鑳屾櫙棰滆壊
+
+ menuIsHorizontal: false, // 鑿滃崟鏄惁鏄í灞�
+
+ leftBackgroundColorValue: true, // 宸︿晶鏍忚儗鏅鑹�
+
+ animationType: 'fade-transform'// 鍔ㄧ敾绫诲瀷 鍒濆绫诲瀷:fade-transform
}
--
Gitblit v1.9.3