diff --git a/src/pages/work/index.vue b/src/pages/work/index.vue index 2558315..3e72f8a 100644 --- a/src/pages/work/index.vue +++ b/src/pages/work/index.vue @@ -51,12 +51,13 @@ const gridList = reactive([ { icon: "/static/icons/config.png", title: "系统配置", - url: "/pages/work/config", + url: "/pages/work/config/index", prem: "sys:config:query", }, { icon: "/static/icons/notice.png", title: "通知公告", + url: "/pages/work/notice/index", prem: "sys:notice:query", }, ], diff --git a/src/pages/work/notice/index.vue b/src/pages/work/notice/index.vue index fdfe664..54fe5f0 100644 --- a/src/pages/work/notice/index.vue +++ b/src/pages/work/notice/index.vue @@ -2,13 +2,7 @@ - + - - + + - - 通告目标类型: - {{ item.targetType === 1 ? "指定" : "全体" }} - + 通告目标类型: - - 发布时间: - {{ formatDate(item.publishTime) }} - + {{ item.targetType === 1 ? "指定" : "全体" }} - - - - - - - 发布人: - {{ item.publisherName || "-" }} - + + + + 发布时间: - - - 发布时间: - {{ formatDate(item.publishTime) }} - + + {{ formatDate(item.publishTime) }} - - + + + + 撤回时间: + + + {{ formatDate(item.revokeTime) }} + + + + + + + 发布人: + + + {{ item.publisherName || "-" }} + + + + + 紧急程度: + + + {{ getLevelType(item.level) || "-" }} + + + + - - + + + - -