From 7df357ef6bb6b8cf6c9b5ba1c2bb4f8c112bc8b1 Mon Sep 17 00:00:00 2001 From: zq <136432190602163.com> Date: Mon, 1 Dec 2025 17:48:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AD=A3=E6=96=87=E9=A1=B5=E9=9D=A2=E5=B8=83?= =?UTF-8?q?=E5=B1=80=E3=80=81=E5=B0=81=E8=A3=85=E7=BB=84=E4=BB=B6=E3=80=81?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=85=AC=E5=85=B1=E6=A0=B7=E5=BC=8F=E3=80=81?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=80=89=E6=8B=A9=E6=A1=86=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E5=8C=96=E6=95=B0=E6=8D=AE=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/GuipSelect.vue | 37 +-- src/components/clientSet/clientForm.vue | 390 +++++++++++++++++++++++++++++++ src/store/index.js | 5 +- src/style/theme/common.scss | 43 ++-- src/style/theme/index.css | 402 +------------------------------- src/views/clientSet/mainTextPage.vue | 109 ++++++++- 6 files changed, 540 insertions(+), 446 deletions(-) create mode 100644 src/components/clientSet/clientForm.vue diff --git a/src/components/GuipSelect.vue b/src/components/GuipSelect.vue index 355e282..975495c 100644 --- a/src/components/GuipSelect.vue +++ b/src/components/GuipSelect.vue @@ -3,7 +3,7 @@ :class="[{ 'column': column }, { 'w510': addClass == 'w510' }, { 'w388': addClass == 'w388' }, { 'client-form-flex': clientFormFlex }, 'form-item']" :label="clientFormFlex ? '' : label" :prop="prop" :rules="rules">
{{ desc }}
- +