邓洁 : 修改页面细节

This commit is contained in:
邓洁
2023-11-06 16:41:23 +08:00
parent bbb1903d3f
commit b91a7e4f0d
15 changed files with 293 additions and 232 deletions

View File

@@ -23,10 +23,7 @@
<el-table-column prop="noticeTitle" label="公告标题" align="center"/>
<el-table-column prop="state" label="阅读状态" align="center">
<template #default="scope">
<el-tag :type="scope.row.state == 0? '':'warning'">{{
scope.row.state == 0 ? '未读' : '已读'
}}
</el-tag>
<tag dict-type="read_state" :value="scope.row.state"/>
</template>
</el-table-column>
<el-table-column label="操作" align="center">