From 4b6c1f8b533bdb7f190a79531d4de51fc8b0a3a0 Mon Sep 17 00:00:00 2001 From: mixtan <424491071@qq.com> Date: Thu, 29 May 2025 19:05:07 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E5=AE=98=E7=BD=91=E5=BC=80=E5=BA=97?= =?UTF-8?q?=E9=A9=B3=E5=9B=9E=E5=A4=84=E7=90=86=EF=BC=8C=E8=BF=98=E5=B7=AE?= =?UTF-8?q?=E4=B8=A4=E4=B8=AA=E5=AD=97=E6=AE=B5=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.d.ts | 1 + src/views/start/check.vue | 349 ++++++++++++++++------------------ src/views/start/formConfig.js | 301 ++++++++++++++--------------- 3 files changed, 314 insertions(+), 337 deletions(-) diff --git a/components.d.ts b/components.d.ts index 37fc593..613ab09 100644 --- a/components.d.ts +++ b/components.d.ts @@ -25,6 +25,7 @@ declare module 'vue' { ElRadio: typeof import('element-plus/es')['ElRadio'] ElRadioButton: typeof import('element-plus/es')['ElRadioButton'] ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup'] + ElResult: typeof import('element-plus/es')['ElResult'] ElRow: typeof import('element-plus/es')['ElRow'] ElSelect: typeof import('element-plus/es')['ElSelect'] ElSelectV2: typeof import('element-plus/es')['ElSelectV2'] diff --git a/src/views/start/check.vue b/src/views/start/check.vue index 9a7efdd..518ab71 100644 --- a/src/views/start/check.vue +++ b/src/views/start/check.vue @@ -1,22 +1,41 @@