[update] 文档拆分,拆分已入库文本增加标准拆分状态列

This commit is contained in:
lideqin
2024-07-03 14:36:06 +08:00
parent 17a50fa8da
commit 1582b33cdf
3 changed files with 10 additions and 2 deletions
+2 -1
View File
@@ -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'
}
},
// 业务支持
+2 -1
View File
@@ -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',