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" } ] }