update 发起比对接口调整
This commit is contained in:
@@ -126,7 +126,7 @@ export default {
|
||||
{
|
||||
title: this.$t('docTool.comparison.oldTextState'),
|
||||
width: 150,
|
||||
dataIndex: 'fileTypeLeft'
|
||||
dataIndex: 'fileTypeLeft_dictText'
|
||||
},
|
||||
// 新文档文本号
|
||||
{
|
||||
@@ -146,7 +146,7 @@ export default {
|
||||
{
|
||||
title: this.$t('docTool.comparison.newTextState'),
|
||||
width: 150,
|
||||
dataIndex: 'fileTypeRight'
|
||||
dataIndex: 'fileTypeRight_dictText'
|
||||
},
|
||||
// 发布情况
|
||||
{
|
||||
|
||||
@@ -223,7 +223,7 @@ export default {
|
||||
{
|
||||
title: this.$t('docTool.comparison.textStatus'),
|
||||
ellipsis: true,
|
||||
dataIndex: 'fileType',
|
||||
dataIndex: 'fileType_dictText',
|
||||
width: 100
|
||||
},
|
||||
{
|
||||
@@ -256,7 +256,7 @@ export default {
|
||||
{
|
||||
title: this.$t('docTool.comparison.textStatus'),
|
||||
ellipsis: true,
|
||||
dataIndex: 'fileType',
|
||||
dataIndex: 'fileType_dictText',
|
||||
width: 100
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user