新增导航栏显示系统通知

This commit is contained in:
不做码农
2022-02-23 21:17:36 +08:00
parent 356ceb514f
commit 31cee32404
6 changed files with 176 additions and 9 deletions

View File

@@ -37,6 +37,7 @@
<el-table-column type="selection" width="55" align="center" />
<el-table-column label="序号" align="center" prop="noticeId" width="100" />
<el-table-column label="公告标题" align="center" prop="noticeTitle" :show-overflow-tooltip="true" />
<el-table-column label="内容" align="center" prop="noticeContent" :show-overflow-tooltip="true" />
<el-table-column label="公告类型" align="center" prop="noticeType" width="100">
<template slot-scope="scope">
<dict-tag :options="typeOptions" :value="scope.row.noticeType" />