feat: remove oracle endpoint form field oracle_port disabled

This commit is contained in:
Aaron3S 2025-06-17 14:18:24 +08:00
parent cc0a72cecc
commit aa3292f988

View File

@ -40,9 +40,6 @@ export default {
host: {
disabled: this.$route.params.id === '00000000-0000-0000-0000-000000000001'
},
oracle_port: {
disabled: true
},
is_active: {
disabled: this.$route.params.id === '00000000-0000-0000-0000-000000000001'
}