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 || '-' }}