[update 88097] 动态消息翻译

This commit is contained in:
danshihao
2024-08-07 18:07:04 +08:00
parent fea88a6fd1
commit de5c2b85ba
@@ -121,7 +121,8 @@ export default {
{
dataIndex: 'dynamicClassification_dictText',
title: this.$t('standardRegulationLibrary.dynamicMessage.dynamicCataloging'),
width: 150
width: 150,
scopedSlots: { customRender: 'dictText' }
},
// 来源
{
@@ -139,7 +140,8 @@ export default {
{
dataIndex: 'releaseStatus_dictText',
title: this.$t('standardRegulationLibrary.dynamicMessage.releaseStatus'),
width: 150
width: 150,
scopedSlots: { customRender: 'dictText' }
},
// 发布时间
{