From 482d6081c166f3d24192a03177275f107d36d608 Mon Sep 17 00:00:00 2001 From: hyt <958868763@qq.com> Date: Mon, 27 May 2024 13:58:56 +0800 Subject: [PATCH] =?UTF-8?q?5.26=E4=BF=AE=E6=94=B9=E6=89=80=E6=9C=89?= =?UTF-8?q?=E5=B7=B2=E5=87=BA=E7=8E=B0=E7=9A=84bug=E5=92=8C=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/systemSettings/organization/configData.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/systemSettings/organization/configData.js b/src/views/systemSettings/organization/configData.js index 2917aad..f3bc546 100644 --- a/src/views/systemSettings/organization/configData.js +++ b/src/views/systemSettings/organization/configData.js @@ -84,10 +84,10 @@ const formRow = [{ tag: 'elRadio', options: [{ label: '是', - value: "1" + value: "0" },{ label: '否', - value: "0" + value: "1" } ] } @@ -100,10 +100,10 @@ const formRow = [{ tag: 'elRadio', options: [{ label: '是', - value: "1" + value: "0" },{ label: '否', - value: "0" + value: "1" } ] }