邓洁 : 修改页面细节
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user