修改比对
This commit is contained in:
@@ -488,31 +488,31 @@ module.exports = {
|
||||
newTextState: '新文本状态',
|
||||
comparisonType: '比对类型',
|
||||
releaseSituation: '发布情况',
|
||||
comparisonResults: '对比结果',
|
||||
initiateComparison: '发起对比',
|
||||
comparisonResults: '比对结果',
|
||||
initiateComparison: '发起比对',
|
||||
textStatus: '文本状态',
|
||||
selectedStandard: '所选标准',
|
||||
noComparisonDocumentSelected: '未选择对比文档',
|
||||
noComparisonDocumentSelected: '未选择比对文档',
|
||||
remarkInfo: '备注信息',
|
||||
comparisonOfTerms: '条款对比',
|
||||
comparisonOfTerms: '条款比对',
|
||||
comparison: '比对',
|
||||
initiateDocumentComparison: '全文对比',
|
||||
documentComparison: '文档对比',
|
||||
viewTheComparisonResults: '查看对比结果',
|
||||
initiateDocumentComparison: '全文比对',
|
||||
documentComparison: '文档比对',
|
||||
viewTheComparisonResults: '查看比对结果',
|
||||
addFullTextComment: '添加全文评论',
|
||||
turnOffAutomaticMatching: '关闭自动匹配',
|
||||
turnOnAutoMatch: '打开自动匹配',
|
||||
comparisonOfArticles: '条款对比评论',
|
||||
comparisonOfArticles: '条款比对评论',
|
||||
consistentAssessment: '一致',
|
||||
fullTextComments: '全文评论',
|
||||
pleaseSelectTheDataCompared: '请选择需要对比的数据',
|
||||
pleaseSelectTheDataCompared: '请选择需要比对的数据',
|
||||
viewVarianceAssessment: '查看差异项',
|
||||
viewConsistentAssessment: '查看一致项',
|
||||
viewAll: '查看全部',
|
||||
exportComparisonReport: '导出对比报告',
|
||||
exportComparisonReport: '导出比对报告',
|
||||
comment: '评论',
|
||||
comparisonDifferenceComment: '对比差异评论',
|
||||
comparativeComments: '对比评论',
|
||||
comparisonDifferenceComment: '比对差异评论',
|
||||
comparativeComments: '比对评论',
|
||||
publishComment: '发表评论',
|
||||
noComment: '暂无评论',
|
||||
replyToComments: '回复评论'
|
||||
@@ -525,11 +525,11 @@ module.exports = {
|
||||
whetherToMakePublic: '是否公开',
|
||||
referenceStandard: '涉及标准',
|
||||
comparisonTime: '比对时间',
|
||||
onlineComparison: '在线对比',
|
||||
onlineComparison: '在线比对',
|
||||
standardList: '标准列表',
|
||||
comparisonMaintain: '对比维护',
|
||||
comparisonMaintain: '比对维护',
|
||||
listDetails: '清单详情',
|
||||
comparativeAnalysisResult: '对比分析结果',
|
||||
comparativeAnalysisResult: '比对分析结果',
|
||||
exitEdit: '退出编辑',
|
||||
specialty: '特点',
|
||||
comparisonItem: '比对项',
|
||||
|
||||
@@ -39,7 +39,7 @@ export const constantRouterMap = [
|
||||
path: '/documentTool/InitiateComparison',
|
||||
name: 'documentTool-InitiateComparison',
|
||||
meta: {
|
||||
title: '新旧拆分单对比-发起比对'
|
||||
title: '新旧拆分单比对-发起比对'
|
||||
},
|
||||
component: () => import(/* webpackChunkName: "user" */ '@/views/documentTool/documentComparison/InitiateComparison')
|
||||
},
|
||||
@@ -48,7 +48,7 @@ export const constantRouterMap = [
|
||||
path: '/documentTool/DocumentDataComparison',
|
||||
name: 'documentTool-DocumentDataComparison',
|
||||
meta: {
|
||||
title: '新旧拆分单对比-全文对比'
|
||||
title: '新旧拆分单比对-全文比对'
|
||||
},
|
||||
component: () => import(/* webpackChunkName: "user" */ '@/views/documentTool/documentComparison/DocumentDataComparison')
|
||||
},
|
||||
@@ -57,7 +57,7 @@ export const constantRouterMap = [
|
||||
path: '/documentTool/comparisonOfTerms',
|
||||
name: 'documentTool-comparisonOfTerms',
|
||||
meta: {
|
||||
title: '新旧拆分单对比-条款对比'
|
||||
title: '新旧拆分单比对-条款比对'
|
||||
},
|
||||
component: () => import(/* webpackChunkName: "user" */ '@/views/documentTool/documentComparison/comparisonOfTerms')
|
||||
},
|
||||
@@ -66,7 +66,7 @@ export const constantRouterMap = [
|
||||
path: '/documentTool/comparisonTermsView',
|
||||
name: 'documentTool-comparisonTermsView',
|
||||
meta: {
|
||||
title: '新旧拆分单对比-条款对比'
|
||||
title: '新旧拆分单比对-条款比对'
|
||||
},
|
||||
component: () => import(/* webpackChunkName: "user" */ '@/views/documentTool/documentComparison/comparisonTermsView')
|
||||
},
|
||||
@@ -75,7 +75,7 @@ export const constantRouterMap = [
|
||||
path: '/documentTool/ComparisonResults',
|
||||
name: 'documentTool-ComparisonResults',
|
||||
meta: {
|
||||
title: '新旧拆分单对比-对比结果'
|
||||
title: '新旧拆分单比对-比对结果'
|
||||
},
|
||||
component: () => import(/* webpackChunkName: "user" */ '@/views/documentTool/documentComparison/ComparisonResults')
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user