From 65a4c72a34de5959d5dccb94163e239c231c0183 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E7=99=BB=E5=B1=B1?= Date: Mon, 7 Jul 2025 15:59:37 +0800 Subject: [PATCH] fix: creact Object suffix --- components/object/new-form.vue | 55 ++++++++++++++++++---------------- 1 file changed, 30 insertions(+), 25 deletions(-) diff --git a/components/object/new-form.vue b/components/object/new-form.vue index cdc4e8e..934e346 100644 --- a/components/object/new-form.vue +++ b/components/object/new-form.vue @@ -2,9 +2,9 @@
@@ -14,7 +14,7 @@
--> - {{ t('Overwrite Warning') }} + {{ t("Overwrite Warning") }}
@@ -22,7 +22,9 @@
- {{ t('Create') }} + + {{ t("Create") }} +
@@ -30,33 +32,36 @@