From cead5150d59a19372a2f1f9247aa85c9fd488033 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 20 Dec 2025 21:41:05 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E3=80=90system=E3=80=91=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E6=B6=88=E6=81=AF=E4=B8=8E=E6=A8=A1=E6=9D=BF=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E5=BC=B9=E7=AA=97=E5=B8=83=E5=B1=80=EF=BC=8C=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E5=86=97=E4=BD=99=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../notify/components/message-search-form.vue | 5 ----- .../notify/components/template-search-form.vue | 4 ---- src/pages/message/components/detail-popup.vue | 10 +++++----- 3 files changed, 5 insertions(+), 14 deletions(-) diff --git a/src/pages-system/notify/components/message-search-form.vue b/src/pages-system/notify/components/message-search-form.vue index 109c554..e8f69ef 100644 --- a/src/pages-system/notify/components/message-search-form.vue +++ b/src/pages-system/notify/components/message-search-form.vue @@ -7,7 +7,6 @@ - 用户编号 @@ -18,7 +17,6 @@ clearable /> - 用户类型 @@ -36,7 +34,6 @@ - 模板编码 @@ -47,7 +44,6 @@ clearable /> - 模版类型 @@ -65,7 +61,6 @@ - 创建时间 diff --git a/src/pages-system/notify/components/template-search-form.vue b/src/pages-system/notify/components/template-search-form.vue index eddf6c8..6b93605 100644 --- a/src/pages-system/notify/components/template-search-form.vue +++ b/src/pages-system/notify/components/template-search-form.vue @@ -7,7 +7,6 @@ - 模板名称 @@ -18,7 +17,6 @@ clearable /> - 模板编码 @@ -29,7 +27,6 @@ clearable /> - 状态 @@ -47,7 +44,6 @@ - 模板类型 diff --git a/src/pages/message/components/detail-popup.vue b/src/pages/message/components/detail-popup.vue index a2bab4e..b0fdb2d 100644 --- a/src/pages/message/components/detail-popup.vue +++ b/src/pages/message/components/detail-popup.vue @@ -2,11 +2,11 @@ - + @@ -18,7 +18,7 @@ - + 发送人 {{ formData.templateNickname || '-' }} @@ -46,9 +46,9 @@ 阅读时间 {{ formatDateTime(formData.readTime) || '-' }} - + 消息内容 - + {{ formData.templateContent || '-' }}