diff --git a/z_ele/src/api/system/config/model/index.ts b/z_ele/src/api/system/config/model/index.ts
index 6b37141..a849707 100644
--- a/z_ele/src/api/system/config/model/index.ts
+++ b/z_ele/src/api/system/config/model/index.ts
@@ -12,6 +12,7 @@ export interface Config {
itemStyle?: string;
itemBind?: string;
itemClass?: string;
+ option?: string;
}
/**
diff --git a/z_ele/src/views/system/config-set/components/config-form-item.vue b/z_ele/src/views/system/config-set/components/config-form-item.vue
index 6e97d98..a905ba1 100644
--- a/z_ele/src/views/system/config-set/components/config-form-item.vue
+++ b/z_ele/src/views/system/config-set/components/config-form-item.vue
@@ -3,6 +3,9 @@
+
+
+
import {ref, onMounted} from "vue";
-import {strToBind, strToOption, strToValue} from "@/utils/sys-config";
+import { strToValue} from "@/utils/sys-config";
const props = defineProps<{
name: string;
diff --git a/z_ele/src/views/system/config/components/config-edit.vue b/z_ele/src/views/system/config/components/config-edit.vue
index acaa1d0..13cdee6 100644
--- a/z_ele/src/views/system/config/components/config-edit.vue
+++ b/z_ele/src/views/system/config/components/config-edit.vue
@@ -3,7 +3,7 @@
@@ -17,7 +17,7 @@
-
+
-
-
-
+
-
+
+
+
+
+
+
+ {{ preview.tips }}
+
+
+
-
-
+
+
+
+
+
@@ -134,162 +150,172 @@
diff --git a/z_ele/src/views/system/config/index.vue b/z_ele/src/views/system/config/index.vue
index 9523ede..5e0a89d 100644
--- a/z_ele/src/views/system/config/index.vue
+++ b/z_ele/src/views/system/config/index.vue
@@ -55,6 +55,10 @@
删除
+
+
+ 日志
+
{
+ current.value = row ?? null;
+ showLog.value = true;
+ }
/** 删除单个 */
const remove = (row?: Config) => {
const rows = row == null ? selections.value : [row];