diff --git a/src/views/system/UserAnnouncementList.vue b/src/views/system/UserAnnouncementList.vue
index 66c790da..ffe659c7 100644
--- a/src/views/system/UserAnnouncementList.vue
+++ b/src/views/system/UserAnnouncementList.vue
@@ -60,6 +60,15 @@
:loading="loading"
:rowClassName="rowClassName"
@change="handleTableChange">
+
+
+
+ {{ text}}
+
+ {{ text }}
+
+
+
@@ -153,7 +162,7 @@ export default {
align: 'center',
width: 120,
dataIndex: 'readFlag_dictText',
- scopedSlots: { customRender: 'text' }
+ scopedSlots: { customRender: 'readFlag' }
},
{
// 操作
@@ -317,4 +326,8 @@ export default {
/deep/ .row-unread > td {
background-color: #F9F9F9;
}
+// 未读
+.reject-color {
+ color: @primary-color;
+}
diff --git a/src/views/system/tags/modules/StandardDrawer.vue b/src/views/system/tags/modules/StandardDrawer.vue
index 6aad64ed..cf3ebbc8 100644
--- a/src/views/system/tags/modules/StandardDrawer.vue
+++ b/src/views/system/tags/modules/StandardDrawer.vue
@@ -491,7 +491,7 @@ export default {
}
})
// 树形结构
- if (this.form.fieldShowType === FieldType.TREE.value) {
+ if (this.form.fieldShowType === FieldType.TREE.value || this.form.fieldShowType === FieldType.TREE_SINGLE.value || this.form.fieldShowType === FieldType.TREE_MODAL_SELECT.value) {
this.contentOption = [...this.contentOptionTree]
this.isTagContent = true
} else if (this.form.fieldShowType === FieldType.OPTION_SINGLE.value || this.form.fieldShowType === FieldType.OPTION_MORE.value) {