diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 0f5be5026..f3f8736f8 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -618,7 +618,7 @@ module.exports = { TaskRequirements: 'Task Requirements', CertificationProgress: 'Homologation Progress', CurrentProjectStatusEvaluation: 'Current State', - NiONumber: 'NiO number', + NiONumber: 'NIO number', ParameterName: 'Parameter name', ParameterDescription: 'Parameter description', Version: 'Version', @@ -982,4 +982,7 @@ module.exports = { Enable: 'Enable', Latestupdatetime: 'Latest update time', Exporthistory: 'Exporthistory', + Exporttype: 'Export Type', + Exporttime: 'Export Time', + file: 'File' } \ No newline at end of file diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js index 1441b8d7a..99106720c 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -987,4 +987,7 @@ module.exports = { Enable: '启用', Latestupdatetime: '最新更新时间', Exporthistory: '导出历史', + Exporttype: '导出类型', + Exporttime: '导出时间', + file: '文件' } \ No newline at end of file diff --git a/jero-web/src/components/exporthistory/index.vue b/jero-web/src/components/exporthistory/index.vue new file mode 100644 index 000000000..2b0eb4638 --- /dev/null +++ b/jero-web/src/components/exporthistory/index.vue @@ -0,0 +1,361 @@ + + + + + + + + + + + + + + + + + {{ $t('query') }} + {{ $t('reset') }} + + + + + + + {{ text }} + + + + + + + {{ $t('cancel') }} + {{ $t('submit') }} + + + + + + + + \ No newline at end of file diff --git a/jero-web/src/views/parameter/escalationlibrary/index.vue b/jero-web/src/views/parameter/escalationlibrary/index.vue index 3b08661c4..900f58345 100644 --- a/jero-web/src/views/parameter/escalationlibrary/index.vue +++ b/jero-web/src/views/parameter/escalationlibrary/index.vue @@ -45,11 +45,8 @@ {{ text && text.length > 15 ? text.slice(0, 14) + '...' : text }} - - {{ text && text.length > 30 ? text.slice(0, 29) + '...' : text }} - - {{$t('Exporthistory')}} + {{$t('Exporthistory')}} {{$t('See')}} @@ -65,37 +62,16 @@ @showSizeChange="SizeChange" /> - - - - - - - - * - {{$t('templateName')}} - - - - - - - - - - {{$t('cancel')}} - {{$t('submit')}} - + + +