diff --git a/nezha-fronted/src/components/common/rightBox/ipDetailsBox.vue b/nezha-fronted/src/components/common/rightBox/ipDetailsBox.vue
index 987b268ad..3a87e9288 100644
--- a/nezha-fronted/src/components/common/rightBox/ipDetailsBox.vue
+++ b/nezha-fronted/src/components/common/rightBox/ipDetailsBox.vue
@@ -21,7 +21,16 @@
-
+
+
+
+
@@ -66,6 +75,22 @@ export default {
}
return {
editipDetails: {},
+ options: {
+ ipDetailsState: [
+ {
+ label: 'Available',
+ value: 1
+ },
+ {
+ label: 'Transient',
+ value: 2
+ },
+ {
+ label: 'Used',
+ value: 3
+ }
+ ]
+ },
rules: {
addr: [
{ required: true, message: this.$t('validate.required'), trigger: 'blur' },