字段修改

This commit is contained in:
yuekuo
2023-03-31 10:48:02 +08:00
parent c553d88e8c
commit 2db6f031fc
4 changed files with 404 additions and 391 deletions
+3 -2
View File
@@ -1602,7 +1602,7 @@ module.exports = {
environmentalprotection:'升级是否影响整车安全节能环保防盗等性能', environmentalprotection:'升级是否影响整车安全节能环保防盗等性能',
operatingsystemtype:'操作系统类型', operatingsystemtype:'操作系统类型',
operatingsystemmanufacturer:'操作系统生产企业', operatingsystemmanufacturer:'操作系统生产企业',
operatingsystemversion:'软件版本号', operatingsystemversion:'操作系统版本号',
addcontroller:'添加控制器', addcontroller:'添加控制器',
addsystem:'添加系统', addsystem:'添加系统',
functionname:'功能名称', functionname:'功能名称',
@@ -1792,7 +1792,8 @@ module.exports = {
designComplianceReviewAdmin:'设计符合性审查', designComplianceReviewAdmin:'设计符合性审查',
missionAccomplished:'任务完成', missionAccomplished:'任务完成',
yesisselected:'如选择请输入', yesisselected:'如选择请输入',
forwardXquantity:'前向X数量后向X数量右向X数量等', haveisselected:'选择请输入',
forwardXquantity:'如前向x数量后向x数量后左x数量后右x数量等',
upgraderecordnumber:'升级备案编号', upgraderecordnumber:'升级备案编号',
Modelandfunctionrecord:'车型及功能备案公告批次', Modelandfunctionrecord:'车型及功能备案公告批次',
taskTypeMismatch:'任务类型不匹配', taskTypeMismatch:'任务类型不匹配',
@@ -3,11 +3,12 @@
<div class="box"> <div class="box">
<div class="table-operator"> <div class="table-operator">
<div class="operator-text"> <div class="operator-text">
<ImportFile :url="url" :dummyInventoryBaseId="$route.query.id" :isTrue="true" :accept="'.zip'" @getList="getData"/> <ImportFile :url="url" :dummyInventoryBaseId="$route.query.id" :isTrue="true" :accept="'.zip'"
@getList="getData" />
</div> </div>
<div @click='handleModule' class="operator-text"> <div @click='handleModule' class="operator-text">
<a-icon type="download"/> <a-icon type="download" />
{{$t('templateDownload')}} {{ $t('templateDownload') }}
</div> </div>
</div> </div>
@@ -17,11 +18,13 @@
<a-col :span="24"> <a-col :span="24">
<div class="box-title-text-add"> <div class="box-title-text-add">
<div class="title-text-add"> <div class="title-text-add">
<span class="title-text-text" :title="$t('selectTheVehicleTemplate')">{{$t('selectTheVehicleTemplate')}}</span> <span class="title-text-text"
:title="$t('selectTheVehicleTemplate')">{{ $t('selectTheVehicleTemplate') }}</span>
</div> </div>
<a-form-model-item class="itemModel" prop="dutyTerritory"> <a-form-model-item class="itemModel" prop="dutyTerritory">
<a-select :disabled="disabled" class="box-input" v-model="form.cxmb" allowClear :placeholder="$t('PleaseSelect')" @change="update"> <a-select :disabled="disabled" class="box-input" v-model="form.cxmb" allowClear
<a-select-option v-for="(item , key ) in selectListMb" :key="key" :value="item.id" > :placeholder="$t('PleaseSelect')" @change="update">
<a-select-option v-for="(item, key ) in selectListMb" :key="key" :value="item.id">
{{ item.cpdjbh }} {{ item.cpdjbh }}
</a-select-option> </a-select-option>
</a-select> </a-select>
@@ -37,13 +40,14 @@
<a-col :span="24"> <a-col :span="24">
<div class="box-title-text-add"> <div class="box-title-text-add">
<div class="title-text-add"> <div class="title-text-add">
<span class="Required">*</span> <span class="Required">*</span>
<span class="title-text-text" :title="$t('upgraderecordnumber')">{{$t('upgraderecordnumber')}}</span> <span class="title-text-text" :title="$t('upgraderecordnumber')">{{ $t('upgraderecordnumber') }}</span>
</div> </div>
<div style="width:78%"> <div style="width:78%">
<!-- <span class="title-text-text">中文</span> --> <!-- <span class="title-text-text">中文</span> -->
<a-form-model-item prop="babh"> <a-form-model-item prop="babh">
<a-input class="box-input" v-model="form.babh" :title='form.babh' :placeholder="$t('pleaseEnter')" style="width:93%" :max-length="50"></a-input> <a-input class="box-input" v-model="form.babh" :title='form.babh' :placeholder="$t('pleaseEnter')"
style="width:93%" :max-length="50"></a-input>
</a-form-model-item> </a-form-model-item>
</div> </div>
</div> </div>
@@ -51,11 +55,12 @@
<a-col :span="24"> <a-col :span="24">
<div class="box-title-text-add"> <div class="box-title-text-add">
<div class="title-text-add"> <div class="title-text-add">
<span class="title-text-text" :title="$t('theNameOfFirm')">{{$t('theNameOfFirm')}}</span> <span class="title-text-text" :title="$t('theNameOfFirm')">{{ $t('theNameOfFirm') }}</span>
</div> </div>
<div class="title-text-add-input"> <div class="title-text-add-input">
<!-- <span class="title-text-text">中文</span> --> <!-- <span class="title-text-text">中文</span> -->
<a-input class="box-input" v-model="form.qymc" :title='form.qymc' :placeholder="$t('pleaseEnter')" disabled style="width:93%" :max-length="50"></a-input> <a-input class="box-input" v-model="form.qymc" :title='form.qymc' :placeholder="$t('pleaseEnter')"
disabled style="width:93%" :max-length="50"></a-input>
</div> </div>
</div> </div>
</a-col> </a-col>
@@ -64,11 +69,13 @@
<div class="box-title-text-add"> <div class="box-title-text-add">
<div class="title-text-add plus"> <div class="title-text-add plus">
<span class="Required">*</span> <span class="Required">*</span>
<span class="title-text-text" :title="$t('Modelandfunctionrecord')">{{$t('Modelandfunctionrecord')}}</span> <span class="title-text-text"
:title="$t('Modelandfunctionrecord')">{{ $t('Modelandfunctionrecord') }}</span>
</div> </div>
<a-form-model-item class="itemModel" prop="bapc"> <a-form-model-item class="itemModel" prop="bapc">
<a-select :disabled="disabled" class="box-input" v-model="form.bapc" :placeholder="$t('PleaseSelect')" @change="changeId"> <a-select :disabled="disabled" class="box-input" v-model="form.bapc" :placeholder="$t('PleaseSelect')"
<a-select-option v-for="(item , key ) in selectListPc" :key="key" :value="item.id" > @change="changeId">
<a-select-option v-for="(item, key ) in selectListPc" :key="key" :value="item.id">
{{ item.ggpc }} {{ item.ggpc }}
</a-select-option> </a-select-option>
</a-select> </a-select>
@@ -78,10 +85,11 @@
<a-col :span="24"> <a-col :span="24">
<div class="box-title-text-add"> <div class="box-title-text-add">
<div class="title-text-add"> <div class="title-text-add">
<span class="title-text-text" :title="$t('producttrademark')">{{$t('producttrademark')}}</span> <span class="title-text-text" :title="$t('producttrademark')">{{ $t('producttrademark') }}</span>
</div> </div>
<a-form-model-item class="itemModel"> <a-form-model-item class="itemModel">
<a-input disabled class="box-input" :placeholder="$t('pleaseEnter')" :title='form.cpsb' v-model="form.cpsb" :max-length="50"></a-input> <a-input disabled class="box-input" :placeholder="$t('pleaseEnter')" :title='form.cpsb'
v-model="form.cpsb" :max-length="50"></a-input>
</a-form-model-item> </a-form-model-item>
</div> </div>
@@ -89,10 +97,11 @@
<a-col :span="24"> <a-col :span="24">
<div class="box-title-text-add"> <div class="box-title-text-add">
<div class="title-text-add"> <div class="title-text-add">
<span class="title-text-text" :title="$t('productname')">{{$t('productname')}}</span> <span class="title-text-text" :title="$t('productname')">{{ $t('productname') }}</span>
</div> </div>
<a-form-model-item class="itemModel"> <a-form-model-item class="itemModel">
<a-input disabled class="box-input" :placeholder="$t('pleaseEnter')" :title='form.cpmc' v-model="form.cpmc" :max-length="50"></a-input> <a-input disabled class="box-input" :placeholder="$t('pleaseEnter')" :title='form.cpmc'
v-model="form.cpmc" :max-length="50"></a-input>
</a-form-model-item> </a-form-model-item>
</div> </div>
@@ -100,10 +109,11 @@
<a-col :span="24"> <a-col :span="24">
<div class="box-title-text-add"> <div class="box-title-text-add">
<div class="title-text-add"> <div class="title-text-add">
<span class="title-text-text" :title="$t('productModel')">{{$t('productModel')}}</span> <span class="title-text-text" :title="$t('productModel')">{{ $t('productModel') }}</span>
</div> </div>
<a-form-model-item class="itemModel"> <a-form-model-item class="itemModel">
<a-input disabled class="box-input" :placeholder="$t('pleaseEnter')" :title='form.cpxh' v-model="form.cpxh" :max-length="50"></a-input> <a-input disabled class="box-input" :placeholder="$t('pleaseEnter')" :title='form.cpxh'
v-model="form.cpxh" :max-length="50"></a-input>
</a-form-model-item> </a-form-model-item>
</div> </div>
@@ -111,9 +121,9 @@
<a-col :span="24"> <a-col :span="24">
<div class="box-title-text-add"> <div class="box-title-text-add">
<div class="title-text-add"> <div class="title-text-add">
<span class="title-text-text plus2" :title="$t('Vehicledynamictype')">{{$t('Vehicledynamictype')}}</span> <span class="title-text-text plus2" :title="$t('Vehicledynamictype')">{{ $t('Vehicledynamictype') }}</span>
</div> </div>
<a-form-model-item class="itemModel" style="width: 38%"> <a-form-model-item class="itemModel" style="width: 38%;margin-right:12px">
<!-- <j-dict-select-tag class="box-input" <!-- <j-dict-select-tag class="box-input"
:disabled="disabled" :disabled="disabled"
@change="projectNameChange" @change="projectNameChange"
@@ -121,21 +131,19 @@
:type="'select'" :type="'select'"
:triggerChange="false" :triggerChange="false"
v-model="form.Vehicledynamictype"/> --> v-model="form.Vehicledynamictype"/> -->
<a-select class="box-input" v-model="form.dllx1" :disabled="disabled" :placeholder="$t('PleaseSelect')" @change="changeSelect($event,target)"> <a-select class="box-input" v-model="form.dllx1" :disabled="disabled" :placeholder="$t('PleaseSelect')"
<a-select-option v-for="(item, key) in projectNameList1" @change="changeSelect($event, target)">
:key="key" <a-select-option v-for="(item, key) in projectNameList1" :key="key" :value="item">
:value="item"> {{ item }}
{{ item }} </a-select-option>
</a-select-option> </a-select>
</a-select>
</a-form-model-item> </a-form-model-item>
<a-form-model-item class="itemModel" style="width: 40%;margin-left:-9px"> <a-form-model-item class="itemModel" style="width: 40%;">
<a-select v-model="form.dllx2" class="box-input" :disabled="disabled" :placeholder="$t('PleaseSelect')" @change="update2"> <a-select v-model="form.dllx2" class="box-input" :disabled="disabled" :placeholder="$t('PleaseSelect')"
<a-select-option v-for="(item, key) in projectNameList2" @change="update2">
:key="key" <a-select-option v-for="(item, key) in projectNameList2" :key="key" :value="item">
:value="item"> {{ item }}
{{ item }} <!-- <span style="display: inline-block;width: 100%" :title=" item.projectName ">
<!-- <span style="display: inline-block;width: 100%" :title=" item.projectName ">
{{ item.projectName}} {{ item.projectName}}
</span> --> </span> -->
</a-select-option> </a-select-option>
@@ -148,305 +156,309 @@
</a-form-model> </a-form-model>
</a-spin> </a-spin>
<div class="bootom-button"> <div class="bootom-button">
<a-button style="margin-right:50px" @click="save">{{$t('preservation')}}</a-button> <a-button style="margin-right:50px" @click="save">{{ $t('preservation') }}</a-button>
<a-button type="primary" @click='next'>{{$t('next')}}</a-button> <a-button type="primary" @click='next'>{{ $t('next') }}</a-button>
</div> </div>
</div> </div>
</template> </template>
<script> <script>
import { getAction, postAction, deleteAction,downloadFile } from '@/api/manage' import { getAction, postAction, deleteAction, downloadFile } from '@/api/manage'
import ImportFile from '@/components/ImportFileData/index' import ImportFile from '@/components/ImportFileData/index'
export default { export default {
name: 'basicInformation', name: 'basicInformation',
components:{ components: {
ImportFile ImportFile
}, },
data() { data() {
return { return {
confirmLoading: false, confirmLoading: false,
disabled: false, disabled: false,
form:{ form: {
qymc:'安徽江淮汽车集团股份有限公司', qymc: '安徽江淮汽车集团股份有限公司',
bapc:undefined bapc: undefined
},
url: {
exportData: '/ota/otaBaSjSjmbcx/exportData',
importZipUrl: '/ota/otaBaSjSjmbcx/importData?otaId=' + localStorage.getItem('otaId'),//导入
},
projectNameList1:['传统动力汽车','节能汽车','新能源汽车','其他'],
projectNameList2:[],
selectListPc:[],
selectListMb:[],
rules:{
babh:[
{ required:true,message:this.$t('upgraderecordnumber')+this.$t('cannotEmpty'),trigger:'blur'}
],
bapc:[
{ required:true,message:this.$t('Modelandfunctionrecord')+this.$t('cannotEmpty'),trigger:'change'}
]
}
}
},
mounted() {
this.getSelect()
this.getData()
},
methods: {
// 模板下载
handleModule() {
downloadFile('ota/otaBaSjSjmbcx/exportTemplate', '升级目标车型' + '.zip', {})
}, },
getData(){ url: {
let otaIdT=localStorage.getItem('otaIdT') exportData: '/ota/otaBaSjSjmbcx/exportData',
if(otaIdT==null){ importZipUrl: '/ota/otaBaSjSjmbcx/importData?otaId=' + localStorage.getItem('otaId'),//导入
otaIdT='' },
} projectNameList1: ['传统动力汽车', '节能汽车', '新能源汽车', '其他'],
let otaId=localStorage.getItem('otaId') projectNameList2: [],
if(otaId==null){ selectListPc: [],
otaId='' selectListMb: [],
} rules: {
getAction('/ota/otaBaSjSjmbcx/queryByOtaId',{otaIdT:otaIdT,otaId:otaId}).then(res=>{ babh: [
if(res.code == 200){ { required: true, message: this.$t('upgraderecordnumber') + this.$t('cannotEmpty'), trigger: 'blur' }
if(res.result==null){ ],
this.form={} bapc: [
this.form.cxmb=undefined { required: true, message: this.$t('Modelandfunctionrecord') + this.$t('cannotEmpty'), trigger: 'change' }
this.form.bapc=undefined ]
this.form.dllx1=undefined }
this.form.dllx2=undefined }
this.form.qymc='安徽江淮汽车集团股份有限公司' },
mounted() {
this.getSelect()
this.getData()
},
methods: {
// 模板下载
handleModule() {
downloadFile('ota/otaBaSjSjmbcx/exportTemplate', '升级目标车型' + '.zip', {})
},
getData() {
let otaIdT = localStorage.getItem('otaIdT')
if (otaIdT == null) {
otaIdT = ''
}
let otaId = localStorage.getItem('otaId')
if (otaId == null) {
otaId = ''
}
getAction('/ota/otaBaSjSjmbcx/queryByOtaId', { otaIdT: otaIdT, otaId: otaId }).then(res => {
if (res.code == 200) {
if (res.result == null) {
this.form = {}
this.form.cxmb = undefined
this.form.bapc = undefined
this.form.dllx1 = undefined
this.form.dllx2 = undefined
this.form.qymc = '安徽江淮汽车集团股份有限公司'
// if(this.$route.query.type == 1 && res.result.cxmb == null){ // if(this.$route.query.type == 1 && res.result.cxmb == null){
// this.form.cxmb=this.form.ggpc+'-'+ this.form.cpmc+'-'+this.form.cpxh // this.form.cxmb=this.form.ggpc+'-'+ this.form.cpmc+'-'+this.form.cpxh
// } // }
}else{
this.form=res.result } else {
if(this.$route.query.type == 1 && res.result.cxmb == null){
this.form.cxmb = this.form.babh+'-'+ this.form.bapc+'-'+this.form.cpxh this.form = res.result
}else { if (this.$route.query.type == 1 && res.result.cxmb == null) {
if(this.$route.query.type == 2 && res.result.cxmb == null){ this.form.cxmb = this.form.babh + '-' + this.form.bapc + '-' + this.form.cpxh
this.form.cxmb = this.form.babh+'-'+ this.form.bapc+'-'+this.form.cpxh } else {
}else{ if (this.$route.query.type == 2 && res.result.cxmb == null) {
this.form.cxmb = res.result.cxmb ? res.result.cxmb : undefined this.form.cxmb = this.form.babh + '-' + this.form.bapc + '-' + this.form.cpxh
} else {
this.form.cxmb = res.result.cxmb ? res.result.cxmb : undefined
}
} }
}
if (res.result.dllx1 == null || res.result.dllx1 == "") {
if(res.result.dllx1==null ||res.result.dllx1==""){ this.form.dllx1 = undefined
this.form.dllx1=undefined
} }
if(res.result.dllx2==null ||res.result.dllx2==""){ if (res.result.dllx2 == null || res.result.dllx2 == "") {
this.form.dllx2=undefined this.form.dllx2 = undefined
} }
if(res.result.cxmb==null||res.result.cxmb==""){ if (res.result.cxmb == null || res.result.cxmb == "") {
this.form.cxmb=undefined this.form.cxmb = undefined
} }
if(res.result.bapc==null||res.result.bapc==""){ if (res.result.bapc == null || res.result.bapc == "") {
this.form.bapc=undefined this.form.bapc = undefined
} }
this.$forceUpdate() this.$forceUpdate()
} }
} }
}) })
}, },
save(){ save() {
let otaId=localStorage.getItem('otaId') let otaId = localStorage.getItem('otaId')
if(otaId==null){ if (otaId == null) {
otaId='' otaId = ''
} }
// if(this.form.bapc!=null && this.form.bapc!=undefined && this.form.bapc!=''){ // if(this.form.bapc!=null && this.form.bapc!=undefined && this.form.bapc!=''){
// this.$nextTick(()=>{ // this.$nextTick(()=>{
// this.$refs.ruleForm.clearValidate('bapc') // this.$refs.ruleForm.clearValidate('bapc')
// }) // })
// } // }
this.$refs.ruleForm.validate(valid=>{ this.$refs.ruleForm.validate(valid => {
if(valid){ if (valid) {
this.selectListPc.map(item=>{ this.selectListPc.map(item => {
if(item.id==this.form.bapc){ if (item.id == this.form.bapc) {
this.form.bapc=item.ggpc this.form.bapc = item.ggpc
} }
})
postAction('/ota/otaBaSjSjmbcx/add',{otaId:otaId,...this.form}).then(res=>{
if(res.code==200){
localStorage.setItem('otaId', res.result.otaId)
this.$message.success(this.$t('SavedSuccessfully'))
this.getData()
}
})
}else{
this.form.bapc=undefined
}
})
},
next(){
this.save()
// if(this.form.bapc!=null && this.form.bapc!=undefined && this.form.bapc!=''){
// this.$nextTick(()=>{
// this.$refs.ruleForm.clearValidate('bapc')
// })
// }
this.$refs.ruleForm.validate(valid=>{
if(valid){
this.$emit('basicInformationForm')
}})
},
getSelect(){
getAction('/ota/otaBaCxList/list').then(res=>{
if(res.code==200){
this.selectListPc=[]
res.result.forEach(item=>{
if(item.ggpc !="" && item.ggpc !=null){
let obj={}
obj=item
this.selectListPc.push(obj)
}
})
}
})
getAction('/ota/otaBaSjList/list').then(res=>{
if(res.code==200){
this.selectListMb=[]
res.result.forEach(item=>{
let obj={}
obj.id=item.id
obj.cpdjbh=item.cpdjbh+'-'+item.ggpc+'-'+item.cpxh
this.selectListMb.push(obj)
})
}
})
},
changeSelect(target){
this.form.dllx2=undefined
if(target =='传统动力汽车'){
this. projectNameList2=['汽油','柴油']
}else if (target =='节能汽车'){
this. projectNameList2=['混合动力','天然气','甲醇','其他']
}else if (target =='新能源汽车'){
this. projectNameList2=['纯电动','插电式混合动力','燃料电池']
}else{
this. projectNameList2=['其他']
}
},
changeId(value,option){
this.$nextTick(()=>{
this.form={...this.form}
this.$refs.ruleForm.validateField('bapc')
}) })
this.selectListPc.map(item=>{ postAction('/ota/otaBaSjSjmbcx/add', { otaId: otaId, ...this.form }).then(res => {
if(item.id==value){ if (res.code == 200) {
this.form.cpsb = item.cpsb localStorage.setItem('otaId', res.result.otaId)
this.form.cpmc = item.cpmc this.$message.success(this.$t('SavedSuccessfully'))
this.form.cpxh = item.cpxh this.getData()
getAction('/ota/otaBaCxJbxx/queryByOtaId',{otaIdT:'',otaId:item.id}).then(res=>{ }
this.form.dllx1=res.result.dllx1 == null|| res.result.dllx1=="" ?undefined:res.result.dllx1 })
this.form.dllx2=res.result.dllx2== null|| res.result.dllx2==""?undefined:res.result.dllx2 } else {
this.form.bapc = undefined
}
})
},
next() {
this.save()
// if(this.form.bapc!=null && this.form.bapc!=undefined && this.form.bapc!=''){
// this.$nextTick(()=>{
// this.$refs.ruleForm.clearValidate('bapc')
// })
// }
this.$refs.ruleForm.validate(valid => {
if (valid) {
this.$emit('basicInformationForm')
}
})
},
getSelect() {
getAction('/ota/otaBaCxList/list').then(res => {
if (res.code == 200) {
this.selectListPc = []
res.result.forEach(item => {
if (item.ggpc != "" && item.ggpc != null) {
let obj = {}
obj = item
this.selectListPc.push(obj)
}
}) })
} }
}) })
this.$forceUpdate() getAction('/ota/otaBaSjList/list').then(res => {
}, if (res.code == 200) {
update(val){ this.selectListMb = []
this.$forceUpdate() res.result.forEach(item => {
localStorage.removeItem('otaId') let obj = {}
localStorage.removeItem('otaIdT') obj.id = item.id
localStorage.setItem('otaIdT',val) obj.cpdjbh = item.cpdjbh + '-' + item.ggpc + '-' + item.cpxh
this.getData() this.selectListMb.push(obj)
}, })
update2(){ }
this.$forceUpdate() })
},
changeSelect(target) {
this.form.dllx2 = undefined
if (target == '传统动力汽车') {
this.projectNameList2 = ['汽油', '柴油']
} else if (target == '节能汽车') {
this.projectNameList2 = ['混合动力', '天然气', '甲醇', '其他']
} else if (target == '新能源汽车') {
this.projectNameList2 = ['纯电动', '插电式混合动力', '燃料电池']
} else {
this.projectNameList2 = ['其他']
} }
},
changeId(value, option) {
this.$nextTick(() => {
this.form = { ...this.form }
this.$refs.ruleForm.validateField('bapc')
})
this.selectListPc.map(item => {
if (item.id == value) {
this.form.cpsb = item.cpsb
this.form.cpmc = item.cpmc
this.form.cpxh = item.cpxh
getAction('/ota/otaBaCxJbxx/queryByOtaId', { otaIdT: '', otaId: item.id }).then(res => {
this.form.dllx1 = res.result.dllx1 == null || res.result.dllx1 == "" ? undefined : res.result.dllx1
this.form.dllx2 = res.result.dllx2 == null || res.result.dllx2 == "" ? undefined : res.result.dllx2
})
}
})
this.$forceUpdate()
},
update(val) {
this.$forceUpdate()
localStorage.removeItem('otaId')
localStorage.removeItem('otaIdT')
localStorage.setItem('otaIdT', val)
this.getData()
},
update2() {
this.$forceUpdate()
} }
} }
}
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
@import'~@assets/less/common.less'; @import'~@assets/less/common.less';
.box {
padding: 0 24px 24px 24px;
box-sizing: border-box;
}
.box-title-text-add { .box {
//line-height: 1.4; padding: 0 24px 24px 24px;
display: flex; box-sizing: border-box;
align-items: center; }
}
.title-text-add { .box-title-text-add {
width: 114px; //line-height: 1.4;
text-align: right; display: flex;
display: inline-block; align-items: center;
font-weight: 500; }
font-size: 14px;
margin-right: 16px;
// overflow: hidden;
// text-overflow: ellipsis;
// white-space: nowrap;
height: 42px;
//line-height: 20px;
margin-top: 3px;
}
.title-text-add-input { .title-text-add {
width: 80%; width: 114px;
display: inline-block; text-align: right;
font-weight: 500; display: inline-block;
font-size: 14px; font-weight: 500;
margin-right: 16px; font-size: 14px;
overflow: hidden; margin-right: 16px;
text-overflow: ellipsis; // overflow: hidden;
white-space: nowrap; // text-overflow: ellipsis;
height: 42px; // white-space: nowrap;
//line-height: 42px; height: 42px;
margin-top: 3px; //line-height: 20px;
margin-bottom: 20px; margin-top: 3px;
} }
.title-text-text { .title-text-add-input {
margin-top: 9px; width: 80%;
} display: inline-block;
font-weight: 500;
font-size: 14px;
margin-right: 16px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
height: 42px;
//line-height: 42px;
margin-top: 3px;
margin-bottom: 20px;
}
.itemModel { .title-text-text {
width: calc(100% - 130px); margin-top: 9px;
display: inline-block; }
margin-top: 2px;
}
.box-input { .itemModel {
display: inline-block; width: calc(100% - 130px);
width: 100%; display: inline-block;
height: 38px; margin-top: 2px;
margin-top: 2px; }
}
.formAdd { .box-input {
margin: 0 auto; display: inline-block;
width: 670px; width: 100%;
} height: 38px;
margin-top: 2px;
}
.bootom-button{ .formAdd {
text-align: center!important; margin: 0 auto;
} width: 670px;
.plus{ }
margin-top: 5px;
line-height: 1.2; .bootom-button {
} text-align: center !important;
.plus2{ }
word-break: break-all;
line-height: 1.2; .plus {
} margin-top: 5px;
.Required { line-height: 1.2;
}
.plus2 {
word-break: break-all;
line-height: 1.2;
}
.Required {
color: red; color: red;
margin-right: 3px; margin-right: 3px;
} }</style>
</style>
@@ -74,7 +74,7 @@
<span slot="softwaredevelopmententerprise" slot-scope="text,record"> <span slot="softwaredevelopmententerprise" slot-scope="text,record">
<a-input :placeholder="$t('pleaseEnter')" :title='record.rjkfqy' v-model="record.rjkfqy" :max-length="50"></a-input> <a-input :placeholder="$t('pleaseEnter')" :title='record.rjkfqy' v-model="record.rjkfqy" :max-length="50"></a-input>
</span> </span>
<span slot="operatingsystemversion" slot-scope="text,record"> <span slot="softwareversionnumber" slot-scope="text,record">
<a-input :placeholder="$t('pleaseEnter')" :title='record.czxtbbh' v-model="record.czxtbbh" :max-length="50"></a-input> <a-input :placeholder="$t('pleaseEnter')" :title='record.czxtbbh' v-model="record.czxtbbh" :max-length="50"></a-input>
</span> </span>
<span slot="inflammatorydata" slot-scope="text,record"> <span slot="inflammatorydata" slot-scope="text,record">
@@ -263,12 +263,12 @@ import ImportFile from '@/components/ImportFileData/index'
scopedSlots: { customRender: 'softwaredevelopmententerprise' }, scopedSlots: { customRender: 'softwaredevelopmententerprise' },
}, },
{ {
title: this.$t('operatingsystemversion'), title: this.$t('softwareversionnumber'),
align: 'left', align: 'left',
dataIndex: 'operatingsystemversion', dataIndex: 'softwareversionnumber',
ellipsis: true, ellipsis: true,
width: 170, width: 170,
scopedSlots: { customRender: 'operatingsystemversion' }, scopedSlots: { customRender: 'softwareversionnumber' },
}, },
{ {
title: this.$t('inflammatorydata'), title: this.$t('inflammatorydata'),
@@ -96,116 +96,116 @@
<span class='content-text' style='background: #f3f6f6;line-height: 50px;text-align: center;color: #191E29;font-weight: bold'>{{$t('configuration')}}</span> <span class='content-text' style='background: #f3f6f6;line-height: 50px;text-align: center;color: #191E29;font-weight: bold'>{{$t('configuration')}}</span>
<span class='radio-text'> <span class='radio-text'>
<a-radio-group style='margin-left: 40px;' v-model="query.jgldPz"> <a-radio-group style='margin-left: 40px;' v-model="query.jgldPz">
<a-radio :value="1"> {{ $t('yes') }} </a-radio> <a-radio :value="1"> {{ $t('have') }} </a-radio>
<a-radio :value="2"> {{ $t('not') }} </a-radio> <a-radio :value="2"> {{ $t('nothing') }} </a-radio>
</a-radio-group> </a-radio-group>
</span> </span>
<span class='radio-text'> <span class='radio-text'>
<a-radio-group style='margin-left: 40px;' v-model="query.hmbldPz"> <a-radio-group style='margin-left: 40px;' v-model="query.hmbldPz">
<a-radio :value="1"> {{ $t('yes') }} </a-radio> <a-radio :value="1"> {{ $t('have') }} </a-radio>
<a-radio :value="2"> {{ $t('not') }} </a-radio> <a-radio :value="2"> {{ $t('nothing') }} </a-radio>
</a-radio-group> </a-radio-group>
</span> </span>
<span class='radio-text'> <span class='radio-text'>
<a-radio-group style='margin-left: 40px;' v-model="query.csbldPz"> <a-radio-group style='margin-left: 40px;' v-model="query.csbldPz">
<a-radio :value="1"> {{ $t('yes') }} </a-radio> <a-radio :value="1"> {{ $t('have') }} </a-radio>
<a-radio :value="2"> {{ $t('not') }} </a-radio> <a-radio :value="2"> {{ $t('nothing') }} </a-radio>
</a-radio-group> </a-radio-group>
</span> </span>
<span class='radio-text'> <span class='radio-text'>
<a-radio-group style='margin-left: 40px;' v-model="query.sxthsPz"> <a-radio-group style='margin-left: 40px;' v-model="query.sxthsPz">
<a-radio :value="1"> {{ $t('yes') }} </a-radio> <a-radio :value="1"> {{ $t('have') }} </a-radio>
<a-radio :value="2"> {{ $t('not') }} </a-radio> <a-radio :value="2"> {{ $t('nothing') }} </a-radio>
</a-radio-group> </a-radio-group>
</span> </span>
<span class='radio-text'> <span class='radio-text'>
<a-radio-group style='margin-left: 40px;' v-model="query.sxtdsdPz"> <a-radio-group style='margin-left: 40px;' v-model="query.sxtdsdPz">
<a-radio :value="1"> {{ $t('yes') }} </a-radio> <a-radio :value="1"> {{ $t('have') }} </a-radio>
<a-radio :value="2"> {{ $t('not') }} </a-radio> <a-radio :value="2"> {{ $t('nothing') }} </a-radio>
</a-radio-group> </a-radio-group>
</span> </span>
<span class='radio-text'> <span class='radio-text'>
<a-radio-group style='margin-left: 40px;' v-model="query.jsyjkPz"> <a-radio-group style='margin-left: 40px;' v-model="query.jsyjkPz">
<a-radio :value="1"> {{ $t('yes') }} </a-radio> <a-radio :value="1"> {{ $t('have') }} </a-radio>
<a-radio :value="2"> {{ $t('not') }} </a-radio> <a-radio :value="2"> {{ $t('nothing') }} </a-radio>
</a-radio-group> </a-radio-group>
</span> </span>
<span class='radio-text'> <span class='radio-text'>
<a-radio-group style='margin-left: 40px;' v-model="query.jsyhwPz"> <a-radio-group style='margin-left: 40px;' v-model="query.jsyhwPz">
<a-radio :value="1"> {{ $t('yes') }} </a-radio> <a-radio :value="1"> {{ $t('have') }} </a-radio>
<a-radio :value="2"> {{ $t('not') }} </a-radio> <a-radio :value="2"> {{ $t('nothing') }} </a-radio>
</a-radio-group> </a-radio-group>
</span> </span>
<span class='radio-text-two'> <span class='radio-text-two'>
<a-radio-group style='margin-left: 40px;' v-model="query.czwxdwPz"> <a-radio-group style='margin-left: 40px;' v-model="query.czwxdwPz">
<a-radio :value="1"> {{ $t('yes') }} </a-radio> <a-radio :value="1"> {{ $t('have') }} </a-radio>
<a-radio :value="2"> {{ $t('not') }} </a-radio> <a-radio :value="2"> {{ $t('nothing') }} </a-radio>
</a-radio-group> </a-radio-group>
</span> </span>
<span class='radio-text-two'> <span class='radio-text-two'>
<a-radio-group style='margin-left: 40px;' v-model="query.gxdhPz"> <a-radio-group style='margin-left: 40px;' v-model="query.gxdhPz">
<a-radio :value="1"> {{ $t('yes') }} </a-radio> <a-radio :value="1"> {{ $t('have') }} </a-radio>
<a-radio :value="2"> {{ $t('not') }} </a-radio> <a-radio :value="2"> {{ $t('nothing') }} </a-radio>
</a-radio-group> </a-radio-group>
</span> </span>
<span class='radio-text-two'> <span class='radio-text-two'>
<a-radio-group style='margin-left: 40px;' v-model="query.lsjPz"> <a-radio-group style='margin-left: 40px;' v-model="query.lsjPz">
<a-radio :value="1"> {{ $t('yes') }} </a-radio> <a-radio :value="1"> {{ $t('have') }} </a-radio>
<a-radio :value="2"> {{ $t('not') }} </a-radio> <a-radio :value="2"> {{ $t('nothing') }} </a-radio>
</a-radio-group> </a-radio-group>
</span> </span>
<span class='radio-text-two'> <span class='radio-text-two'>
<a-radio-group style='margin-left: 40px;' v-model="query.gjddtPz"> <a-radio-group style='margin-left: 40px;' v-model="query.gjddtPz">
<a-radio :value="1"> {{ $t('yes') }} </a-radio> <a-radio :value="1"> {{ $t('have') }} </a-radio>
<a-radio :value="2"> {{ $t('not') }} </a-radio> <a-radio :value="2"> {{ $t('nothing') }} </a-radio>
</a-radio-group> </a-radio-group>
</span> </span>
<span class='radio-text-three'> <span class='radio-text-three'>
<a-radio-group style='margin-left: 40px;' v-model="query.dzwlPz"> <a-radio-group style='margin-left: 40px;' v-model="query.dzwlPz">
<a-radio :value="1"> {{ $t('yes') }} </a-radio> <a-radio :value="1"> {{ $t('have') }} </a-radio>
<a-radio :value="2"> {{ $t('not') }} </a-radio> <a-radio :value="2"> {{ $t('nothing') }} </a-radio>
</a-radio-group> </a-radio-group>
</span> </span>
<span class='radio-text-four'> <span class='radio-text-four'>
<a-radio-group style='margin-left: 40px;' v-model="query.cztxPz"> <a-radio-group style='margin-left: 40px;' v-model="query.cztxPz">
<a-radio :value="1"> {{ $t('yes') }} </a-radio> <a-radio :value="1"> {{ $t('have') }} </a-radio>
<a-radio :value="2"> {{ $t('not') }} </a-radio> <a-radio :value="2"> {{ $t('nothing') }} </a-radio>
</a-radio-group> </a-radio-group>
</span> </span>
<span class='radio-text-five'> <span class='radio-text-five'>
<a-radio-group style='margin-left: 40px;' v-model="query.jsfzczjPz"> <a-radio-group style='margin-left: 40px;' v-model="query.jsfzczjPz">
<a-radio :value="1"> {{ $t('yes') }} </a-radio> <a-radio :value="1"> {{ $t('have') }} </a-radio>
<a-radio :value="2"> {{ $t('not') }} </a-radio> <a-radio :value="2"> {{ $t('nothing') }} </a-radio>
</a-radio-group> </a-radio-group>
</span> </span>
<span class='radio-text-five'> <span class='radio-text-five'>
<a-radio-group style='margin-left: 40px;' v-model="query.jsfzzsqPz"> <a-radio-group style='margin-left: 40px;' v-model="query.jsfzzsqPz">
<a-radio :value="1"> {{ $t('yes') }} </a-radio> <a-radio :value="1"> {{ $t('have') }} </a-radio>
<a-radio :value="2"> {{ $t('not') }} </a-radio> <a-radio :value="2"> {{ $t('nothing') }} </a-radio>
</a-radio-group> </a-radio-group>
</span> </span>
<span class='radio-text-five'> <span class='radio-text-five'>
<a-radio-group style='margin-left: 40px;' v-model="query.fxptstsPz"> <a-radio-group style='margin-left: 40px;' v-model="query.fxptstsPz">
<a-radio :value="1"> {{ $t('yes') }} </a-radio> <a-radio :value="1"> {{ $t('have') }} </a-radio>
<a-radio :value="2"> {{ $t('not') }} </a-radio> <a-radio :value="2"> {{ $t('nothing') }} </a-radio>
</a-radio-group> </a-radio-group>
</span> </span>
<span class='radio-text-five'> <span class='radio-text-five'>
<a-radio-group style='margin-left: 40px;' v-model="query.jsyzyltsPz"> <a-radio-group style='margin-left: 40px;' v-model="query.jsyzyltsPz">
<a-radio :value="1"> {{ $t('yes') }} </a-radio> <a-radio :value="1"> {{ $t('have') }} </a-radio>
<a-radio :value="2"> {{ $t('not') }} </a-radio> <a-radio :value="2"> {{ $t('nothing') }} </a-radio>
</a-radio-group> </a-radio-group>
</span> </span>
<span class='radio-text-two'> <span class='radio-text-two'>
<a-radio-group style='margin-left: 40px;' v-model="query.dssadPz"> <a-radio-group style='margin-left: 40px;' v-model="query.dssadPz">
<a-radio :value="1"> {{ $t('yes') }} </a-radio> <a-radio :value="1"> {{ $t('have') }} </a-radio>
<a-radio :value="2"> {{ $t('not') }} </a-radio> <a-radio :value="2"> {{ $t('nothing') }} </a-radio>
</a-radio-group> </a-radio-group>
</span> </span>
<span class='radio-text-two'> <span class='radio-text-two'>
<a-radio-group style='margin-left: 40px;' v-model="query.edrPz"> <a-radio-group style='margin-left: 40px;' v-model="query.edrPz">
<a-radio :value="1"> {{ $t('yes') }} </a-radio> <a-radio :value="1"> {{ $t('have') }} </a-radio>
<a-radio :value="2"> {{ $t('not') }} </a-radio> <a-radio :value="2"> {{ $t('nothing') }} </a-radio>
</a-radio-group> </a-radio-group>
</span> </span>
</div> </div>
@@ -304,7 +304,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'), configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('Quantity'), ParameterName: this.$t('Quantity'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'jgldBzwz', key: 'jgldBzwz',
@@ -320,7 +320,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'), configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('specificationmodel'), ParameterName: this.$t('specificationmodel'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'jgldScqy', key: 'jgldScqy',
@@ -328,7 +328,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('productionenterprise'), configuration: this.$t('productionenterprise'),
ParameterName: this.$t('productionenterprise'), ParameterName: this.$t('productionenterprise'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'hmbldSl', key: 'hmbldSl',
@@ -336,7 +336,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'), configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('Quantity'), ParameterName: this.$t('Quantity'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'hmbldBzwz', key: 'hmbldBzwz',
@@ -352,7 +352,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'), configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('specificationmodel'), ParameterName: this.$t('specificationmodel'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'hmbldScqy', key: 'hmbldScqy',
@@ -360,7 +360,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('productionenterprise'), configuration: this.$t('productionenterprise'),
ParameterName: this.$t('productionenterprise'), ParameterName: this.$t('productionenterprise'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'csbldSl', key: 'csbldSl',
@@ -368,7 +368,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'), configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('Quantity'), ParameterName: this.$t('Quantity'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'csbldBzwz', key: 'csbldBzwz',
@@ -384,7 +384,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'), configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('specificationmodel'), ParameterName: this.$t('specificationmodel'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'csbldScqy', key: 'csbldScqy',
@@ -392,7 +392,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('productionenterprise'), configuration: this.$t('productionenterprise'),
ParameterName: this.$t('productionenterprise'), ParameterName: this.$t('productionenterprise'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'sxthsSl', key: 'sxthsSl',
@@ -400,7 +400,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'), configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('Quantity'), ParameterName: this.$t('Quantity'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'sxthsBzwz', key: 'sxthsBzwz',
@@ -416,7 +416,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'), configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('specificationmodel'), ParameterName: this.$t('specificationmodel'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'sxthsScqy', key: 'sxthsScqy',
@@ -424,7 +424,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('productionenterprise'), configuration: this.$t('productionenterprise'),
ParameterName: this.$t('productionenterprise'), ParameterName: this.$t('productionenterprise'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'sxtdsdSl', key: 'sxtdsdSl',
@@ -432,7 +432,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'), configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('Quantity'), ParameterName: this.$t('Quantity'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'sxtdsdBzwz', key: 'sxtdsdBzwz',
@@ -448,7 +448,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'), configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('specificationmodel'), ParameterName: this.$t('specificationmodel'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'sxtdsdScqy', key: 'sxtdsdScqy',
@@ -456,7 +456,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('productionenterprise'), configuration: this.$t('productionenterprise'),
ParameterName: this.$t('productionenterprise'), ParameterName: this.$t('productionenterprise'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'jsyjkSl', key: 'jsyjkSl',
@@ -464,7 +464,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'), configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('Quantity'), ParameterName: this.$t('Quantity'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'jsyjkBzwz', key: 'jsyjkBzwz',
@@ -480,7 +480,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'), configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('specificationmodel'), ParameterName: this.$t('specificationmodel'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'jsyjkScqy', key: 'jsyjkScqy',
@@ -488,7 +488,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('productionenterprise'), configuration: this.$t('productionenterprise'),
ParameterName: this.$t('productionenterprise'), ParameterName: this.$t('productionenterprise'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'jsyhwSl', key: 'jsyhwSl',
@@ -496,7 +496,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'), configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('Quantity'), ParameterName: this.$t('Quantity'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'jsyhwBzwz', key: 'jsyhwBzwz',
@@ -512,7 +512,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'), configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('specificationmodel'), ParameterName: this.$t('specificationmodel'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'jsyhwScqy', key: 'jsyhwScqy',
@@ -520,7 +520,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('productionenterprise'), configuration: this.$t('productionenterprise'),
ParameterName: this.$t('productionenterprise'), ParameterName: this.$t('productionenterprise'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'czwxdwGgxh', key: 'czwxdwGgxh',
@@ -528,7 +528,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'), configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('specificationmodel'), ParameterName: this.$t('specificationmodel'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'czwxdwScqy', key: 'czwxdwScqy',
@@ -536,7 +536,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'), configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('productionenterprise'), ParameterName: this.$t('productionenterprise'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'gxdhGgxh', key: 'gxdhGgxh',
@@ -544,7 +544,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'), configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('specificationmodel'), ParameterName: this.$t('specificationmodel'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'gxdhScqy', key: 'gxdhScqy',
@@ -552,7 +552,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'), configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('productionenterprise'), ParameterName: this.$t('productionenterprise'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'lsjGgxh', key: 'lsjGgxh',
@@ -560,7 +560,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'), configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('specificationmodel'), ParameterName: this.$t('specificationmodel'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'lsjScqy', key: 'lsjScqy',
@@ -568,7 +568,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'), configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('productionenterprise'), ParameterName: this.$t('productionenterprise'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'gjddtGgxh', key: 'gjddtGgxh',
@@ -576,7 +576,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'), configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('VersionNumber'), ParameterName: this.$t('VersionNumber'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'gjddtScqy', key: 'gjddtScqy',
@@ -584,7 +584,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'), configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('productionenterprise'), ParameterName: this.$t('productionenterprise'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'dzwlDxxgcs', key: 'dzwlDxxgcs',
@@ -592,7 +592,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'), configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('qualitativelydescriberelevantplaces'), ParameterName: this.$t('qualitativelydescriberelevantplaces'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'cztxXtmc', key: 'cztxXtmc',
@@ -600,7 +600,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'), configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('systemname'), ParameterName: this.$t('systemname'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'cztxGgxh', key: 'cztxGgxh',
@@ -616,7 +616,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'), configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('systemproductionenterprise'), ParameterName: this.$t('systemproductionenterprise'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'cztxBbh', key: 'cztxBbh',
@@ -624,7 +624,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'), configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('softwareversionnumber'), ParameterName: this.$t('softwareversionnumber'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'cztxKfqy', key: 'cztxKfqy',
@@ -632,7 +632,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'), configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('softwaredevelopmententerprise'), ParameterName: this.$t('softwaredevelopmententerprise'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'jsfzczjMc', key: 'jsfzczjMc',
@@ -640,7 +640,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'), configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('controlname'), ParameterName: this.$t('controlname'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'jsfzczjYjxh', key: 'jsfzczjYjxh',
@@ -648,7 +648,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'), configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('hardwarespecificationmodel'), ParameterName: this.$t('hardwarespecificationmodel'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'jsfzczjScqy', key: 'jsfzczjScqy',
@@ -656,7 +656,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'), configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('productionenterprise'), ParameterName: this.$t('productionenterprise'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'jsfzzsqMc', key: 'jsfzzsqMc',
@@ -664,7 +664,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'), configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('nameofindicatorsignaldevice'), ParameterName: this.$t('nameofindicatorsignaldevice'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'jsfzzsqYjxh', key: 'jsfzzsqYjxh',
@@ -672,7 +672,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'), configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('hardwarespecificationmodel'), ParameterName: this.$t('hardwarespecificationmodel'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'jsfzzsqScqy', key: 'jsfzzsqScqy',
@@ -680,7 +680,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'), configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('productionenterprise'), ParameterName: this.$t('productionenterprise'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'fxptstsMc', key: 'fxptstsMc',
@@ -688,7 +688,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'), configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('nameofindicatorsignaldevice'), ParameterName: this.$t('nameofindicatorsignaldevice'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'fxptstsYjxh', key: 'fxptstsYjxh',
@@ -696,7 +696,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'), configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('hardwarespecificationmodel'), ParameterName: this.$t('hardwarespecificationmodel'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'fxptstsScqy', key: 'fxptstsScqy',
@@ -704,7 +704,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'), configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('productionenterprise'), ParameterName: this.$t('productionenterprise'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'jsyzyltsMc', key: 'jsyzyltsMc',
@@ -712,7 +712,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'), configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('nameofindicatorsignaldevice'), ParameterName: this.$t('nameofindicatorsignaldevice'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'jsyzyltsYjxh', key: 'jsyzyltsYjxh',
@@ -720,7 +720,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'), configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('hardwarespecificationmodel'), ParameterName: this.$t('hardwarespecificationmodel'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'jsyzyltsScqy', key: 'jsyzyltsScqy',
@@ -728,7 +728,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'), configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('productionenterprise'), ParameterName: this.$t('productionenterprise'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'dssadGgxh', key: 'dssadGgxh',
@@ -736,7 +736,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'), configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('specificationmodel'), ParameterName: this.$t('specificationmodel'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'dssadScqy', key: 'dssadScqy',
@@ -744,7 +744,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'), configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('productionenterprise'), ParameterName: this.$t('productionenterprise'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'edrGgxh', key: 'edrGgxh',
@@ -752,7 +752,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'), configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('specificationmodel'), ParameterName: this.$t('specificationmodel'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
{ {
key: 'edrScqy', key: 'edrScqy',
@@ -760,7 +760,7 @@ export default {
componentname: this.$t('networksecurityrequirements'), componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'), configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('productionenterprise'), ParameterName: this.$t('productionenterprise'),
fillincontent:this.$t('yesisselected'), fillincontent:this.$t('haveisselected'),
}, },
], ],
queryParam: {}, queryParam: {},