From e7bdd4a631c063faec9ea668ccf713d93dbd3b53 Mon Sep 17 00:00:00 2001 From: aoshiguchen <1052045476@qq.com> Date: Thu, 14 Dec 2023 11:36:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E5=85=A8=E7=BB=84=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- neutrino-proxy-admin/src/views/system/securityGroup.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutrino-proxy-admin/src/views/system/securityGroup.vue b/neutrino-proxy-admin/src/views/system/securityGroup.vue index aba126b9..0a8156f4 100644 --- a/neutrino-proxy-admin/src/views/system/securityGroup.vue +++ b/neutrino-proxy-admin/src/views/system/securityGroup.vue @@ -223,7 +223,7 @@ import LinkPopover from '../../components/Link/linkPopover' selectObj: { statusOptions: [{ label: '启用', value: 1 }, { label: '禁用', value: 2 }], onlineOptions: [{ label: '在线', value: 1 }, { label: '离线', value: 2 }], - passType: [{ label: '允许', value: 1 }, { label: '拒绝', value: 2 }] + passType: [{ label: '允许', value: 1 }, { label: '拒绝', value: 0 }] }, dialogFormVisible: false,