字段修改

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>
@@ -38,12 +41,13 @@
<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,19 +131,17 @@
: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}}
@@ -148,43 +156,43 @@
</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: { url: {
exportData: '/ota/otaBaSjSjmbcx/exportData', exportData: '/ota/otaBaSjSjmbcx/exportData',
importZipUrl: '/ota/otaBaSjSjmbcx/importData?otaId=' + localStorage.getItem('otaId'),//导入 importZipUrl: '/ota/otaBaSjSjmbcx/importData?otaId=' + localStorage.getItem('otaId'),//导入
}, },
projectNameList1:['传统动力汽车','节能汽车','新能源汽车','其他'], projectNameList1: ['传统动力汽车', '节能汽车', '新能源汽车', '其他'],
projectNameList2:[], projectNameList2: [],
selectListPc:[], selectListPc: [],
selectListMb:[], selectListMb: [],
rules:{ rules: {
babh:[ babh: [
{ required:true,message:this.$t('upgraderecordnumber')+this.$t('cannotEmpty'),trigger:'blur'} { required: true, message: this.$t('upgraderecordnumber') + this.$t('cannotEmpty'), trigger: 'blur' }
], ],
bapc:[ bapc: [
{ required:true,message:this.$t('Modelandfunctionrecord')+this.$t('cannotEmpty'),trigger:'change'} { required: true, message: this.$t('Modelandfunctionrecord') + this.$t('cannotEmpty'), trigger: 'change' }
] ]
} }
} }
@@ -199,53 +207,53 @@ import ImportFile from '@/components/ImportFileData/index'
handleModule() { handleModule() {
downloadFile('ota/otaBaSjSjmbcx/exportTemplate', '升级目标车型' + '.zip', {}) downloadFile('ota/otaBaSjSjmbcx/exportTemplate', '升级目标车型' + '.zip', {})
}, },
getData(){ getData() {
let otaIdT=localStorage.getItem('otaIdT') let otaIdT = localStorage.getItem('otaIdT')
if(otaIdT==null){ if (otaIdT == null) {
otaIdT='' otaIdT = ''
} }
let otaId=localStorage.getItem('otaId') let otaId = localStorage.getItem('otaId')
if(otaId==null){ if (otaId == null) {
otaId='' otaId = ''
} }
getAction('/ota/otaBaSjSjmbcx/queryByOtaId',{otaIdT:otaIdT,otaId:otaId}).then(res=>{ getAction('/ota/otaBaSjSjmbcx/queryByOtaId', { otaIdT: otaIdT, otaId: otaId }).then(res => {
if(res.code == 200){ if (res.code == 200) {
if(res.result==null){ if (res.result == null) {
this.form={} this.form = {}
this.form.cxmb=undefined this.form.cxmb = undefined
this.form.bapc=undefined this.form.bapc = undefined
this.form.dllx1=undefined this.form.dllx1 = undefined
this.form.dllx2=undefined this.form.dllx2 = undefined
this.form.qymc='安徽江淮汽车集团股份有限公司' 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{ } else {
this.form=res.result this.form = res.result
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.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){ 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 {
this.form.cxmb = res.result.cxmb ? res.result.cxmb : undefined 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()
} }
@@ -253,136 +261,138 @@ import ImportFile from '@/components/ImportFileData/index'
} }
}) })
}, },
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=>{ postAction('/ota/otaBaSjSjmbcx/add', { otaId: otaId, ...this.form }).then(res => {
if(res.code==200){ if (res.code == 200) {
localStorage.setItem('otaId', res.result.otaId) localStorage.setItem('otaId', res.result.otaId)
this.$message.success(this.$t('SavedSuccessfully')) this.$message.success(this.$t('SavedSuccessfully'))
this.getData() this.getData()
} }
}) })
}else{ } else {
this.form.bapc=undefined this.form.bapc = undefined
} }
}) })
}, },
next(){ next() {
this.save() this.save()
// 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.$emit('basicInformationForm') this.$emit('basicInformationForm')
}}) }
})
}, },
getSelect(){ getSelect() {
getAction('/ota/otaBaCxList/list').then(res=>{ getAction('/ota/otaBaCxList/list').then(res => {
if(res.code==200){ if (res.code == 200) {
this.selectListPc=[] this.selectListPc = []
res.result.forEach(item=>{ res.result.forEach(item => {
if(item.ggpc !="" && item.ggpc !=null){ if (item.ggpc != "" && item.ggpc != null) {
let obj={} let obj = {}
obj=item obj = item
this.selectListPc.push(obj) this.selectListPc.push(obj)
} }
}) })
} }
}) })
getAction('/ota/otaBaSjList/list').then(res=>{ getAction('/ota/otaBaSjList/list').then(res => {
if(res.code==200){ if (res.code == 200) {
this.selectListMb=[] this.selectListMb = []
res.result.forEach(item=>{ res.result.forEach(item => {
let obj={} let obj = {}
obj.id=item.id obj.id = item.id
obj.cpdjbh=item.cpdjbh+'-'+item.ggpc+'-'+item.cpxh obj.cpdjbh = item.cpdjbh + '-' + item.ggpc + '-' + item.cpxh
this.selectListMb.push(obj) this.selectListMb.push(obj)
}) })
} }
}) })
}, },
changeSelect(target){ changeSelect(target) {
this.form.dllx2=undefined this.form.dllx2 = undefined
if(target =='传统动力汽车'){ if (target == '传统动力汽车') {
this. projectNameList2=['汽油','柴油'] this.projectNameList2 = ['汽油', '柴油']
}else if (target =='节能汽车'){ } else if (target == '节能汽车') {
this. projectNameList2=['混合动力','天然气','甲醇','其他'] this.projectNameList2 = ['混合动力', '天然气', '甲醇', '其他']
}else if (target =='新能源汽车'){ } else if (target == '新能源汽车') {
this. projectNameList2=['纯电动','插电式混合动力','燃料电池'] this.projectNameList2 = ['纯电动', '插电式混合动力', '燃料电池']
}else{ } else {
this. projectNameList2=['其他'] this.projectNameList2 = ['其他']
} }
}, },
changeId(value,option){ changeId(value, option) {
this.$nextTick(()=>{ this.$nextTick(() => {
this.form={...this.form} this.form = { ...this.form }
this.$refs.ruleForm.validateField('bapc') this.$refs.ruleForm.validateField('bapc')
}) })
this.selectListPc.map(item=>{ this.selectListPc.map(item => {
if(item.id==value){ if (item.id == value) {
this.form.cpsb = item.cpsb this.form.cpsb = item.cpsb
this.form.cpmc = item.cpmc this.form.cpmc = item.cpmc
this.form.cpxh = item.cpxh this.form.cpxh = item.cpxh
getAction('/ota/otaBaCxJbxx/queryByOtaId',{otaIdT:'',otaId:item.id}).then(res=>{ 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.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.form.dllx2 = res.result.dllx2 == null || res.result.dllx2 == "" ? undefined : res.result.dllx2
}) })
} }
}) })
this.$forceUpdate() this.$forceUpdate()
}, },
update(val){ update(val) {
this.$forceUpdate() this.$forceUpdate()
localStorage.removeItem('otaId') localStorage.removeItem('otaId')
localStorage.removeItem('otaIdT') localStorage.removeItem('otaIdT')
localStorage.setItem('otaIdT',val) localStorage.setItem('otaIdT', val)
this.getData() this.getData()
}, },
update2(){ update2() {
this.$forceUpdate() this.$forceUpdate()
} }
} }
} }
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
@import'~@assets/less/common.less'; @import'~@assets/less/common.less';
.box {
.box {
padding: 0 24px 24px 24px; padding: 0 24px 24px 24px;
box-sizing: border-box; box-sizing: border-box;
} }
.box-title-text-add { .box-title-text-add {
//line-height: 1.4; //line-height: 1.4;
display: flex; display: flex;
align-items: center; align-items: center;
} }
.title-text-add { .title-text-add {
width: 114px; width: 114px;
text-align: right; text-align: right;
display: inline-block; display: inline-block;
@@ -395,9 +405,9 @@ import ImportFile from '@/components/ImportFileData/index'
height: 42px; height: 42px;
//line-height: 20px; //line-height: 20px;
margin-top: 3px; margin-top: 3px;
} }
.title-text-add-input { .title-text-add-input {
width: 80%; width: 80%;
display: inline-block; display: inline-block;
font-weight: 500; font-weight: 500;
@@ -410,43 +420,45 @@ import ImportFile from '@/components/ImportFileData/index'
//line-height: 42px; //line-height: 42px;
margin-top: 3px; margin-top: 3px;
margin-bottom: 20px; margin-bottom: 20px;
} }
.title-text-text { .title-text-text {
margin-top: 9px; margin-top: 9px;
} }
.itemModel { .itemModel {
width: calc(100% - 130px); width: calc(100% - 130px);
display: inline-block; display: inline-block;
margin-top: 2px; margin-top: 2px;
} }
.box-input { .box-input {
display: inline-block; display: inline-block;
width: 100%; width: 100%;
height: 38px; height: 38px;
margin-top: 2px; margin-top: 2px;
} }
.formAdd { .formAdd {
margin: 0 auto; margin: 0 auto;
width: 670px; width: 670px;
} }
.bootom-button{ .bootom-button {
text-align: center!important; text-align: center !important;
} }
.plus{
.plus {
margin-top: 5px; margin-top: 5px;
line-height: 1.2; line-height: 1.2;
} }
.plus2{
.plus2 {
word-break: break-all; word-break: break-all;
line-height: 1.2; line-height: 1.2;
} }
.Required {
.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: {},