From aef0abbecf429fc7b8eae9d84b000366bb0011c1 Mon Sep 17 00:00:00 2001 From: liuxiaoqing Date: Wed, 20 Aug 2025 11:37:37 +0800 Subject: [PATCH] =?UTF-8?q?fix(manage):=20=E7=A7=BB=E9=99=A4=E5=A4=87?= =?UTF-8?q?=E6=B3=A8=E4=BF=A1=E6=81=AF=E4=B8=AD=E7=9A=84=E7=A1=AC=E7=BC=96?= =?UTF-8?q?=E7=A0=81=E6=96=87=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除了 manage.vue 文件中 Remarks 组件的 标签内硬编码的 "asdsad" 文本,确保备注信息只显示 record.desc 的内容。 --- webapp/vite-project/src/pages/manage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/vite-project/src/pages/manage.vue b/webapp/vite-project/src/pages/manage.vue index 7fb4633..1752721 100644 --- a/webapp/vite-project/src/pages/manage.vue +++ b/webapp/vite-project/src/pages/manage.vue @@ -303,7 +303,7 @@ onMounted(() => { 备注 -
{{ record.desc }}asdsad
+
{{ record.desc }}