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',
toBeTracked:'To be tracked',
NA:'NA',
electroniccontrollerparameter:'Electronic controller parameter',
}
+1
View File
@@ -1858,4 +1858,5 @@ module.exports = {
nonCompliance:'不符合',
toBeTracked:'待追踪',
NA:'不涉及',
electroniccontrollerparameter:'电子控制器参数',
}
@@ -787,9 +787,9 @@ export default {
width: 170
},
{
title: this.$t('controllerparameter'),
title: this.$t('electroniccontrollerparameter'),
align: 'left',
dataIndex: 'controllerparameter',
dataIndex: 'electroniccontrollerparameter',
ellipsis: true,
width: 170,
children: [
@@ -863,7 +863,7 @@ export default {
methods: {
// 模板下载
handleModule() {
downloadFile('ota/otaBaCxList/exportTemplate', '驾驶辅助系统基础备案参数' + '.zip', {})
downloadFile('ota/otaBaCxJsfzbacs/exportTemplate', '驾驶辅助系统基础备案参数' + '.zip', {})
},
getData(){
// if(this.$route.query.type == 1){