From 3ab78cdb571475a400e2b73880751e8e46d1acf8 Mon Sep 17 00:00:00 2001
From: hzj <1304805162@qq.com>
Date: Thu, 16 Oct 2025 19:46:47 +0800
Subject: [PATCH] =?UTF-8?q?feat(=E7=B3=BB=E7=BB=9F=E5=85=AC=E5=91=8A?=
=?UTF-8?q?=E7=AE=A1=E7=90=86):=20=E5=88=97=E8=A1=A8/=E6=96=B0=E5=A2=9E/?=
=?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=B0=E5=A2=9E=E4=B8=80=E4=B8=AAtype?=
=?UTF-8?q?=E7=B1=BB=E5=9E=8B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/sys/notice-message/index.vue | 24 ++++++++++++++++++++----
1 file changed, 20 insertions(+), 4 deletions(-)
diff --git a/src/views/sys/notice-message/index.vue b/src/views/sys/notice-message/index.vue
index 1e74115..28198b1 100644
--- a/src/views/sys/notice-message/index.vue
+++ b/src/views/sys/notice-message/index.vue
@@ -103,6 +103,9 @@
/>
+
+ {{ formatType[scope.row.type] }}
+
@@ -202,6 +205,14 @@
+
+
+
+
+
+
+
+
@@ -247,10 +258,11 @@ function getFormData() {
return {
id: "",
cover: "",
- sysOrigin: "",
+ sysOrigin: "", //来源系统
+ type: "", //公告类型
title: "",
- link: "",
- description: ""
+ link: "", //链接
+ description: "" //描述
};
}
export default {
@@ -288,7 +300,11 @@ export default {
},
rangeDate: "",
listLoading: true,
- uploadLoading: false
+ uploadLoading: false,
+ formatType: {
+ notification: "通知",
+ activity: "活动"
+ }
};
},
computed: {