From f8b062711a77c8ceec9fda82d893e140a04b586d Mon Sep 17 00:00:00 2001 From: YGXB_net Date: Wed, 3 Jun 2026 13:12:11 +0800 Subject: [PATCH] =?UTF-8?q?refactor(dialog):=20=E6=9B=B4=E6=96=B0=E5=AF=B9?= =?UTF-8?q?=E8=AF=9D=E6=A1=86=E6=A0=87=E9=A2=98=E6=A8=A1=E6=9D=BF=E6=8F=92?= =?UTF-8?q?=E6=A7=BD=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 template 标签从 #title 替换为 #header - 保持原有标题内容和样式不变 - 符合 Element Plus 组件插槽命名规范 --- web/src/components/AddDataDialog.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/src/components/AddDataDialog.vue b/web/src/components/AddDataDialog.vue index e09b372..31bbaba 100644 --- a/web/src/components/AddDataDialog.vue +++ b/web/src/components/AddDataDialog.vue @@ -72,10 +72,11 @@ const handleUpload = async () => { :close-on-click-modal="false" @close="close" > -