From 2d8422292cd7be932b6581e4f7639202a9ce74e9 Mon Sep 17 00:00:00 2001 From: shaohuzhang1 Date: Mon, 23 Sep 2024 15:12:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E3=80=90=E6=A8=A1=E5=9E=8B=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E3=80=91=E6=96=B0=E5=BB=BA=E6=88=96=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E6=97=B6=EF=BC=8CAPI=20key=E4=B8=BA=E7=A9=BA?= =?UTF-8?q?=E6=97=B6=E6=8F=90=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/components/dynamics-form/FormItem.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/dynamics-form/FormItem.vue b/ui/src/components/dynamics-form/FormItem.vue index 04fcd21e7..1c3300ad5 100644 --- a/ui/src/components/dynamics-form/FormItem.vue +++ b/ui/src/components/dynamics-form/FormItem.vue @@ -104,7 +104,7 @@ const errMsg = computed(() => { return props_info.value.err_msg ? props_info.value.err_msg : isString(props.formfield.label) - ? props.formfield.label + ? props.formfield.label + '不能为空' : props.formfield.label.label + '不能为空' })