From adadccf8f6105fb89c55c7c3d46d870e9037de71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E7=99=BB=E5=B1=B1?= Date: Mon, 12 May 2025 16:06:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=B0=81=E5=B1=82?= =?UTF-8?q?=E7=A7=98=E9=92=A5=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/tiers/change-key.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/components/tiers/change-key.vue b/components/tiers/change-key.vue index 1297cd6..ecbd730 100644 --- a/components/tiers/change-key.vue +++ b/components/tiers/change-key.vue @@ -6,11 +6,11 @@ - - + + - - + + @@ -40,19 +40,19 @@ const message = useMessage() const emit = defineEmits() const defaultFormModal = { - accessKey: '', - secretKey: '', + accesskey: '', + secretkey: '', } const formModel = ref({ ...defaultFormModal }) // 验证 const rules = ref({ - accessKey: { + accesskey: { required: true, trigger: ["blur", "input"], message: t("Please enter Access Key"), }, - secretKey: { + secretkey: { required: true, trigger: ["blur", "input"], message: t("Please enter Secret Key"),