[update 拆分&解读流程] 调整译文标题
This commit is contained in:
+14
-7
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user