diff --git a/src/backend/NetAdmin/NetAdmin.Domain/Enums/Sys/JobStatues.cs b/src/backend/NetAdmin/NetAdmin.Domain/Enums/Sys/JobStatues.cs
index 8834371c..faabb0f5 100644
--- a/src/backend/NetAdmin/NetAdmin.Domain/Enums/Sys/JobStatues.cs
+++ b/src/backend/NetAdmin/NetAdmin.Domain/Enums/Sys/JobStatues.cs
@@ -9,7 +9,7 @@ public enum JobStatues
///
/// 空闲
///
- [EnumDecoration(nameof(Indicates.Success), false)]
+ [EnumDecoration(nameof(Indicates.Success))]
[ResourceDescription(nameof(Ln.空闲))]
Idle = 1
diff --git a/src/backend/NetAdmin/NetAdmin.Domain/NetAdmin.Domain.csproj b/src/backend/NetAdmin/NetAdmin.Domain/NetAdmin.Domain.csproj
index e166d9a1..fc5eb45d 100644
--- a/src/backend/NetAdmin/NetAdmin.Domain/NetAdmin.Domain.csproj
+++ b/src/backend/NetAdmin/NetAdmin.Domain/NetAdmin.Domain.csproj
@@ -4,7 +4,7 @@
-
+
diff --git a/src/frontend/admin/src/components/scSelect/index.vue b/src/frontend/admin/src/components/scSelect/index.vue
index 728b523e..671627f4 100644
--- a/src/frontend/admin/src/components/scSelect/index.vue
+++ b/src/frontend/admin/src/components/scSelect/index.vue
@@ -5,7 +5,7 @@
-
+
@@ -24,6 +24,7 @@ export default {
},
dic: { type: String, default: '' },
objValueType: { type: Boolean, default: false },
+ allowCreate: { type: Boolean, default: false },
params: { type: Object, default: () => ({}) },
config: { type: Object },
},