From d9fdc9bedfb2d2b7b4d21953ef3c5193c22f1786 Mon Sep 17 00:00:00 2001
From: wangxiang <1827945911@qq.com>
Date: Sat, 7 May 2022 06:42:33 +0800
Subject: [PATCH] =?UTF-8?q?=F0=9F=91=A3=20=E6=8F=90=E4=BE=9Bant=E5=8E=9F?=
=?UTF-8?q?=E7=94=9F=E8=A1=A8=E6=A0=BC=E7=BB=84=E4=BB=B6=E6=A8=A1=E6=9D=BF?=
=?UTF-8?q?=E5=9F=BA=E6=9C=AC=E5=AE=8C=E6=88=90?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/views/system/config/ConfigModal.vue | 97 ++++++++++++-------
1 file changed, 62 insertions(+), 35 deletions(-)
diff --git a/kicc-ui/src/views/system/config/ConfigModal.vue b/kicc-ui/src/views/system/config/ConfigModal.vue
index 43960547..127469fa 100644
--- a/kicc-ui/src/views/system/config/ConfigModal.vue
+++ b/kicc-ui/src/views/system/config/ConfigModal.vue
@@ -1,47 +1,72 @@
-
-
-
-
-
-
-
-
-
-
-
- 是
- 否
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 是
+ 否
+
+
+
+
+
+
+
+
+
@@ -57,7 +82,7 @@
* author entfrm开发团队-王翔
*/
import { reactive } from 'vue';
- import { Form, Input, Radio } from 'ant-design-vue';
+ import { Form, Input, Radio, Row, Col } from 'ant-design-vue';
import { BasicModal, ModalProps, useModalInner } from '/@/components/Modal';
import { getConfig, addConfig, editConfig } from '/@/api/platform/system/controller/config';
@@ -81,6 +106,8 @@
const ATextarea = Input.TextArea;
const ARadio = Radio;
const ARadioGroup = Radio.Group;
+ const ARow = Row;
+ const ACol = Col;
const useForm = AForm.useForm;
const state = reactive({