修改bug
This commit is contained in:
@@ -138,7 +138,7 @@
|
||||
areaVisible: false,
|
||||
paramsTemplateName: '',
|
||||
drawerVisible: false,
|
||||
titleTag: '导出历史'
|
||||
titleTag: this.$t('Exporthistory')
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
|
||||
@@ -291,7 +291,7 @@ export default {
|
||||
if (long && long === 'zh-cn') {
|
||||
query.exportName = '常规导出'
|
||||
} else if (long && long === 'en-us') {
|
||||
query.exportName = 'normal'
|
||||
query.exportName = 'Normal'
|
||||
}
|
||||
this.confirmLoading = true
|
||||
downloadFile('report/detail/exportNormal', query.exportName+'.zip', query)
|
||||
|
||||
@@ -247,7 +247,7 @@ export default {
|
||||
if (long && long === 'zh-cn') {
|
||||
query.exportName = '自定义导出'
|
||||
} else if (long && long === 'en-us') {
|
||||
query.exportName = 'custom'
|
||||
query.exportName = 'Custom'
|
||||
}
|
||||
this.confirmLoading = true
|
||||
downloadFile('report/detail/exportCustom', query.exportName+'.zip', query)
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<!-- 认证参数收集-参数项收集清单-10控件-->
|
||||
<div class='Virtual-detail-content' style='margin-top: 15px'>
|
||||
<a-form layout="inline" @keyup.enter.native="searchQuery">
|
||||
<a-row :gutter="24" style='margin-left: -90px;'>
|
||||
<a-row :gutter="24" style='margin-left: -70px;'>
|
||||
<a-col :md="6" :sm="8">
|
||||
<div class="box-title-text">
|
||||
<div class="title-text" :title="$t('NcertificationCategory')">
|
||||
|
||||
Reference in New Issue
Block a user