修改bug

This commit is contained in:
zyx.net
2022-08-08 18:02:07 +08:00
parent 2770973334
commit d9ff33fc92
4 changed files with 4 additions and 4 deletions
@@ -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')">