修改OTA变更
This commit is contained in:
+11
-2
@@ -119,8 +119,8 @@
|
||||
</div>
|
||||
<div v-if='flag'>
|
||||
<a-input class="box-input2"
|
||||
v-model="form.wbk"
|
||||
:title="form.wbk ? form.wbk : $t('PleaseEnter')"
|
||||
v-model="form.aqjzWbk"
|
||||
:title="form.aqjzWbk ? form.aqjzWbk : $t('PleaseEnter')"
|
||||
:placeholder="$t('PleaseEnter')"></a-input>
|
||||
</div>
|
||||
</td>
|
||||
@@ -426,8 +426,17 @@ this.$forceUpdate()
|
||||
changeQuery(val) {
|
||||
if(val.indexOf('将车辆置于安全状态') != -1 || val.indexOf('Put the vehicle in a safe position') != -1){
|
||||
this.flag = true
|
||||
// let long = localStorage.getItem('language')
|
||||
// let cut = ''
|
||||
// if (long && long == 'zh-cn') {
|
||||
this.form.aqjzWbk = '车辆保持在功能受限制状态,此状态下车辆无法行驶,保证其处于安全状态'
|
||||
// } else if (long && long == 'en-us') {
|
||||
// this.form.aqjzWbk = 'The vehicle remains in a functionally restricted state, in which the vehicle cannot be driven to ensure that it is in a safe state'
|
||||
// }
|
||||
// this.getData()
|
||||
}else{
|
||||
this.flag = false
|
||||
this.form.aqjzWbk = ''
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user