[update 拆分&解读流程] 调整译文标题

This commit is contained in:
danshihao
2024-09-04 11:37:27 +08:00
parent 7d7312c684
commit a9c60a2da3
5 changed files with 19 additions and 10 deletions
@@ -155,12 +155,26 @@ export default {
dataIndex: 'itemTitle',
scopedSlots: { customRender: 'text' }
},
{ // 标题译文
title: this.$t('clauseTitleTranslation'),
align: 'center',
width: 180,
dataIndex: 'title_translation',
scopedSlots: { customRender: 'text' }
},
{ // 条款内容
title: this.$t('clauseContent'),
align: 'center',
width: 180,
dataIndex: 'itemContent',
scopedSlots: { customRender: 'htmlContent' }
},
{ // 译文
title: this.$t('workCenter.standardInterpretationProcess.translation'),
align: 'center',
width: 180,
dataIndex: 'translation',
scopedSlots: { customRender: 'htmlContent' }
}
],
// 操作列
@@ -188,13 +202,6 @@ export default {
},
// 解读的其他字段(拆分表的字段)
columnsExtend: [
{ // 译文
title: this.$t('workCenter.standardInterpretationProcess.translation'),
align: 'center',
width: 180,
dataIndex: 'translation',
scopedSlots: { customRender: 'htmlContent' }
},
{ // 是否与上一版相同
title: this.$t('workCenter.standardInterpretationProcess.sameAsPreviousVersion'),
align: 'center',