[update 动态消息] 增加来源字段,详情增加推送范围

This commit is contained in:
danshihao
2024-07-17 11:35:41 +08:00
parent cb117beee9
commit c884fa7462
5 changed files with 56 additions and 9 deletions
@@ -116,6 +116,12 @@ export default {
title: this.$t('standardRegulationLibrary.dynamicMessage.dynamicCataloging'),
width: 150
},
// 来源
{
dataIndex: 'source',
title: this.$t('standardRegulationLibrary.dynamicMessage.source'),
width: 150
},
// 编辑人
{
dataIndex: 'writer_dictText',