Merge remote-tracking branch 'origin/dev_2nd_LCYH' into dev_2nd_LCYH

This commit is contained in:
wangzhijiang
2023-03-31 14:38:15 +08:00
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -918,7 +918,7 @@ module.exports = {
virtualAuthenticationListDetails: '虚拟认证清单详情', virtualAuthenticationListDetails: '虚拟认证清单详情',
VirtualAuthenticationList: '虚拟认证清单', VirtualAuthenticationList: '虚拟认证清单',
maintainVirtualList: '维护市场清单', maintainVirtualList: '维护市场清单',
certificationListMaintenance: '认证清单维护', certificationListMaintenance: '市场认证清单维护',
reasonsForRejection: '驳回原因', reasonsForRejection: '驳回原因',
inconformity: '不符合', inconformity: '不符合',
toTrack: '待追踪', toTrack: '待追踪',
@@ -3,7 +3,7 @@
<div class="Virtual-detail-header" style="position: fixed;top: 0"> <div class="Virtual-detail-header" style="position: fixed;top: 0">
<div class="Virtual-detail-title"> <div class="Virtual-detail-title">
<span> <span>
{{isTrue ? $t('certificationListMaintenance'):$t('virtualAuthenticationListDetails')}} {{isTrue ? $t('certificationListMaintenance'):$t('marketCertificationListDetails')}}
</span> </span>
</div> </div>
<div class="Virtual-detail-right"> <div class="Virtual-detail-right">
@@ -393,7 +393,7 @@
}, },
//模板下载 //模板下载
handleModule() { handleModule() {
downloadFile(this.url.exportTemplate, this.$t('certificationList') + this.$t('importTemplate') + '.xls', {}) downloadFile(this.url.exportTemplate, this.$t('marketCertificationList') + this.$t('importTemplate') + '.xls', {})
}, },
//调取 //调取
transferClick() { transferClick() {
@@ -411,7 +411,7 @@
ids: selectedRowKeys.join(','), ids: selectedRowKeys.join(','),
authDummyInventoryBaseId: this.$route.query.id authDummyInventoryBaseId: this.$route.query.id
} }
downloadFile(this.url.exportData, this.$route.query.name + this.$t('certificationList') + '.zip', query, this.Deselect) downloadFile(this.url.exportData, this.$route.query.name + this.$t('marketCertificationList') + '.zip', query, this.Deselect)
}, },
Deselect() { Deselect() {
this.selectedRowKeys = [] this.selectedRowKeys = []