消息加入系统通知类型
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
</template>
|
||||
<a-card class="daily-article" :loading="loading">
|
||||
<a-card-meta
|
||||
:title="record.titile"
|
||||
:title="record.titile_dictText"
|
||||
:description="'发布人:'+record.sender + ' 发布时间: ' + record.sendTime">
|
||||
</a-card-meta>
|
||||
<a-divider />
|
||||
|
||||
@@ -179,6 +179,10 @@ export default {
|
||||
{
|
||||
name: '开票通知',
|
||||
value: '10'
|
||||
},
|
||||
{
|
||||
name:'系统通知',
|
||||
value: '12'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user