消息加入系统通知类型

This commit is contained in:
fengachen
2021-12-15 18:36:58 +08:00
parent 1be44d7410
commit a0604a7aad
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -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'
}
]
}