From 7ad8c1706e6132164b4095b6d0e02add4bd84c8f Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 14 May 2024 19:12:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BD=91=E5=85=83OAM=E7=AB=AF=E5=8F=A3?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E9=99=90=E5=88=B65?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ne/neInfo/components/OAMModal.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/ne/neInfo/components/OAMModal.vue b/src/views/ne/neInfo/components/OAMModal.vue index 1def466b..175fd211 100644 --- a/src/views/ne/neInfo/components/OAMModal.vue +++ b/src/views/ne/neInfo/components/OAMModal.vue @@ -212,7 +212,7 @@ watch( :min="3000" :max="65535" :step="1" - :maxlength="4" + :maxlength="5" v-model:value="modalState.from.oamPort" style="width: 100%" > @@ -237,7 +237,7 @@ watch( :min="3000" :max="65535" :step="1" - :maxlength="4" + :maxlength="5" v-model:value="modalState.from.snmpPort" style="width: 100%" >