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: {