refactor: ♻️ 通知公共部分内容重构

通知公告部分内容重构
This commit is contained in:
Theo
2024-09-21 21:35:01 +08:00
parent 89ce395d99
commit c6a7359b6f
5 changed files with 54 additions and 10 deletions

View File

@@ -83,7 +83,16 @@
label="通知类型"
prop="noticeTypeLabel"
min-width="150"
/>
>
<template #default="scope">
<el-tag v-if="scope.row.noticeType == 2" type="warning">
系统通知
</el-tag>
<el-tag v-if="scope.row.noticeType == 1" type="success">
通知消息
</el-tag>
</template>
</el-table-column>
<el-table-column
align="center"
key="releaseBy"