[update] 文档拆分,拆分已入库文本增加标准拆分状态列
This commit is contained in:
@@ -499,7 +499,8 @@ module.exports = {
|
||||
comparativeComments: 'Comparative Comments',
|
||||
publishComment: 'Comment',
|
||||
noComment: 'No Comments',
|
||||
replyToComments: 'Reply To Comments'
|
||||
replyToComments: 'Reply To Comments',
|
||||
standardSplitStatus: 'Standard split state'
|
||||
}
|
||||
},
|
||||
// 业务支持
|
||||
|
||||
@@ -517,7 +517,8 @@ module.exports = {
|
||||
comparativeComments: '对比评论',
|
||||
publishComment: '发表评论',
|
||||
noComment: '暂无评论',
|
||||
replyToComments: '回复评论'
|
||||
replyToComments: '回复评论',
|
||||
standardSplitStatus: '标准拆分状态'
|
||||
},
|
||||
// 自定义比对
|
||||
customComparison: {
|
||||
|
||||
@@ -137,6 +137,12 @@ export default {
|
||||
title: this.$t('docTool.comparison.textStatus'),
|
||||
width: 150
|
||||
},
|
||||
// 标准拆分状态
|
||||
{
|
||||
dataIndex: 'standardSplitStatus_dictText',
|
||||
title: this.$t('docTool.comparison.standardSplitStatus'),
|
||||
width: 150
|
||||
},
|
||||
// 附件
|
||||
{
|
||||
dataIndex: 'fileName',
|
||||
|
||||
Reference in New Issue
Block a user