车型样式调整
This commit is contained in:
@@ -76,6 +76,8 @@ module.exports = {
|
||||
numericalValue: '数值',
|
||||
yes: '是',
|
||||
not: '否',
|
||||
have:'有',
|
||||
|
||||
notOnlyRz: '否',
|
||||
EnterValue: '请输入值',
|
||||
SavedQuery: '保存的查询',
|
||||
@@ -1595,11 +1597,11 @@ module.exports = {
|
||||
electroniccontrollertype:'电子控制器型号',
|
||||
hardwareversioninformation:'硬件版本信息',
|
||||
initialsoftwareversionnumber:'初始软件版本号',
|
||||
inflammatorydata:'初始软件包的完整性验证数据',
|
||||
environmentalprotection:'升级是否影响整车安全啊、节能、环保、防盗等性能',
|
||||
inflammatorydata:'初始软件包的完整性验证数据(需统一哈希算法并说明,例如SM3:d192e819d6990624f40e3585106ee134)',
|
||||
environmentalprotection:'升级是否影响整车安全、节能、环保、防盗等性能',
|
||||
operatingsystemtype:'操作系统类型',
|
||||
operatingsystemmanufacturer:'操作系统生产企业',
|
||||
operatingsystemversion:'操作系统版本号',
|
||||
operatingsystemversion:'软件版本号',
|
||||
addcontroller:'添加控制器',
|
||||
addsystem:'添加系统',
|
||||
functionname:'功能名称',
|
||||
@@ -1635,7 +1637,7 @@ module.exports = {
|
||||
Taskconfirmationresult:'任务确认结果',
|
||||
Compliancetaskhandling:'符合性任务办理',
|
||||
resultofhandling:'处理结果',
|
||||
networksecurityrequirements:'网络安全要求',
|
||||
networksecurityrequirements:'激光雷达',
|
||||
upgradefunctionrequirements:'升级功能要求',
|
||||
usernotificationrequirement:'用户告知要求',
|
||||
ineffectiveupgrades:'应保护升级包的真实性和完整性,以合理地防止其受到损害,并合理地防止无效升级',
|
||||
@@ -1666,7 +1668,7 @@ module.exports = {
|
||||
'(a)告知车辆用户车辆升级的结果(成功或失败);\n' +
|
||||
'\n' +
|
||||
'(b)若升级成功,告知车辆用户已实施的变更,用户手册(如果适用)的任何相关更新。',
|
||||
upgradepacketprotectionmeasures:'升级包保护措施',
|
||||
upgradepacketprotectionmeasures:'软件版本(集)识别与存储',
|
||||
otaupgradedsecuritymeasuresforvehicles:'车辆OTA升级安全措施',
|
||||
authenticityandintegrityprotectionmechanism:'真实性、完整性保护机制(可多选)',
|
||||
failsafmechanism:'防失效保护机制(可多选)',
|
||||
@@ -1696,7 +1698,7 @@ module.exports = {
|
||||
vehiclecommunicationsystem:'车载通信系统',
|
||||
driversurveillancecamera:'驾驶员监控摄像头',
|
||||
drivermonitoringinfraredsensor:'驾驶员监控红外传感器',
|
||||
vehiclesatellitepositioningequipment:'车载卫星定位设备',
|
||||
vehiclesatellitepositioningequipment:'车载卫星定位设备(接收卫星信号及辅助定位信号的装置,PPP/GNSS/RTK)',
|
||||
inertialnavigationsystem:'惯性导航系统',
|
||||
wheelspeedmeter:'轮速计',
|
||||
highprecisionmap:'高精度地图',
|
||||
@@ -1743,7 +1745,7 @@ module.exports = {
|
||||
afterthesoftwareversionupgraded:'软件版本号升级后',
|
||||
beforetheOSversionupgraded:'操作系统版本号升级前',
|
||||
aftertheoperatingsystemversionupgraded:'操作系统版本号升级后',
|
||||
initialpackageforintegrityinflammatorydata:'初始软件包的完整性验证数据',
|
||||
initialpackageforintegrityinflammatorydata:'初始软件包的完整性验证数据(需统一哈希算法并说明,例如SM3:d192e819d6990624f40e3585106ee134)',
|
||||
upgradepackageintegrityverificationdata:'升级包完整性验证数据',
|
||||
upgradepackagesize:'升级包大小',
|
||||
differentialupgradeornot:'是否差分升级',
|
||||
|
||||
@@ -228,10 +228,16 @@ export default {
|
||||
}
|
||||
})
|
||||
},
|
||||
save(){
|
||||
|
||||
},
|
||||
|
||||
next(){
|
||||
this.save()
|
||||
this.$emit('recordparametersdown')
|
||||
},
|
||||
last(){
|
||||
this.save()
|
||||
this.$emit('recordparametersup')
|
||||
},
|
||||
dateChange(item) {
|
||||
|
||||
@@ -53,10 +53,10 @@
|
||||
<a-input :placeholder="$t('ifNot')" :title="$t('ifNot')" v-model="record.sjggcs" :max-length="500"></a-input>
|
||||
</span>
|
||||
<span slot="functiondescription" slot-scope="text,record">
|
||||
<a-input :placeholder="$t('ifNot')" :title="$t('ifNot')" v-model="record.gnms" :max-length="500"></a-input>
|
||||
<a-input :placeholder="$t('pleaseEnter')" :title="$t('ifNot')" v-model="record.gnms" :max-length="500"></a-input>
|
||||
</span>
|
||||
<span slot="applicationconditions" slot-scope="text,record">
|
||||
<a-input :placeholder="$t('ifNot')" :title="$t('ifNot')" v-model="record.sytj" :max-length="500"></a-input>
|
||||
<a-input :placeholder="$t('pleaseEnter')" :title="$t('ifNot')" v-model="record.sytj" :max-length="500"></a-input>
|
||||
</span>
|
||||
<span slot="functiondeelectronicscription" slot-scope="text,record">
|
||||
<a-input :placeholder="$t('pleaseEnter')" v-model="record.kzqmc" :max-length="500"></a-input>
|
||||
@@ -87,12 +87,14 @@
|
||||
<a v-if="dataSource.length >1" class="text-operation" @click="deleteData(record)">{{$t('delete')}}</a>
|
||||
</span>
|
||||
</a-table>
|
||||
<div>
|
||||
|
||||
<div style="display: inline-block;">
|
||||
<span style="margin-right: 10px;">证明材料:</span>
|
||||
<a-button @click="clickButtonToUpload(fileList)" type="primary"> {{ (fileList === 'null' || fileList === '' ||
|
||||
fileList == null) ? $t('clickUpload') : $t('viewUploadedFiles')
|
||||
}}</a-button>
|
||||
|
||||
<div style='margin-top: 20px'>
|
||||
<div style='margin: 20px 0px 0px 70px'>
|
||||
<p>{{ $t('note') }}</p>
|
||||
<p> {{ $t('format') }}</p>
|
||||
</div>
|
||||
@@ -135,7 +137,7 @@ import ImportFile from '@/components/ImportFileData/index'
|
||||
gnmc:'车道偏离预警(LDW)',
|
||||
},
|
||||
{
|
||||
gnmc:'百区监测(BSD)',
|
||||
gnmc:'盲区监测(BSD)',
|
||||
},
|
||||
{
|
||||
gnmc:'驾驶员疲劳监测(DFM)',
|
||||
|
||||
@@ -113,15 +113,15 @@ export default {
|
||||
}
|
||||
|
||||
.title-text-add {
|
||||
width: 114px;
|
||||
width: 200px;
|
||||
text-align: right;
|
||||
display: inline-block;
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
margin-right: 16px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
// overflow: hidden;
|
||||
// text-overflow: ellipsis;
|
||||
// white-space: nowrap;
|
||||
height: 42px;
|
||||
line-height: 42px;
|
||||
margin-top: 3px;
|
||||
@@ -133,9 +133,9 @@ export default {
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
margin-right: 16px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
// overflow: hidden;
|
||||
// text-overflow: ellipsis;
|
||||
// white-space: nowrap;
|
||||
height: 42px;
|
||||
line-height: 42px;
|
||||
margin-top: 3px;
|
||||
|
||||
@@ -95,7 +95,7 @@
|
||||
<div style='width: 300px'>
|
||||
<span class='content-text' style='background: #f3f6f6;line-height: 50px;text-align: center;color: #191E29;font-weight: bold'>{{$t('fillincontent')}}</span>
|
||||
<span class='radio-text'>
|
||||
<a-radio-group style='margin-left: 40px;' v-model="query.jgld">
|
||||
<a-radio-group style='margin-left: 40px;' v-model="query.jgldPz">
|
||||
<a-radio :value="1"> {{ $t('yes') }} </a-radio>
|
||||
<a-radio :value="2"> {{ $t('not') }} </a-radio>
|
||||
</a-radio-group>
|
||||
@@ -239,8 +239,8 @@
|
||||
<!-- 可升级-->
|
||||
<span slot="systemclass" slot-scope="text,record" >
|
||||
<a-radio-group v-model="record.pzqk">
|
||||
<a-radio :value="1"> {{ $t('yes') }} </a-radio>
|
||||
<a-radio :value="2"> {{ $t('not') }} </a-radio>
|
||||
<a-radio :value="1"> {{ $t('have') }} </a-radio>
|
||||
<a-radio :value="2"> {{ $t('nothing') }} </a-radio>
|
||||
</a-radio-group>
|
||||
</span>
|
||||
<span slot="controllername" slot-scope="text,record">
|
||||
@@ -263,7 +263,7 @@
|
||||
</span>
|
||||
<!-- 操作列-->
|
||||
<span slot="operation" slot-scope="text,record">
|
||||
<a class="text-operation" @click="addlineAtBot" style='width: 73px;margin-right: 50px'>{{$t('addcontroller')}}</a>
|
||||
<a class="text-operation" style='width: 73px;margin-right: 50px' @click="addlineAtBot">{{$t('addcontroller')}}</a>
|
||||
<a class="text-operation" v-if="dataSourceList.length >1" @click="deleteData(record)" >{{$t('delete')}}</a>
|
||||
</span>
|
||||
</a-table>
|
||||
@@ -977,11 +977,14 @@ export default {
|
||||
return obj;
|
||||
},
|
||||
addlineAtBot(){
|
||||
let obj={bjmc:'车端OTA升级功能模块'}
|
||||
let obj={}
|
||||
obj.bjmc='车端OTA升级功能模块'
|
||||
this.dataSourceList.push(obj)
|
||||
this.$forceUpdate()
|
||||
},
|
||||
deleteData(record){
|
||||
this.dataSourceList.splice(this.dataSourceList.indexOf(record),1)
|
||||
this.$forceUpdate()
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user