diff --git a/src/components/ValueItem/index.vue b/src/components/ValueItem/index.vue
index 35e39dcb..ca8751f6 100644
--- a/src/components/ValueItem/index.vue
+++ b/src/components/ValueItem/index.vue
@@ -67,6 +67,14 @@
+
({
double: 'inputNumber',
string: 'input',
array: 'input',
- password: 'input',
+ password: 'password',
enum: 'select',
boolean: 'select',
date: 'date',
diff --git a/src/views/rule-engine/Scene/Save/util.ts b/src/views/rule-engine/Scene/Save/util.ts
index 93c4bf1a..1e0bd228 100644
--- a/src/views/rule-engine/Scene/Save/util.ts
+++ b/src/views/rule-engine/Scene/Save/util.ts
@@ -123,7 +123,6 @@ export const EventEmitter = {
}
export const isActionChange = (_metadata: any, _message: any) => {
- console.log(_metadata, _message)
const _properties = _metadata?.properties || [];
const _functions = _metadata?.functions || [];
if (
diff --git a/src/views/system/DataSource/Management/index.vue b/src/views/system/DataSource/Management/index.vue
index 2f3f119e..0c403e48 100644
--- a/src/views/system/DataSource/Management/index.vue
+++ b/src/views/system/DataSource/Management/index.vue
@@ -68,7 +68,7 @@
]"
>
@@ -104,12 +104,10 @@
/>
-
-
+
+
-
+
-
+
@@ -174,7 +181,7 @@