升级活动备案字段修改
This commit is contained in:
@@ -1618,7 +1618,7 @@ module.exports = {
|
|||||||
thetargetvehicleofthisupgrade:'本次升级的目标车辆',
|
thetargetvehicleofthisupgrade:'本次升级的目标车辆',
|
||||||
upgradeimpactassessment:'升级影响评估',
|
upgradeimpactassessment:'升级影响评估',
|
||||||
upgradehavechanged:'本次升级的系统名称与参数变化',
|
upgradehavechanged:'本次升级的系统名称与参数变化',
|
||||||
auxiliaryupgradehavechanged:'本次升级的架势辅助功能名称与参数变化',
|
auxiliaryupgradehavechanged:'本次升级的驾驶辅助功能名称与参数变化',
|
||||||
usernotification:'用户告知内容及方式',
|
usernotification:'用户告知内容及方式',
|
||||||
informationaboutotherupgradetasks:'其他升级任务信息',
|
informationaboutotherupgradetasks:'其他升级任务信息',
|
||||||
totalquantity:'总数量(辆)',
|
totalquantity:'总数量(辆)',
|
||||||
@@ -1735,7 +1735,7 @@ module.exports = {
|
|||||||
upgradeactivitiesaffectvehiclesafety:'升级活动是否影响车辆安全',
|
upgradeactivitiesaffectvehiclesafety:'升级活动是否影响车辆安全',
|
||||||
upgradeactivityprovidesuserconfirmationoptions:'升级活动是否提供用户确认选项',
|
upgradeactivityprovidesuserconfirmationoptions:'升级活动是否提供用户确认选项',
|
||||||
upgradepackagetest:'升级包测试(可多选)',
|
upgradepackagetest:'升级包测试(可多选)',
|
||||||
reliabilityofonlineupgradeactivities:'是杏已验证确认在线升级活动的安全性和可靠性',
|
reliabilityofonlineupgradeactivities:'是否已验证确认在线升级活动的安全性和可靠性',
|
||||||
adjustmentofchangedBulletinparameters:'已变更《公告》参数的对应调整(如有)',
|
adjustmentofchangedBulletinparameters:'已变更《公告》参数的对应调整(如有)',
|
||||||
preupgrade:'升级前',
|
preupgrade:'升级前',
|
||||||
afterupgrade:'升级后',
|
afterupgrade:'升级后',
|
||||||
@@ -1746,8 +1746,8 @@ module.exports = {
|
|||||||
beforetheOSversionupgraded:'操作系统版本号升级前',
|
beforetheOSversionupgraded:'操作系统版本号升级前',
|
||||||
aftertheoperatingsystemversionupgraded:'操作系统版本号升级后',
|
aftertheoperatingsystemversionupgraded:'操作系统版本号升级后',
|
||||||
initialpackageforintegrityinflammatorydata:'初始软件包的完整性验证数据(需统一哈希算法并说明,例如SM3:d192e819d6990624f40e3585106ee134)',
|
initialpackageforintegrityinflammatorydata:'初始软件包的完整性验证数据(需统一哈希算法并说明,例如SM3:d192e819d6990624f40e3585106ee134)',
|
||||||
upgradepackageintegrityverificationdata:'升级包完整性验证数据',
|
upgradepackageintegrityverificationdata:'升级包完整性验证数据(需统一哈希算法并说明,例如SM3:d192e819d6990624f40e3585106ee134)',
|
||||||
upgradepackagesize:'升级包大小',
|
upgradepackagesize:'升级包大小(MB)',
|
||||||
differentialupgradeornot:'是否差分升级',
|
differentialupgradeornot:'是否差分升级',
|
||||||
upgradedestinationype:'升级目的类型',
|
upgradedestinationype:'升级目的类型',
|
||||||
functionalchangedescription:'功能变更描述',
|
functionalchangedescription:'功能变更描述',
|
||||||
|
|||||||
+2
-24
@@ -43,18 +43,13 @@
|
|||||||
<span slot="upgradetheelectroniccontrollerinvolved" slot-scope="text,record">
|
<span slot="upgradetheelectroniccontrollerinvolved" slot-scope="text,record">
|
||||||
<a-input :placeholder="$t('pleaseEnter')" :title="$t('ifNot')" v-model="record.sjsjkzq"></a-input>
|
<a-input :placeholder="$t('pleaseEnter')" :title="$t('ifNot')" v-model="record.sjsjkzq"></a-input>
|
||||||
</span>
|
</span>
|
||||||
<span slot="functiondescription" slot-scope="text,record">
|
|
||||||
<a-input :placeholder="$t('pleaseEnter')" :title="$t('ifNot')" v-model="record.gnbgms"></a-input>
|
|
||||||
</span>
|
|
||||||
<span slot="applicationconditions" slot-scope="text,record">
|
|
||||||
<a-input :placeholder="$t('pleaseEnter')" :title="$t('ifNot')" v-model="record.sytjbg"></a-input>
|
|
||||||
</span>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- 操作列-->
|
<!-- 操作列-->
|
||||||
<span slot="operation" slot-scope="text,record">
|
<span slot="operation" slot-scope="text,record">
|
||||||
<a class="text-operation" @click="addlineAtBot">{{$t('add')}}</a>
|
<a class="text-operation" @click="addlineAtBot">{{$t('add')}}</a>
|
||||||
<a class="text-operation" @click="deleteData(record)">{{$t('delete')}}</a>
|
<a class="text-operation" @click="deleteData(record)" v-if="dataSource.length > 1">{{$t('delete')}}</a>
|
||||||
</span>
|
</span>
|
||||||
</a-table>
|
</a-table>
|
||||||
<div>
|
<div>
|
||||||
@@ -155,23 +150,6 @@ export default {
|
|||||||
width: 170,
|
width: 170,
|
||||||
scopedSlots: { customRender: 'upgradetheelectroniccontrollerinvolved' },
|
scopedSlots: { customRender: 'upgradetheelectroniccontrollerinvolved' },
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: this.$t('functiondescription'),
|
|
||||||
align: 'left',
|
|
||||||
dataIndex: 'functiondescription',
|
|
||||||
ellipsis: true,
|
|
||||||
width: 170,
|
|
||||||
scopedSlots: { customRender: 'functiondescription' },
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: this.$t('applicationconditions'),
|
|
||||||
align: 'left',
|
|
||||||
dataIndex: 'applicationconditions',
|
|
||||||
ellipsis: true,
|
|
||||||
width: 170,
|
|
||||||
scopedSlots: { customRender: 'applicationconditions' },
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
{
|
||||||
title: this.$t('operation'),
|
title: this.$t('operation'),
|
||||||
align: 'left',
|
align: 'left',
|
||||||
|
|||||||
+1
@@ -79,6 +79,7 @@
|
|||||||
formInline.VINcodelist == null) ? $t('clickUpload') : $t('viewUploadedFiles')
|
formInline.VINcodelist == null) ? $t('clickUpload') : $t('viewUploadedFiles')
|
||||||
}}
|
}}
|
||||||
</a-button>
|
</a-button>
|
||||||
|
<p>支持cxv格式,大下20M以内,数量1-10个</p>
|
||||||
<uploadFile ref="uploadFile" @uploadSuccess="uploadSuccess"></uploadFile>
|
<uploadFile ref="uploadFile" @uploadSuccess="uploadSuccess"></uploadFile>
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
+1
-1
@@ -63,7 +63,7 @@
|
|||||||
<!-- 操作列-->
|
<!-- 操作列-->
|
||||||
<span slot="operation" slot-scope="text,record">
|
<span slot="operation" slot-scope="text,record">
|
||||||
<a class="text-operation" @click="addlineAtBot">{{$t('addcontroller')}}</a>
|
<a class="text-operation" @click="addlineAtBot">{{$t('addcontroller')}}</a>
|
||||||
<a class="text-operation" @click="deleteData(record)">{{$t('delete')}}</a>
|
<a class="text-operation" @click="deleteData(record)" v-if="dataSource.length > 1">{{$t('delete')}}</a>
|
||||||
</span>
|
</span>
|
||||||
</a-table>
|
</a-table>
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
+12
-5
@@ -478,8 +478,12 @@ this.$forceUpdate()
|
|||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
overflow: hidden; /*超出部分隐藏*/
|
overflow: hidden; /*超出部分隐藏*/
|
||||||
text-overflow: ellipsis; /*超出部分省略号表示*/
|
// text-overflow: ellipsis; /*超出部分省略号表示*/
|
||||||
white-space: nowrap;
|
white-space: wrap;
|
||||||
|
display: flex;
|
||||||
|
// justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
line-height: 1.3;
|
||||||
}
|
}
|
||||||
//::v-deep .sider .ant-layout-sider .ant-layout-sider-dark{
|
//::v-deep .sider .ant-layout-sider .ant-layout-sider-dark{
|
||||||
// min-width: 723px !important;
|
// min-width: 723px !important;
|
||||||
@@ -511,14 +515,17 @@ this.$forceUpdate()
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
line-height: 50px;
|
line-height: 1.3;
|
||||||
border: black solid 1px;
|
border: black solid 1px;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
border-right: none;
|
border-right: none;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
overflow: hidden; /*超出部分隐藏*/
|
overflow: hidden; /*超出部分隐藏*/
|
||||||
text-overflow: ellipsis; /*超出部分省略号表示*/
|
// text-overflow: ellipsis; /*超出部分省略号表示*/
|
||||||
white-space: nowrap;
|
white-space: wrap;
|
||||||
|
display: flex;
|
||||||
|
// justify-content: center;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
.sider-span{
|
.sider-span{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|||||||
+4
-1
@@ -260,7 +260,10 @@ export default {
|
|||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
h1{
|
||||||
|
font-weight: 700;
|
||||||
|
font-style: 20px;
|
||||||
|
}
|
||||||
.title-text-add {
|
.title-text-add {
|
||||||
width: 440px;
|
width: 440px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
|||||||
Reference in New Issue
Block a user