From b98ae1d08152a1eb25405ae5dd7191fe16ce364e Mon Sep 17 00:00:00 2001 From: miaojiale <1123971748@qq.com> Date: Tue, 14 Feb 2023 16:39:28 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=A2=9E=E5=8A=A0=E8=AE=A1=E6=95=B0=E5=99=A8?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/FormComponents/CustomForm/FormItemSelf.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/FormComponents/CustomForm/FormItemSelf.vue b/src/components/FormComponents/CustomForm/FormItemSelf.vue index 13bd570..49213d1 100644 --- a/src/components/FormComponents/CustomForm/FormItemSelf.vue +++ b/src/components/FormComponents/CustomForm/FormItemSelf.vue @@ -154,7 +154,7 @@ :disabled="item.disabled" :controls="item.controls ? true : false" :controls-position="item.controlsPosition" - :placeholder="item.placeholder" + :placeholder="item.placeholder || '请输入'" :step="item.step" :precision="item.precision" :min="item.minRows" -- 2.22.0