From 55bf797dcc730b37bc691ebab2b51ff9db8ed245 Mon Sep 17 00:00:00 2001
From: zs <zhousong@weben-smart.com>
Date: 周二, 06 5月 2025 17:37:23 +0800
Subject: [PATCH] 修改代码样式

---
 HIAWms/web/src/components/SettingItem/state.ts |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/HIAWms/web/src/components/SettingItem/state.ts b/HIAWms/web/src/components/SettingItem/state.ts
new file mode 100644
index 0000000..8f38661
--- /dev/null
+++ b/HIAWms/web/src/components/SettingItem/state.ts
@@ -0,0 +1,16 @@
+import { reactive } from 'vue'
+
+type State = {
+  init: boolean
+  /**
+   * 閰嶇疆鏍忓綋鍓嶉�変腑椤癸紝閫変腑椤瑰睍寮�锛屾湭閫変腑椤规姌鍙�
+   * */
+  SettingItemModel: string | string[]
+  // 鎵嬮鐞存晥鏋�
+  accordion: boolean
+}
+export const state = reactive<State>({
+  init: true,
+  SettingItemModel: '',
+  accordion: false,
+})

--
Gitblit v1.9.3