From 7f37dd2e05c7a4cfbf021ee53685d33042b6b271 Mon Sep 17 00:00:00 2001 From: Kuingsmile <96409857+Kuingsmile@users.noreply.github.com> Date: Wed, 13 Aug 2025 16:44:27 +0800 Subject: [PATCH] :bug: Fix(custom): fix config form validate issue --- src/renderer/components/UnifiedConfigForm.vue | 1546 ++++++++--------- 1 file changed, 771 insertions(+), 775 deletions(-) diff --git a/src/renderer/components/UnifiedConfigForm.vue b/src/renderer/components/UnifiedConfigForm.vue index 9da6d346..1c06f8f1 100644 --- a/src/renderer/components/UnifiedConfigForm.vue +++ b/src/renderer/components/UnifiedConfigForm.vue @@ -1,775 +1,771 @@ - - - - - - - {{ t('pages.configForm.configName') }} - - - - {{ validationErrors._configName }} - - - - - - - - {{ item.alias || item.name }} - - - - - - - - - - - - - - - - - {{ item.message || item.name }} - - - {{ choice.name || choice.value || choice }} - - - - - - - - - - - - - - {{ choice.name || choice.value || choice }} - - - - - - - - - - - - {{ ruleForm[item.name] ? (item.confirmText || 'Yes') : (item.cancelText || 'No') }} - - - - - - {{ validationErrors[item.name] }} - - - - - - - - - - - + + + + + + + {{ t('pages.configForm.configName') }} + + + + {{ validationErrors._configName }} + + + + + + + + {{ item.alias || item.name }} + + + + + + + + + + + + + + + + + {{ item.message || item.name }} + + + {{ choice.name || choice.value || choice }} + + + + + + + + + + + + + + {{ choice.name || choice.value || choice }} + + + + + + + + + + + + {{ ruleForm[item.name] ? (item.confirmText || 'Yes') : (item.cancelText || 'No') }} + + + + + + {{ validationErrors[item.name] }} + + + + + + + + + + +