From 83c0e0221b50f63eff58ac2d4b23c89c905a7b3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=81=A5=E4=B9=90?= <690712575@qq.com> Date: Thu, 10 Jul 2025 10:13:32 +0000 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=A4=A7=E6=A8=A1=E6=9D=BF=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E5=AF=B9=E8=AF=9D=E6=A1=86item=E5=AE=BD=E5=BA=A6?= =?UTF-8?q?=EF=BC=8C=E5=87=8F=E5=B0=91=E6=89=8B=E5=8A=A8=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=AE=BD=E5=BA=A6=E6=96=87=E5=AD=97=E6=BA=A2=E5=87=BA=E7=9A=84?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 陈健乐 <690712575@qq.com> --- server/app/common/service/generator/stub/vue/edit.stub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/app/common/service/generator/stub/vue/edit.stub b/server/app/common/service/generator/stub/vue/edit.stub index 3928bf8f4..c0a69d2e1 100644 --- a/server/app/common/service/generator/stub/vue/edit.stub +++ b/server/app/common/service/generator/stub/vue/edit.stub @@ -8,7 +8,7 @@ @confirm="handleSubmit" @close="handleClose" > - + {FORM_VIEW} -- Gitee