Merge remote-tracking branch 'origin/dev_2nd_LCYH' into dev_2nd_LCYH

This commit is contained in:
zyx.net
2023-03-31 11:50:06 +08:00
41 changed files with 566 additions and 543 deletions
@@ -5940,14 +5940,14 @@ public class ParamsCollectManifestEOServiceImpl extends ServiceImpl<ParamsCollec
Map<String, Object> resultMap = new HashMap<>(); Map<String, Object> resultMap = new HashMap<>();
// 校验必填 // 校验必填
if (IsMustEnum.YES.getValue().equals(mustInput) && StringUtils.isEmpty(value)) { /*if (IsMustEnum.YES.getValue().equals(mustInput) && StringUtils.isEmpty(value)) {
if (CutEnum.CN.getValue().equals(cut)) { if (CutEnum.CN.getValue().equals(cut)) {
errorMsg += configName + "为必填项,不能为空;"; errorMsg += configName + "为必填项,不能为空;";
} else { } else {
errorMsg += configName + " is mandatory and cannot be empty; "; errorMsg += configName + " is mandatory and cannot be empty; ";
} }
countError++; countError++;
} }*/
String fileName = value; String fileName = value;
if (StringUtils.isNotBlank(fileName)) { if (StringUtils.isNotBlank(fileName)) {
@@ -5984,14 +5984,14 @@ public class ParamsCollectManifestEOServiceImpl extends ServiceImpl<ParamsCollec
// StringBuilder newValue = new StringBuilder(); // StringBuilder newValue = new StringBuilder();
// 校验必填 // 校验必填
if (IsMustEnum.YES.getValue().equals(mustInput) && StringUtils.isEmpty(value)) { /*if (IsMustEnum.YES.getValue().equals(mustInput) && StringUtils.isEmpty(value)) {
if (CutEnum.CN.getValue().equals(cut)) { if (CutEnum.CN.getValue().equals(cut)) {
errorMsg += configName + "为必填项,不能为空;"; errorMsg += configName + "为必填项,不能为空;";
} else { } else {
errorMsg += configName + " is mandatory and cannot be empty; "; errorMsg += configName + " is mandatory and cannot be empty; ";
} }
countError++; countError++;
} }*/
if (StringUtils.isNotEmpty(value)) { if (StringUtils.isNotEmpty(value)) {
//判断是否是单选 //判断是否是单选
@@ -6047,14 +6047,14 @@ public class ParamsCollectManifestEOServiceImpl extends ServiceImpl<ParamsCollec
Map<String, Object> resultMap = new HashMap<>(); Map<String, Object> resultMap = new HashMap<>();
// 校验必填 // 校验必填
if (IsMustEnum.YES.getValue().equals(mustInput) && StringUtils.isEmpty(value)) { /*if (IsMustEnum.YES.getValue().equals(mustInput) && StringUtils.isEmpty(value)) {
if (CutEnum.CN.getValue().equals(cut)) { if (CutEnum.CN.getValue().equals(cut)) {
errorMsg += configName + "为必填项,不能为空;"; errorMsg += configName + "为必填项,不能为空;";
} else { } else {
errorMsg += configName + " is mandatory and cannot be empty; "; errorMsg += configName + " is mandatory and cannot be empty; ";
} }
countError++; countError++;
} }*/
// 校验长度 // 校验长度
if (StringUtils.isNotBlank(value) && value.length() > Long.parseLong(dbLength)) { if (StringUtils.isNotBlank(value) && value.length() > Long.parseLong(dbLength)) {
+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:'任务类型不匹配',
+1 -1
View File
@@ -172,7 +172,7 @@
dataIndex: res.db_field_name, dataIndex: res.db_field_name,
align: 'left', align: 'left',
ellipsis: true, ellipsis: true,
width: 170, width: 192,
sorter: res.sort sorter: res.sort
}) })
if (res.click) { if (res.click) {
@@ -182,7 +182,9 @@
sorter: res.sort, sorter: res.sort,
width: 100 width: 100
}) })
if (res.db_field_name=='technology_territory'){
this.columns[index].width= 293
}
if (res.urlClick) { if (res.urlClick) {
this.columns[index].scopedSlots = { this.columns[index].scopedSlots = {
customRender: 'urlClick' customRender: 'urlClick'
+1 -1
View File
@@ -196,7 +196,7 @@
align: 'left', align: 'left',
ellipsis: true, ellipsis: true,
sorter: res.sort, sorter: res.sort,
width: 170 width: 224,
}) })
if (res.db_field_name == '') { if (res.db_field_name == '') {
// scope.row.itermsConditions ? scope.row.itermsConditions.replace(/<.*?>/ig, ' ') : '' // scope.row.itermsConditions ? scope.row.itermsConditions.replace(/<.*?>/ig, ' ') : ''
+1 -1
View File
@@ -165,7 +165,7 @@
align: 'left', align: 'left',
ellipsis: true, ellipsis: true,
sorter: res.sort, sorter: res.sort,
width: 170 width: 215,
}) })
if (res.click) { if (res.click) {
this.columns[index].scopedSlots = { this.columns[index].scopedSlots = {
@@ -73,12 +73,12 @@
</template> </template>
<span style="float: right;overflow: hidden;margin-right: 11px" class="table-page-search-submitButtons"> <span style="float: right;overflow: hidden;margin-right: 11px" class="table-page-search-submitButtons">
<a-col :md="6" :sm="24"> <a-col :md="6" :sm="24">
<a-button class="box-button" type="primary" @click="searchQuery">{{$t('query')}}</a-button> <a @click="handleToggleSearch">
<a-button class="box-button" style="margin-left: 8px" @click="searchReset">{{$t('reset')}}</a-button>
<a @click="handleToggleSearch" style="margin-left: 8px">
{{ !toggleSearchStatus ? $t('open') : $t('away') }} {{ !toggleSearchStatus ? $t('open') : $t('away') }}
<a-icon :type="toggleSearchStatus ? 'up' : 'down'"/> <a-icon :type="toggleSearchStatus ? 'up' : 'down'"/>
</a> </a>
<a-button class="box-button" style="margin-left: 8px" @click="searchReset">{{$t('reset')}}</a-button>
<a-button class="box-button" style="margin-left: 8px" type="primary" @click="searchQuery">{{$t('query')}}</a-button>
</a-col> </a-col>
</span> </span>
</a-row> </a-row>
@@ -89,14 +89,14 @@
title: this.$t('problemLabel'), title: this.$t('problemLabel'),
dataIndex: 'problemLabel', dataIndex: 'problemLabel',
align: 'left', align: 'left',
width: 240, width: 370,
ellipsis: true ellipsis: true
}, },
{ {
title: this.$t('personCharge'), title: this.$t('personCharge'),
dataIndex: 'chargePersonIdName', dataIndex: 'chargePersonIdName',
align: 'left', align: 'left',
width: 240, width: 323,
ellipsis: true ellipsis: true
}, },
{ {
@@ -59,8 +59,8 @@
</a-col> </a-col>
<span style="float: right;overflow: hidden;margin-right: 11px" class="table-page-search-submitButtons"> <span style="float: right;overflow: hidden;margin-right: 11px" class="table-page-search-submitButtons">
<a-col :md="6" :sm="24"> <a-col :md="6" :sm="24">
<a-button class="box-button" type="primary" @click="searchQuery">{{$t('query')}}</a-button> <a-button class="box-button" @click="searchReset">{{$t('reset')}}</a-button>
<a-button class="box-button" style="margin-left: 8px" @click="searchReset">{{$t('reset')}}</a-button> <a-button class="box-button" style="margin-left: 8px" type="primary" @click="searchQuery">{{$t('query')}}</a-button>
</a-col> </a-col>
</span> </span>
</a-row> </a-row>
@@ -41,9 +41,9 @@
</div> </div>
</a-col> </a-col>
<div style="text-align: right"> <div style="text-align: right">
<a-button class="box-button" type="primary" @click="onSearch">{{$t('query')}}</a-button> <a-button class="box-button" @click="ResetSearch">{{$t('reset')}}
<a-button class="box-button" style="margin-left: 8px" @click="ResetSearch">{{$t('reset')}}
</a-button> </a-button>
<a-button class="box-button" style="margin-left: 8px" type="primary" @click="onSearch">{{$t('query')}}</a-button>
</div> </div>
</a-row> </a-row>
</a-form> </a-form>
@@ -36,8 +36,8 @@
</a-col> </a-col>
<span style="float: right;overflow: hidden;margin-right: 11px" class="table-page-search-submitButtons"> <span style="float: right;overflow: hidden;margin-right: 11px" class="table-page-search-submitButtons">
<a-col :md="6" :sm="24"> <a-col :md="6" :sm="24">
<a-button class="box-button" type="primary" @click="searchQuery">{{$t('query')}}</a-button> <a-button class="box-button" @click="searchReset">{{$t('reset')}}</a-button>
<a-button class="box-button" style="margin-left: 8px" @click="searchReset">{{$t('reset')}}</a-button> <a-button class="box-button" style="margin-left: 8px" type="primary" @click="searchQuery">{{$t('query')}}</a-button>
</a-col> </a-col>
</span> </span>
</a-row> </a-row>
@@ -185,12 +185,12 @@
align: 'left', align: 'left',
dataIndex: 'titleCn', dataIndex: 'titleCn',
ellipsis: true, ellipsis: true,
width: 170 width: 200
}, },
{ {
title: this.$t('englishTitle'), title: this.$t('englishTitle'),
align: 'left', align: 'left',
width: 170, width: 205,
ellipsis: true, ellipsis: true,
dataIndex: 'titleEn' dataIndex: 'titleEn'
}, },
@@ -212,7 +212,7 @@
title: this.$t('exportStatus'), title: this.$t('exportStatus'),
align: 'left', align: 'left',
ellipsis: true, ellipsis: true,
width: 170, width: 250,
dataIndex: 'exportStateName' dataIndex: 'exportStateName'
}, },
{ {
@@ -14,8 +14,8 @@
</a-col> </a-col>
<span style="float: right;overflow: hidden;margin-right: 11px" class="table-page-search-submitButtons"> <span style="float: right;overflow: hidden;margin-right: 11px" class="table-page-search-submitButtons">
<a-col :md="6" :sm="24"> <a-col :md="6" :sm="24">
<a-button class="box-button" type="primary" @click="searchQuery">{{$t('query')}}</a-button> <a-button class="box-button" @click="searchReset">{{$t('reset')}}</a-button>
<a-button class="box-button" style="margin-left: 8px" @click="searchReset">{{$t('reset')}}</a-button> <a-button class="box-button" style="margin-left: 8px" type="primary" @click="searchQuery">{{$t('query')}}</a-button>
</a-col> </a-col>
</span> </span>
</a-row> </a-row>
@@ -121,7 +121,7 @@
title: this.$t('RegulationMonthlyName'), title: this.$t('RegulationMonthlyName'),
align: 'left', align: 'left',
dataIndex: 'name', dataIndex: 'name',
width: 190, width: 485,
ellipsis: true, ellipsis: true,
scopedSlots: { customRender: 'RegulationMonthlyName' } scopedSlots: { customRender: 'RegulationMonthlyName' }
}, },
@@ -129,21 +129,21 @@
title: this.$t('monthlyLanguage'), title: this.$t('monthlyLanguage'),
align: 'left', align: 'left',
dataIndex: 'language', dataIndex: 'language',
width: 170, width: 195,
ellipsis: true, ellipsis: true,
scopedSlots: { customRender: 'language' } scopedSlots: { customRender: 'language' }
}, },
{ {
title: this.$t('releaseStatus'), title: this.$t('releaseStatus'),
align: 'left', align: 'left',
width: 140, width: 175,
ellipsis: true, ellipsis: true,
dataIndex: 'issueStatus_dictText' dataIndex: 'issueStatus_dictText'
}, },
{ {
title: this.$t('uploadTime'), title: this.$t('uploadTime'),
align: 'left', align: 'left',
width: 170, width: 305,
ellipsis: true, ellipsis: true,
dataIndex: 'createTime' dataIndex: 'createTime'
}, },
@@ -88,12 +88,12 @@
align: 'left', align: 'left',
dataIndex: 'titleCn', dataIndex: 'titleCn',
ellipsis: true, ellipsis: true,
width: 320 width: 330
}, },
{ {
title: this.$t('englishTitle'), title: this.$t('englishTitle'),
align: 'left', align: 'left',
width: 320, width: 460,
ellipsis: true, ellipsis: true,
dataIndex: 'titleEn' dataIndex: 'titleEn'
}, },
@@ -74,12 +74,12 @@
</template> </template>
<span style="float: right;overflow: hidden;margin-right: 11px" class="table-page-search-submitButtons"> <span style="float: right;overflow: hidden;margin-right: 11px" class="table-page-search-submitButtons">
<a-col :md="6" :sm="24"> <a-col :md="6" :sm="24">
<a-button class="box-button" type="primary" @click="searchQuery">{{$t('query')}}</a-button> <a @click="handleToggleSearch">
<a-button class="box-button" style="margin-left: 8px" @click="searchReset">{{$t('reset')}}</a-button>
<a @click="handleToggleSearch" style="margin-left: 8px">
{{ !toggleSearchStatus ? $t('open') : $t('away') }} {{ !toggleSearchStatus ? $t('open') : $t('away') }}
<a-icon :type="toggleSearchStatus ? 'up' : 'down'"/> <a-icon :type="toggleSearchStatus ? 'up' : 'down'"/>
</a> </a>
<a-button class="box-button" style="margin-left: 8px" @click="searchReset">{{$t('reset')}}</a-button>
<a-button class="box-button" style="margin-left: 8px" type="primary" @click="searchQuery">{{$t('query')}}</a-button>
</a-col> </a-col>
</span> </span>
</a-row> </a-row>
@@ -131,20 +131,20 @@
align: 'left', align: 'left',
sorter: true, sorter: true,
ellipsis: true, ellipsis: true,
width: 180 width: 335
}, },
{ {
title: this.$t('title'), title: this.$t('title'),
align: 'left', align: 'left',
scopedSlots: { customRender: 'serialtitle' }, scopedSlots: { customRender: 'serialtitle' },
width: 180, width: 510,
ellipsis: true, ellipsis: true,
dataIndex: 'title' dataIndex: 'title'
}, },
{ {
title: this.$t('status'), title: this.$t('status'),
align: 'left', align: 'left',
width: 180, width: 254,
ellipsis: true, ellipsis: true,
sorter: true, sorter: true,
dataIndex: 'state' dataIndex: 'state'
@@ -152,7 +152,7 @@
{ {
title: this.$t('collectionTime'), title: this.$t('collectionTime'),
align: 'left', align: 'left',
width: 180, width: 299,
ellipsis: true, ellipsis: true,
sorter: true, sorter: true,
dataIndex: 'createTime' dataIndex: 'createTime'
@@ -127,7 +127,7 @@
dataIndex: 'serialNumber', dataIndex: 'serialNumber',
key: 'serialNumber', key: 'serialNumber',
align: 'left', align: 'left',
width: 180, width: 335,
scopedSlots: { customRender: 'serialNumber' }, scopedSlots: { customRender: 'serialNumber' },
sorter:true, sorter:true,
ellipsis: true ellipsis: true
@@ -135,7 +135,7 @@
{ {
title: this.$t('title'), title: this.$t('title'),
align: 'left', align: 'left',
width: 180, width: 510,
dataIndex: 'title', dataIndex: 'title',
scopedSlots: { customRender: 'serialtitle' }, scopedSlots: { customRender: 'serialtitle' },
ellipsis: true ellipsis: true
@@ -143,7 +143,7 @@
{ {
title: this.$t('status'), title: this.$t('status'),
align: 'left', align: 'left',
width: 180, width: 254,
dataIndex: 'state', dataIndex: 'state',
sorter:true, sorter:true,
ellipsis: true ellipsis: true
@@ -151,7 +151,7 @@
{ {
title: this.$t('subscriptionTime'), title: this.$t('subscriptionTime'),
align: 'left', align: 'left',
width: 180, width: 299,
dataIndex: 'createTime', dataIndex: 'createTime',
sorter:true, sorter:true,
ellipsis: true ellipsis: true
@@ -221,14 +221,14 @@
title: this.$t('VirtualListName'), title: this.$t('VirtualListName'),
align: 'left', align: 'left',
dataIndex: 'name', dataIndex: 'name',
width: 260, width: 484,
ellipsis: true, ellipsis: true,
scopedSlots: { customRender: 'VirtualListName' } scopedSlots: { customRender: 'VirtualListName' }
}, },
{ {
title: this.$t('listStatus'), title: this.$t('listStatus'),
align: 'left', align: 'left',
width: 260, width: 540,
ellipsis: true, ellipsis: true,
dataIndex: 'state_dictText' dataIndex: 'state_dictText'
}, },
@@ -243,7 +243,7 @@
title: this.$t('operation'), title: this.$t('operation'),
align: 'left', align: 'left',
fixed: 'right', fixed: 'right',
width: 400, width: 280,
scopedSlots: { customRender: 'operation' } scopedSlots: { customRender: 'operation' }
} }
], ],
+8 -8
View File
@@ -99,12 +99,12 @@
<!-- <globalAdvancedQuery ref="globalAdvancedQueryRef"--> <!-- <globalAdvancedQuery ref="globalAdvancedQueryRef"-->
<!-- @handleSuperQuery="handleSuperQuery"--> <!-- @handleSuperQuery="handleSuperQuery"-->
<!-- :fieldList="fieldList"/>--> <!-- :fieldList="fieldList"/>-->
<a-button class="box-button" type="primary" @click="searchQuery">{{ $t('query') }}</a-button> <a @click="handleToggleSearch">
<a-button class="box-button" style="margin-left: 8px"
@click="searchReset">{{ $t('reset') }}</a-button>
<a @click="handleToggleSearch" style="margin-left: 8px">
<span class="icon-open">{{ !toggleSearchStatus ? $t('open') : $t('away') }}</span> <span class="icon-open">{{ !toggleSearchStatus ? $t('open') : $t('away') }}</span>
<a-icon :type="toggleSearchStatus ? 'up' : 'down'"/> <a-icon :type="toggleSearchStatus ? 'up' : 'down'"/>
<a-button class="box-button" style="margin-left: 8px"
@click="searchReset">{{ $t('reset') }}</a-button>
<a-button class="box-button" style="margin-left: 8px" type="primary" @click="searchQuery">{{ $t('query') }}</a-button>
</a> </a>
</a-col> </a-col>
</span> </span>
@@ -385,7 +385,7 @@
ellipsis: true, ellipsis: true,
dataIndex: 'fileName', dataIndex: 'fileName',
scopedSlots: { customRender: 'fileName' }, scopedSlots: { customRender: 'fileName' },
width: 400 width: 200
}, },
{ {
title: this.$t('fileDeclaration'), title: this.$t('fileDeclaration'),
@@ -393,7 +393,7 @@
ellipsis: true, ellipsis: true,
dataIndex: 'fileDescription', dataIndex: 'fileDescription',
scopedSlots: { customRender: 'projectName' }, scopedSlots: { customRender: 'projectName' },
width: 400 width: 300
}, },
{ {
title: this.$t('uploadedBy'), title: this.$t('uploadedBy'),
@@ -412,14 +412,14 @@
align: 'left', align: 'left',
ellipsis: true, ellipsis: true,
dataIndex: 'createTime', dataIndex: 'createTime',
width: 150 width: 250
}, },
{ {
title: this.$t('operation'), title: this.$t('operation'),
align: 'left', align: 'left',
fixed: 'right', fixed: 'right',
ellipsis: true, ellipsis: true,
width: 150, width: 250,
scopedSlots: { customRender: 'operation' } scopedSlots: { customRender: 'operation' }
} }
], ],
@@ -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,38 +40,40 @@
<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%">
<!-- <span class="title-text-text">中文</span> --> <!-- <span class="title-text-text">中文</span> -->
<a-form-model-item prop="babh"> <a-form-model-item class="itemModel" 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:100%" :max-length="50"></a-input>
</a-form-model-item> </a-form-model-item>
</div>
</div> </div>
</a-col> </a-col>
<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">
<!-- <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-form-model-item class="itemModel">
<a-input class="box-input" v-model="form.qymc" :title='form.qymc' :placeholder="$t('pleaseEnter')"
disabled style="width:100%" :max-length="50"></a-input>
</a-form-model-item>
</div> </div>
</div>
</a-col> </a-col>
<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 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 +83,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 +95,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 +107,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,36 +119,35 @@
<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 " >
<!-- <j-dict-select-tag class="box-input" <div style="display:flex;flex-wrap: nowrap;width: 100%;">
:disabled="disabled" <div style="width: 90%;margin-right: 20px;">
@change="projectNameChange" <a-select class="box-input" v-model="form.dllx1" :disabled="disabled" :placeholder="$t('PleaseSelect')"
:placeholder="$t('PleaseSelect')" @change="changeSelect($event, target)"
:type="'select'" style="width: 100%;"
:triggerChange="false" >
v-model="form.Vehicledynamictype"/> --> <a-select-option v-for="(item, key) in projectNameList1" :key="key" :value="item">
<a-select class="box-input" v-model="form.dllx1" :disabled="disabled" :placeholder="$t('PleaseSelect')" @change="changeSelect($event,target)"> {{ item }}
<a-select-option v-for="(item, key) in projectNameList1"
:key="key"
:value="item">
{{ item }}
</a-select-option>
</a-select>
</a-form-model-item>
<a-form-model-item class="itemModel" style="width: 40%;margin-left:-9px">
<a-select v-model="form.dllx2" class="box-input" :disabled="disabled" :placeholder="$t('PleaseSelect')" @change="update2">
<a-select-option v-for="(item, key) in projectNameList2"
:key="key"
:value="item">
{{ item }}
<!-- <span style="display: inline-block;width: 100%" :title=" item.projectName ">
{{ item.projectName}}
</span> -->
</a-select-option> </a-select-option>
</a-select> </a-select>
</div>
<div style="width: 100%;">
<a-select v-model="form.dllx2" class="box-input" :disabled="disabled" :placeholder="$t('PleaseSelect')"
@change="update2"
style="width: 100%;"
>
<a-select-option v-for="(item, key) in projectNameList2" :key="key" :value="item">
{{ item }}
</a-select-option>
</a-select>
</div>
</div>
</a-form-model-item> </a-form-model-item>
</div> </div>
</a-col> </a-col>
@@ -148,305 +155,312 @@
</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; max-width: 486px;
} }
.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: {},
@@ -164,7 +164,7 @@ export default {
{ {
title: this.$t('zoneOfApplication'), title: this.$t('zoneOfApplication'),
align: 'left', align: 'left',
width: 160, width: 235,
ellipsis: true, ellipsis: true,
sorter:true, sorter:true,
dataIndex: 'region_dictText', dataIndex: 'region_dictText',
@@ -172,7 +172,7 @@ export default {
{ {
title: this.$t('parameterTemplate'), title: this.$t('parameterTemplate'),
align: 'left', align: 'left',
width: 180, width: 252,
ellipsis: true, ellipsis: true,
sorter:true, sorter:true,
dataIndex: 'paramsTemplateName', dataIndex: 'paramsTemplateName',
@@ -184,7 +184,7 @@ export default {
ellipsis: true, ellipsis: true,
dataIndex: 'description', dataIndex: 'description',
// scopedSlots: { customRender: 'titleName' } // scopedSlots: { customRender: 'titleName' }
width: 192 width: 350
}, },
// { // {
// title: this.$t('zoneOfApplication'), // title: this.$t('zoneOfApplication'),
@@ -195,7 +195,7 @@ export default {
// }, // },
{ {
title: this.$t('creater'), title: this.$t('creater'),
align: 'center', align: 'left',
width: 120, width: 120,
ellipsis: true, ellipsis: true,
dataIndex: 'createBy' dataIndex: 'createBy'
@@ -204,14 +204,14 @@ export default {
title: this.$t('created'), title: this.$t('created'),
align: 'left', align: 'left',
dataIndex: 'createTime', dataIndex: 'createTime',
width: 160, width: 200,
sorter:true, sorter:true,
ellipsis: true, ellipsis: true,
}, },
{ {
title: this.$t('updated'), title: this.$t('updated'),
align: 'left', align: 'left',
width: 160, width: 200,
ellipsis: true, ellipsis: true,
sorter:true, sorter:true,
dataIndex: 'updateTime' dataIndex: 'updateTime'
@@ -160,7 +160,7 @@
{ {
title: this.$t('entryName'), title: this.$t('entryName'),
align: 'left', align: 'left',
width: 210, width: 405,
dataIndex: 'projectName', dataIndex: 'projectName',
sorter:true, sorter:true,
scopedSlots: { customRender: 'projectName' } scopedSlots: { customRender: 'projectName' }
@@ -168,20 +168,20 @@
{ {
title: this.$t('ListTitle'), title: this.$t('ListTitle'),
align: 'left', align: 'left',
width: 380, width: 553,
dataIndex: 'title', dataIndex: 'title',
}, },
{ {
title: this.$t('Version'), title: this.$t('Version'),
align: 'left', align: 'left',
width: 382, width: 384,
dataIndex: 'version' dataIndex: 'version'
}, },
{ {
title: this.$t('operation'), title: this.$t('operation'),
align: 'left', align: 'left',
fixed: 'right', fixed: 'right',
width: 200, width: 220,
scopedSlots: { customRender: 'operation' } scopedSlots: { customRender: 'operation' }
} }
], ],
@@ -170,7 +170,7 @@ export default {
dataIndex: 'templateName', dataIndex: 'templateName',
sorter:true, sorter:true,
ellipsis: true, ellipsis: true,
width: 201, width: 368,
scopedSlots: { customRender: 'templateName' } scopedSlots: { customRender: 'templateName' }
}, },
{ {
@@ -178,12 +178,12 @@ export default {
align: 'left', align: 'left',
dataIndex: 'description', dataIndex: 'description',
ellipsis: true, ellipsis: true,
width: 192, width: 372,
scopedSlots: { customRender: 'projectName' } scopedSlots: { customRender: 'projectName' }
}, },
{ {
title: this.$t('zoneOfApplication'), title: this.$t('zoneOfApplication'),
align: 'center', align: 'left',
dataIndex: 'region_dictText', dataIndex: 'region_dictText',
ellipsis: true, ellipsis: true,
sorter:true, sorter:true,
@@ -161,7 +161,7 @@ export default {
{ {
title: this.$t('NiONumber'), title: this.$t('NiONumber'),
align: 'left', align: 'left',
width: 130, width: 190,
dataIndex: 'nioNumber', dataIndex: 'nioNumber',
sorter: true, sorter: true,
ellipsis: true, ellipsis: true,
@@ -170,7 +170,7 @@ export default {
title: this.$t('ParameterName'), title: this.$t('ParameterName'),
align: 'left', align: 'left',
dataIndex: 'paramsName', dataIndex: 'paramsName',
width: 160, width: 268,
ellipsis: true, ellipsis: true,
}, },
{ {
@@ -178,14 +178,14 @@ export default {
align: 'left', align: 'left',
dataIndex: 'description', dataIndex: 'description',
ellipsis: true, ellipsis: true,
width: 180, width: 380,
// scopedSlots: { customRender: 'titleName' } // scopedSlots: { customRender: 'titleName' }
}, },
{ {
title: this.$t('areaOfResponsibility'), title: this.$t('areaOfResponsibility'),
align: 'left', align: 'left',
dataIndex: 'dutyTerritory_dictText', dataIndex: 'dutyTerritory_dictText',
width: 150, width: 259,
sorter: true, sorter: true,
ellipsis: true, ellipsis: true,
}, },
@@ -194,14 +194,14 @@ export default {
align: 'left', align: 'left',
dataIndex: 'createTime', dataIndex: 'createTime',
sorter: true, sorter: true,
width: 180, width: 265,
ellipsis: true, ellipsis: true,
}, },
{ {
title: this.$t('operation'), title: this.$t('operation'),
align: 'left', align: 'left',
fixed: 'right', fixed: 'right',
width: 120, width: 200,
scopedSlots: { customRender: 'operation' } scopedSlots: { customRender: 'operation' }
} }
], ],
@@ -132,21 +132,21 @@
dataIndex: 'name', dataIndex: 'name',
align: 'left', align: 'left',
ellipsis: true, ellipsis: true,
width: 240 width: 466
}, },
{ {
title: this.$t('ProcessType'), title: this.$t('ProcessType'),
dataIndex: 'categoryName', dataIndex: 'categoryName',
align: 'left', align: 'left',
ellipsis: true, ellipsis: true,
width: 240 width: 518
}, },
{ {
title: this.$t('createTime'), title: this.$t('createTime'),
dataIndex: 'createTime', dataIndex: 'createTime',
align: 'left', align: 'left',
ellipsis: true, ellipsis: true,
width: 240, width: 308,
customRender: function(t, r, index) { customRender: function(t, r, index) {
return moment(t).format('YYYY-MM-DD HH:mm:ss') return moment(t).format('YYYY-MM-DD HH:mm:ss')
} }
@@ -158,13 +158,13 @@
title: this.$t('title'), title: this.$t('title'),
align: 'left', align: 'left',
dataIndex: 'title', dataIndex: 'title',
width: 240, width: 280,
scopedSlots: { customRender: 'paramsManifestClick' } scopedSlots: { customRender: 'paramsManifestClick' }
}, },
{ {
title: this.$t('status'), title: this.$t('status'),
align: 'left', align: 'left',
width: 80, width: 100,
ellipsis: true, ellipsis: true,
sorter:true, sorter:true,
dataIndex: 'state' dataIndex: 'state'
@@ -172,14 +172,14 @@
{ {
title: this.$t('parameterTemplateName'), title: this.$t('parameterTemplateName'),
align: 'left', align: 'left',
width: 180, width: 200,
ellipsis: true, ellipsis: true,
dataIndex: 'paramsTemplateName' dataIndex: 'paramsTemplateName'
}, },
{ {
title: this.$t('relatedProjectVersion'), title: this.$t('relatedProjectVersion'),
align: 'left', align: 'left',
width: 120, width: 150,
ellipsis: true, ellipsis: true,
sorter:true, sorter:true,
dataIndex: 'projectVersion' dataIndex: 'projectVersion'
@@ -188,7 +188,7 @@
title: this.$t('collectionCompletionTime'), title: this.$t('collectionCompletionTime'),
align: 'left', align: 'left',
dataIndex: 'finishTime', dataIndex: 'finishTime',
width: 180, width: 200,
ellipsis: true, ellipsis: true,
sorter:true, sorter:true,
scopedSlots: { customRender: 'collectionCompletionTime' } scopedSlots: { customRender: 'collectionCompletionTime' }
@@ -196,7 +196,7 @@
{ {
title: this.$t('Version'), title: this.$t('Version'),
align: 'left', align: 'left',
width: 80, width: 100,
ellipsis: true, ellipsis: true,
sorter:true, sorter:true,
dataIndex: 'version' dataIndex: 'version'
@@ -211,7 +211,7 @@
{ {
title: this.$t('created'), title: this.$t('created'),
align: 'left', align: 'left',
width: 160, width: 200,
ellipsis: true, ellipsis: true,
sorter:true, sorter:true,
dataIndex: 'createTime' dataIndex: 'createTime'
@@ -21,6 +21,7 @@
<a-form-model-item class="itemModel" :prop="this.formInline.id?'':'serialNumber'"> <a-form-model-item class="itemModel" :prop="this.formInline.id?'':'serialNumber'">
<a-select :placeholder="$t('PleaseSelect')+$t('regulationNo')" <a-select :placeholder="$t('PleaseSelect')+$t('regulationNo')"
optionFilterProp="label" optionFilterProp="label"
v-if="!this.formInline.id"
@change="serialNumberChange" @change="serialNumberChange"
:disabled="this.formInline.id?true:false" :disabled="this.formInline.id?true:false"
showSearch showSearch
@@ -35,6 +36,11 @@
</span> </span>
</a-select-option> </a-select-option>
</a-select> </a-select>
<a-input class="box-input"
:disabled="true"
v-else
v-model.trim="formInline.serialNumber"
:placeholder="$t('PleaseEnter')+this.$t('regulationNo')"/>
</a-form-model-item> </a-form-model-item>
</div> </div>
</a-col> </a-col>
@@ -342,7 +342,7 @@
align: 'left', align: 'left',
dataIndex: 'remark', dataIndex: 'remark',
ellipsis: true, ellipsis: true,
width: 153 width: 188
}, },
{ {
title: this.$t('operation'), title: this.$t('operation'),
@@ -217,7 +217,7 @@
title: this.$t('entryName'), title: this.$t('entryName'),
align: 'left', align: 'left',
dataIndex: 'projectName', dataIndex: 'projectName',
width: 260, width: 300,
sorter:true, sorter:true,
ellipsis: true, ellipsis: true,
scopedSlots: { customRender: 'projectName' } scopedSlots: { customRender: 'projectName' }
@@ -254,7 +254,7 @@
{ {
title: this.$t('explain'), title: this.$t('explain'),
align: 'left', align: 'left',
width: 280, width: 300,
ellipsis: true, ellipsis: true,
dataIndex: 'explanation' dataIndex: 'explanation'
}, },
@@ -276,7 +276,7 @@
{ {
title: this.$t('DigitalPlatform'), title: this.$t('DigitalPlatform'),
align: 'left', align: 'left',
width: 180, width: 205,
ellipsis: true, ellipsis: true,
sorter:true, sorter:true,
dataIndex: 'digitalPlatform' dataIndex: 'digitalPlatform'
@@ -195,7 +195,7 @@ export default {
align: 'left', align: 'left',
ellipsis: true, ellipsis: true,
dataIndex: 'state_dicText', dataIndex: 'state_dicText',
width: 120 width: 150
}, },
// { // {
// title: this.$t('category'), // title: this.$t('category'),
@@ -206,7 +206,7 @@ export default {
title: this.$t('technicalField'), title: this.$t('technicalField'),
align: 'left', align: 'left',
dataIndex: 'technologyTerritory_dicText', dataIndex: 'technologyTerritory_dicText',
width: 250, width: 634,
ellipsis: true, ellipsis: true,
scopedSlots: { customRender: 'technicalField' } scopedSlots: { customRender: 'technicalField' }
}, },
+3 -3
View File
@@ -130,7 +130,7 @@
title: this.$t('DictionaryName'), title: this.$t('DictionaryName'),
align: 'left', align: 'left',
dataIndex: 'dictName', dataIndex: 'dictName',
width: 160, width: 486,
ellipsis: true ellipsis: true
}, },
// { // {
@@ -150,14 +150,14 @@
title: this.$t('DictionaryNumber'), title: this.$t('DictionaryNumber'),
align: 'left', align: 'left',
dataIndex: 'dictCode', dataIndex: 'dictCode',
width: 160, width: 248,
ellipsis: true ellipsis: true
}, },
{ {
title: this.$t('describe'), title: this.$t('describe'),
align: 'left', align: 'left',
dataIndex: 'description', dataIndex: 'description',
width: 160, width: 375,
ellipsis: true ellipsis: true
}, },
{ {
+5 -5
View File
@@ -120,7 +120,7 @@
align: 'left', align: 'left',
key: 'menuEn', key: 'menuEn',
ellipsis: true, ellipsis: true,
width: 180 width: 255
}, },
{ {
title: 'icon', title: 'icon',
@@ -128,14 +128,14 @@
align: 'left', align: 'left',
key: 'icon', key: 'icon',
ellipsis: true, ellipsis: true,
width: 180 width: 210
}, },
{ {
title: this.$t('assembly'), title: this.$t('assembly'),
dataIndex: 'component', dataIndex: 'component',
align: 'left', align: 'left',
key: 'component', key: 'component',
width: 240, width: 317,
ellipsis: true, ellipsis: true,
scopedSlots: { customRender: 'component' } scopedSlots: { customRender: 'component' }
}, },
@@ -144,7 +144,7 @@
dataIndex: 'url', dataIndex: 'url',
align: 'left', align: 'left',
key: 'url', key: 'url',
width: 240, width: 280,
ellipsis: true, ellipsis: true,
scopedSlots: { customRender: 'url' } scopedSlots: { customRender: 'url' }
}, },
@@ -152,7 +152,7 @@
title: this.$t('sort'), title: this.$t('sort'),
dataIndex: 'sortNo', dataIndex: 'sortNo',
align: 'left', align: 'left',
width: 80, width: 169,
ellipsis: true, ellipsis: true,
key: 'sortNo' key: 'sortNo'
}, },
@@ -65,7 +65,7 @@
dataIndex: 'projectName', dataIndex: 'projectName',
scopedSlots: { customRender: 'RelatedItems' }, scopedSlots: { customRender: 'RelatedItems' },
ellipsis: true, ellipsis: true,
width: 130 width: 392
}, },
{ {
title: this.$t('standardInformation'), title: this.$t('standardInformation'),
@@ -73,28 +73,28 @@
dataIndex: 'standardInfo', dataIndex: 'standardInfo',
scopedSlots: { customRender: 'standardInformation' }, scopedSlots: { customRender: 'standardInformation' },
ellipsis: true, ellipsis: true,
width: 330 width: 353
}, },
{ {
title: this.$t('taskType'), title: this.$t('taskType'),
align: 'left', align: 'left',
dataIndex: 'flowTypeShow', dataIndex: 'flowTypeShow',
ellipsis: true, ellipsis: true,
width: 170 width: 241
}, },
{ {
title: this.$t('Tasknode'), title: this.$t('Tasknode'),
align: 'left', align: 'left',
dataIndex: 'taskDefinitionKeyName', dataIndex: 'taskDefinitionKeyName',
ellipsis: true, ellipsis: true,
width: 150 width: 208
}, },
{ {
title: this.$t('Sponsor'), title: this.$t('Sponsor'),
align: 'left', align: 'left',
dataIndex: 'createBy', dataIndex: 'createBy',
ellipsis: true, ellipsis: true,
width: 130 width: 201
}, },
// { // {
// title: this.$t('LastProcessor'), // title: this.$t('LastProcessor'),
@@ -115,7 +115,7 @@
align: 'left', align: 'left',
dataIndex: 'endTime', dataIndex: 'endTime',
ellipsis: true, ellipsis: true,
width: 150 width: 108
}, },
// { // {
// title: this.$t('taskStatus'), // title: this.$t('taskStatus'),
@@ -78,7 +78,7 @@
dataIndex: 'projectName', dataIndex: 'projectName',
ellipsis: true, ellipsis: true,
scopedSlots: { customRender: 'RelatedItems' }, scopedSlots: { customRender: 'RelatedItems' },
width: 150 width: 339
}, },
{ {
title: this.$t('standardInformation'), title: this.$t('standardInformation'),
@@ -86,42 +86,42 @@
dataIndex: 'standardInfo', dataIndex: 'standardInfo',
ellipsis: true, ellipsis: true,
scopedSlots: { customRender: 'standardInformation' }, scopedSlots: { customRender: 'standardInformation' },
width: 260 width: 265
}, },
{ {
title: this.$t('taskType'), title: this.$t('taskType'),
align: 'left', align: 'left',
dataIndex: 'flowTypeShow', dataIndex: 'flowTypeShow',
ellipsis: true, ellipsis: true,
width: 170 width: 183
}, },
{ {
title: this.$t('Tasknode'), title: this.$t('Tasknode'),
align: 'left', align: 'left',
dataIndex: 'taskDefinitionKeyName', dataIndex: 'taskDefinitionKeyName',
ellipsis: true, ellipsis: true,
width: 170 width: 183
}, },
{ {
title: this.$t('typeOfDeliverables'), title: this.$t('typeOfDeliverables'),
align: 'left', align: 'left',
dataIndex: 'deliverableTypeName', dataIndex: 'deliverableTypeName',
ellipsis: true, ellipsis: true,
width: 170 width: 183
}, },
{ {
title: this.$t('Sponsor'), title: this.$t('Sponsor'),
align: 'left', align: 'left',
dataIndex: 'createBy', dataIndex: 'createBy',
ellipsis: true, ellipsis: true,
width: 100 width: 108
}, },
{ {
title: this.$t('TaskCutOffTime'), title: this.$t('TaskCutOffTime'),
align: 'left', align: 'left',
dataIndex: 'endTime', dataIndex: 'endTime',
ellipsis: true, ellipsis: true,
width: 160, width: 172,
scopedSlots: { customRender: 'endTime' } scopedSlots: { customRender: 'endTime' }
}, },
// { // {
@@ -71,7 +71,7 @@
dataIndex: 'projectName', dataIndex: 'projectName',
ellipsis: true, ellipsis: true,
scopedSlots: { customRender: 'RelatedItems' }, scopedSlots: { customRender: 'RelatedItems' },
width: 130 width: 392
}, },
{ {
title: this.$t('standardInformation'), title: this.$t('standardInformation'),
@@ -79,28 +79,28 @@
dataIndex: 'standardInfo', dataIndex: 'standardInfo',
ellipsis: true, ellipsis: true,
scopedSlots: { customRender: 'standardInformation' }, scopedSlots: { customRender: 'standardInformation' },
width: 330 width: 353
}, },
{ {
title: this.$t('taskType'), title: this.$t('taskType'),
align: 'left', align: 'left',
dataIndex: 'flowTypeShow', dataIndex: 'flowTypeShow',
ellipsis: true, ellipsis: true,
width: 170 width: 241
}, },
{ {
title: this.$t('Tasknode'), title: this.$t('Tasknode'),
align: 'left', align: 'left',
dataIndex: 'taskDefinitionKeyName', dataIndex: 'taskDefinitionKeyName',
ellipsis: true, ellipsis: true,
width: 130 width: 208
}, },
{ {
title: this.$t('Sponsor'), title: this.$t('Sponsor'),
align: 'left', align: 'left',
dataIndex: 'createBy', dataIndex: 'createBy',
ellipsis: true, ellipsis: true,
width: 130 width: 201
}, },
// { // {
// title: this.$t('CurrentProcessor'), // title: this.$t('CurrentProcessor'),
@@ -114,7 +114,7 @@
align: 'left', align: 'left',
dataIndex: 'endTime', dataIndex: 'endTime',
ellipsis: true, ellipsis: true,
width: 150 width: 108
}, },
// { // {
// title: this.$t('taskStatus'), // title: this.$t('taskStatus'),
@@ -60,42 +60,42 @@
dataIndex: 'standardInfo', dataIndex: 'standardInfo',
scopedSlots: { customRender: 'standardInformation' }, scopedSlots: { customRender: 'standardInformation' },
ellipsis: true, ellipsis: true,
width: 330 width: 333
}, },
{ {
title: this.$t('taskType'), title: this.$t('taskType'),
align: 'left', align: 'left',
dataIndex: 'flowTypeShow', dataIndex: 'flowTypeShow',
ellipsis: true, ellipsis: true,
width: 130 width: 254
}, },
{ {
title: this.$t('LastProcessor'), title: this.$t('LastProcessor'),
align: 'left', align: 'left',
dataIndex: 'lastAssigneeName', dataIndex: 'lastAssigneeName',
ellipsis: true, ellipsis: true,
width: 130 width: 229
}, },
{ {
title: this.$t('CurrentProcessor'), title: this.$t('CurrentProcessor'),
align: 'left', align: 'left',
dataIndex: 'assigneeName', dataIndex: 'assigneeName',
ellipsis: true, ellipsis: true,
width: 130 width: 238
}, },
{ {
title: this.$t('TaskCutOffTime'), title: this.$t('TaskCutOffTime'),
align: 'left', align: 'left',
dataIndex: 'endTime', dataIndex: 'endTime',
ellipsis: true, ellipsis: true,
width: 150 width: 204
}, },
{ {
title: this.$t('taskStatus'), title: this.$t('taskStatus'),
align: 'left', align: 'left',
dataIndex: 'statusShow', dataIndex: 'statusShow',
ellipsis: true, ellipsis: true,
width: 130 width: 246
}, },
{ {
title: this.$t('operation'), title: this.$t('operation'),
@@ -58,28 +58,28 @@
dataIndex: 'standardInfo', dataIndex: 'standardInfo',
scopedSlots: { customRender: 'standardInformation' }, scopedSlots: { customRender: 'standardInformation' },
ellipsis: true, ellipsis: true,
width: 330 width: 463
}, },
{ {
title: this.$t('taskType'), title: this.$t('taskType'),
align: 'left', align: 'left',
dataIndex: 'flowTypeShow', dataIndex: 'flowTypeShow',
ellipsis: true, ellipsis: true,
width: 130 width: 332
}, },
{ {
title: this.$t('Sponsor'), title: this.$t('Sponsor'),
align: 'left', align: 'left',
dataIndex: 'createBy', dataIndex: 'createBy',
ellipsis: true, ellipsis: true,
width: 130 width: 209
}, },
{ {
title: this.$t('TaskCutOffTime'), title: this.$t('TaskCutOffTime'),
align: 'left', align: 'left',
dataIndex: 'endTime', dataIndex: 'endTime',
ellipsis: true, ellipsis: true,
width: 150, width: 230,
scopedSlots: { customRender: 'endTime' } scopedSlots: { customRender: 'endTime' }
}, },
{ {
@@ -87,7 +87,7 @@
align: 'left', align: 'left',
dataIndex: 'statusShow', dataIndex: 'statusShow',
ellipsis: true, ellipsis: true,
width: 130 width: 269
}, },
{ {
title: this.$t('operation'), title: this.$t('operation'),
@@ -57,42 +57,42 @@
dataIndex: 'standardInfo', dataIndex: 'standardInfo',
ellipsis: true, ellipsis: true,
scopedSlots: { customRender: 'standardInformation' }, scopedSlots: { customRender: 'standardInformation' },
width: 330 width: 393
}, },
{ {
title: this.$t('taskType'), title: this.$t('taskType'),
align: 'left', align: 'left',
dataIndex: 'flowTypeShow', dataIndex: 'flowTypeShow',
ellipsis: true, ellipsis: true,
width: 130 width: 292
}, },
{ {
title: this.$t('Sponsor'), title: this.$t('Sponsor'),
align: 'left', align: 'left',
dataIndex: 'createBy', dataIndex: 'createBy',
ellipsis: true, ellipsis: true,
width: 130 width: 212
}, },
{ {
title: this.$t('CurrentProcessor'), title: this.$t('CurrentProcessor'),
align: 'left', align: 'left',
dataIndex: 'assigneeName', dataIndex: 'assigneeName',
ellipsis: true, ellipsis: true,
width: 130 width: 215
}, },
{ {
title: this.$t('TaskCutOffTime'), title: this.$t('TaskCutOffTime'),
align: 'left', align: 'left',
dataIndex: 'endTime', dataIndex: 'endTime',
ellipsis: true, ellipsis: true,
width: 150 width: 151
}, },
{ {
title: this.$t('taskStatus'), title: this.$t('taskStatus'),
align: 'left', align: 'left',
dataIndex: 'statusShow', dataIndex: 'statusShow',
ellipsis: true, ellipsis: true,
width: 130 width: 241
}, },
{ {
title: this.$t('operation'), title: this.$t('operation'),
@@ -215,14 +215,14 @@
title: this.$t('CertificationListName'), title: this.$t('CertificationListName'),
align: 'left', align: 'left',
dataIndex: 'name', dataIndex: 'name',
width: 260, width: 480,
ellipsis: true, ellipsis: true,
scopedSlots: { customRender: 'CertificationListName' } scopedSlots: { customRender: 'CertificationListName' }
}, },
{ {
title: this.$t('listStatus'), title: this.$t('listStatus'),
align: 'left', align: 'left',
width: 260, width: 536,
ellipsis: true, ellipsis: true,
dataIndex: 'state_dictText' dataIndex: 'state_dictText'
}, },
@@ -237,7 +237,7 @@
title: this.$t('operation'), title: this.$t('operation'),
align: 'left', align: 'left',
fixed: 'right', fixed: 'right',
width: 400, width: 280,
scopedSlots: { customRender: 'operation' } scopedSlots: { customRender: 'operation' }
} }
] ]
@@ -293,7 +293,7 @@
align: 'left', align: 'left',
dataIndex: 'category', dataIndex: 'category',
width: 200, width: 200,
fixed: 'left', // fixed: 'left',
ellipsis: true ellipsis: true
}, },
{ {
@@ -302,7 +302,7 @@
dataIndex: 'inspectionItem', dataIndex: 'inspectionItem',
width: 200, width: 200,
ellipsis: true, ellipsis: true,
fixed: 'left', // fixed: 'left',
scopedSlots: { customRender: 'inspectionItems' } scopedSlots: { customRender: 'inspectionItems' }
}, },
{ {