bug 67445

bug 67771
This commit is contained in:
zyx.net
2023-04-06 09:31:37 +08:00
parent 44e6798b93
commit 50f38b85a2
3 changed files with 5 additions and 3 deletions
+1
View File
@@ -1756,4 +1756,5 @@ module.exports = {
nonCompliance:'Non-Compliance', nonCompliance:'Non-Compliance',
toBeTracked:'To be tracked', toBeTracked:'To be tracked',
NA:'NA', NA:'NA',
electroniccontrollerparameter:'Electronic controller parameter',
} }
+1
View File
@@ -1858,4 +1858,5 @@ module.exports = {
nonCompliance:'不符合', nonCompliance:'不符合',
toBeTracked:'待追踪', toBeTracked:'待追踪',
NA:'不涉及', NA:'不涉及',
electroniccontrollerparameter:'电子控制器参数',
} }
@@ -787,9 +787,9 @@ export default {
width: 170 width: 170
}, },
{ {
title: this.$t('controllerparameter'), title: this.$t('electroniccontrollerparameter'),
align: 'left', align: 'left',
dataIndex: 'controllerparameter', dataIndex: 'electroniccontrollerparameter',
ellipsis: true, ellipsis: true,
width: 170, width: 170,
children: [ children: [
@@ -863,7 +863,7 @@ export default {
methods: { methods: {
// 模板下载 // 模板下载
handleModule() { handleModule() {
downloadFile('ota/otaBaCxList/exportTemplate', '驾驶辅助系统基础备案参数' + '.zip', {}) downloadFile('ota/otaBaCxJsfzbacs/exportTemplate', '驾驶辅助系统基础备案参数' + '.zip', {})
}, },
getData(){ getData(){
// if(this.$route.query.type == 1){ // if(this.$route.query.type == 1){