diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js
index 90e3f0ee0..bdf7b4c0f 100644
--- a/jero-web/src/common/lang/zh-cn.js
+++ b/jero-web/src/common/lang/zh-cn.js
@@ -1602,7 +1602,7 @@ module.exports = {
environmentalprotection:'升级是否影响整车安全、节能、环保、防盗等性能',
operatingsystemtype:'操作系统类型',
operatingsystemmanufacturer:'操作系统生产企业',
- operatingsystemversion:'软件版本号',
+ operatingsystemversion:'操作系统版本号',
addcontroller:'添加控制器',
addsystem:'添加系统',
functionname:'功能名称',
@@ -1792,7 +1792,8 @@ module.exports = {
designComplianceReviewAdmin:'设计符合性审查',
missionAccomplished:'任务完成',
yesisselected:'如选择“有”,请输入',
- forwardXquantity:'如前向X数量,后向X数量,右向X数量等',
+ haveisselected:'如选择“是”,请输入',
+ forwardXquantity:'如前向x数量、后向x数量、后左x数量、后右x数量等',
upgraderecordnumber:'升级备案编号',
Modelandfunctionrecord:'车型及功能备案《公告》批次',
taskTypeMismatch:'任务类型不匹配',
diff --git a/jero-web/src/components/OcrTable/index.vue b/jero-web/src/components/OcrTable/index.vue
index c8c247f7e..099fe7199 100644
--- a/jero-web/src/components/OcrTable/index.vue
+++ b/jero-web/src/components/OcrTable/index.vue
@@ -172,7 +172,7 @@
dataIndex: res.db_field_name,
align: 'left',
ellipsis: true,
- width: 170,
+ width: 192,
sorter: res.sort
})
if (res.click) {
diff --git a/jero-web/src/components/SplitDetailTable/index.vue b/jero-web/src/components/SplitDetailTable/index.vue
index 12e043bf7..c1771e9f3 100644
--- a/jero-web/src/components/SplitDetailTable/index.vue
+++ b/jero-web/src/components/SplitDetailTable/index.vue
@@ -182,7 +182,9 @@
sorter: res.sort,
width: 100
})
-
+ if (res.db_field_name=='technology_territory'){
+ this.columns[index].width= 293
+ }
if (res.urlClick) {
this.columns[index].scopedSlots = {
customRender: 'urlClick'
diff --git a/jero-web/src/components/SplitTable/index.vue b/jero-web/src/components/SplitTable/index.vue
index aa1286217..069c7cb3b 100644
--- a/jero-web/src/components/SplitTable/index.vue
+++ b/jero-web/src/components/SplitTable/index.vue
@@ -196,7 +196,7 @@
align: 'left',
ellipsis: true,
sorter: res.sort,
- width: 170
+ width: 224,
})
if (res.db_field_name == '') {
// scope.row.itermsConditions ? scope.row.itermsConditions.replace(/<.*?>/ig, ' ') : ''
diff --git a/jero-web/src/components/tableDate/index.vue b/jero-web/src/components/tableDate/index.vue
index 834810282..5e371f49d 100644
--- a/jero-web/src/components/tableDate/index.vue
+++ b/jero-web/src/components/tableDate/index.vue
@@ -165,7 +165,7 @@
align: 'left',
ellipsis: true,
sorter: res.sort,
- width: 170
+ width: 215,
})
if (res.click) {
this.columns[index].scopedSlots = {
diff --git a/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/index.vue b/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/index.vue
index d723a70cc..31cca5e65 100644
--- a/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/index.vue
+++ b/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/index.vue
@@ -73,12 +73,12 @@
- {{$t('query')}}
- {{$t('reset')}}
-
+
{{ !toggleSearchStatus ? $t('open') : $t('away') }}
-
+
+ {{$t('reset')}}
+ {{$t('query')}}
diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/classificationMaintenanceModel.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/classificationMaintenanceModel.vue
index d158b727b..974b4ba89 100644
--- a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/classificationMaintenanceModel.vue
+++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/classificationMaintenanceModel.vue
@@ -89,14 +89,14 @@
title: this.$t('problemLabel'),
dataIndex: 'problemLabel',
align: 'left',
- width: 240,
+ width: 370,
ellipsis: true
},
{
title: this.$t('personCharge'),
dataIndex: 'chargePersonIdName',
align: 'left',
- width: 240,
+ width: 323,
ellipsis: true
},
{
diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardRelease.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardRelease.vue
index ce8c36aa8..4cee2e809 100644
--- a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardRelease.vue
+++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardRelease.vue
@@ -59,8 +59,8 @@
- {{$t('query')}}
- {{$t('reset')}}
+ {{$t('reset')}}
+ {{$t('query')}}
diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseRelease.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseRelease.vue
index ad1d489e9..113b01301 100644
--- a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseRelease.vue
+++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseRelease.vue
@@ -41,9 +41,9 @@
-
+
-
- {{$t('templateDownload')}}
+
+ {{ $t('templateDownload') }}
@@ -17,11 +18,13 @@
- {{$t('selectTheVehicleTemplate')}}
+ {{ $t('selectTheVehicleTemplate') }}
-
-
+
+
{{ item.cpdjbh }}
@@ -37,13 +40,14 @@
- *
- {{$t('upgraderecordnumber')}}
+ *
+ {{ $t('upgraderecordnumber') }}
@@ -51,11 +55,12 @@
- {{$t('theNameOfFirm')}}
+ {{ $t('theNameOfFirm') }}
@@ -64,11 +69,13 @@
*
- {{$t('Modelandfunctionrecord')}}
+ {{ $t('Modelandfunctionrecord') }}
-
-
+
+
{{ item.ggpc }}
@@ -78,10 +85,11 @@
- {{$t('producttrademark')}}
+ {{ $t('producttrademark') }}
-
+
@@ -89,10 +97,11 @@
- {{$t('productname')}}
+ {{ $t('productname') }}
-
+
@@ -100,10 +109,11 @@
- {{$t('productModel')}}
+ {{ $t('productModel') }}
-
+
@@ -111,9 +121,9 @@
- {{$t('Vehicledynamictype')}}
+ {{ $t('Vehicledynamictype') }}
-
+
-
-
- {{ item }}
-
-
+
+
+ {{ item }}
+
+
-
-
-
- {{ item }}
-
@@ -148,305 +156,309 @@
\ No newline at end of file
+}
\ No newline at end of file
diff --git a/jero-web/src/views/otamanagement/vehicleinformation/components/beupgradedonline.vue b/jero-web/src/views/otamanagement/vehicleinformation/components/beupgradedonline.vue
index 57d84655e..ad8a466a4 100644
--- a/jero-web/src/views/otamanagement/vehicleinformation/components/beupgradedonline.vue
+++ b/jero-web/src/views/otamanagement/vehicleinformation/components/beupgradedonline.vue
@@ -74,7 +74,7 @@
-
+
@@ -263,12 +263,12 @@ import ImportFile from '@/components/ImportFileData/index'
scopedSlots: { customRender: 'softwaredevelopmententerprise' },
},
{
- title: this.$t('operatingsystemversion'),
+ title: this.$t('softwareversionnumber'),
align: 'left',
- dataIndex: 'operatingsystemversion',
+ dataIndex: 'softwareversionnumber',
ellipsis: true,
width: 170,
- scopedSlots: { customRender: 'operatingsystemversion' },
+ scopedSlots: { customRender: 'softwareversionnumber' },
},
{
title: this.$t('inflammatorydata'),
diff --git a/jero-web/src/views/otamanagement/vehicleinformation/components/recordparameters.vue b/jero-web/src/views/otamanagement/vehicleinformation/components/recordparameters.vue
index 7022f50c4..7de401508 100644
--- a/jero-web/src/views/otamanagement/vehicleinformation/components/recordparameters.vue
+++ b/jero-web/src/views/otamanagement/vehicleinformation/components/recordparameters.vue
@@ -96,116 +96,116 @@
{{$t('configuration')}}
- {{ $t('yes') }}
- {{ $t('not') }}
+ {{ $t('have') }}
+ {{ $t('nothing') }}
- {{ $t('yes') }}
- {{ $t('not') }}
+ {{ $t('have') }}
+ {{ $t('nothing') }}
- {{ $t('yes') }}
- {{ $t('not') }}
+ {{ $t('have') }}
+ {{ $t('nothing') }}
- {{ $t('yes') }}
- {{ $t('not') }}
+ {{ $t('have') }}
+ {{ $t('nothing') }}
- {{ $t('yes') }}
- {{ $t('not') }}
+ {{ $t('have') }}
+ {{ $t('nothing') }}
- {{ $t('yes') }}
- {{ $t('not') }}
+ {{ $t('have') }}
+ {{ $t('nothing') }}
- {{ $t('yes') }}
- {{ $t('not') }}
+ {{ $t('have') }}
+ {{ $t('nothing') }}
- {{ $t('yes') }}
- {{ $t('not') }}
+ {{ $t('have') }}
+ {{ $t('nothing') }}
- {{ $t('yes') }}
- {{ $t('not') }}
+ {{ $t('have') }}
+ {{ $t('nothing') }}
- {{ $t('yes') }}
- {{ $t('not') }}
+ {{ $t('have') }}
+ {{ $t('nothing') }}
- {{ $t('yes') }}
- {{ $t('not') }}
+ {{ $t('have') }}
+ {{ $t('nothing') }}
- {{ $t('yes') }}
- {{ $t('not') }}
+ {{ $t('have') }}
+ {{ $t('nothing') }}
- {{ $t('yes') }}
- {{ $t('not') }}
+ {{ $t('have') }}
+ {{ $t('nothing') }}
- {{ $t('yes') }}
- {{ $t('not') }}
+ {{ $t('have') }}
+ {{ $t('nothing') }}
- {{ $t('yes') }}
- {{ $t('not') }}
+ {{ $t('have') }}
+ {{ $t('nothing') }}
- {{ $t('yes') }}
- {{ $t('not') }}
+ {{ $t('have') }}
+ {{ $t('nothing') }}
- {{ $t('yes') }}
- {{ $t('not') }}
+ {{ $t('have') }}
+ {{ $t('nothing') }}
- {{ $t('yes') }}
- {{ $t('not') }}
+ {{ $t('have') }}
+ {{ $t('nothing') }}
- {{ $t('yes') }}
- {{ $t('not') }}
+ {{ $t('have') }}
+ {{ $t('nothing') }}
@@ -304,7 +304,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('Quantity'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'jgldBzwz',
@@ -320,7 +320,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('specificationmodel'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'jgldScqy',
@@ -328,7 +328,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('productionenterprise'),
ParameterName: this.$t('productionenterprise'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'hmbldSl',
@@ -336,7 +336,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('Quantity'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'hmbldBzwz',
@@ -352,7 +352,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('specificationmodel'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'hmbldScqy',
@@ -360,7 +360,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('productionenterprise'),
ParameterName: this.$t('productionenterprise'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'csbldSl',
@@ -368,7 +368,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('Quantity'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'csbldBzwz',
@@ -384,7 +384,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('specificationmodel'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'csbldScqy',
@@ -392,7 +392,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('productionenterprise'),
ParameterName: this.$t('productionenterprise'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'sxthsSl',
@@ -400,7 +400,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('Quantity'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'sxthsBzwz',
@@ -416,7 +416,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('specificationmodel'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'sxthsScqy',
@@ -424,7 +424,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('productionenterprise'),
ParameterName: this.$t('productionenterprise'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'sxtdsdSl',
@@ -432,7 +432,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('Quantity'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'sxtdsdBzwz',
@@ -448,7 +448,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('specificationmodel'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'sxtdsdScqy',
@@ -456,7 +456,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('productionenterprise'),
ParameterName: this.$t('productionenterprise'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'jsyjkSl',
@@ -464,7 +464,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('Quantity'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'jsyjkBzwz',
@@ -480,7 +480,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('specificationmodel'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'jsyjkScqy',
@@ -488,7 +488,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('productionenterprise'),
ParameterName: this.$t('productionenterprise'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'jsyhwSl',
@@ -496,7 +496,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('Quantity'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'jsyhwBzwz',
@@ -512,7 +512,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('specificationmodel'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'jsyhwScqy',
@@ -520,7 +520,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('productionenterprise'),
ParameterName: this.$t('productionenterprise'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'czwxdwGgxh',
@@ -528,7 +528,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('specificationmodel'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'czwxdwScqy',
@@ -536,7 +536,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('productionenterprise'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'gxdhGgxh',
@@ -544,7 +544,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('specificationmodel'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'gxdhScqy',
@@ -552,7 +552,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('productionenterprise'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'lsjGgxh',
@@ -560,7 +560,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('specificationmodel'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'lsjScqy',
@@ -568,7 +568,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('productionenterprise'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'gjddtGgxh',
@@ -576,7 +576,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('VersionNumber'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'gjddtScqy',
@@ -584,7 +584,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('productionenterprise'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'dzwlDxxgcs',
@@ -592,7 +592,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('qualitativelydescriberelevantplaces'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'cztxXtmc',
@@ -600,7 +600,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('systemname'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'cztxGgxh',
@@ -616,7 +616,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('systemproductionenterprise'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'cztxBbh',
@@ -624,7 +624,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('softwareversionnumber'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'cztxKfqy',
@@ -632,7 +632,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('softwaredevelopmententerprise'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'jsfzczjMc',
@@ -640,7 +640,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('controlname'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'jsfzczjYjxh',
@@ -648,7 +648,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('hardwarespecificationmodel'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'jsfzczjScqy',
@@ -656,7 +656,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('productionenterprise'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'jsfzzsqMc',
@@ -664,7 +664,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('nameofindicatorsignaldevice'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'jsfzzsqYjxh',
@@ -672,7 +672,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('hardwarespecificationmodel'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'jsfzzsqScqy',
@@ -680,7 +680,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('productionenterprise'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'fxptstsMc',
@@ -688,7 +688,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('nameofindicatorsignaldevice'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'fxptstsYjxh',
@@ -696,7 +696,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('hardwarespecificationmodel'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'fxptstsScqy',
@@ -704,7 +704,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('productionenterprise'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'jsyzyltsMc',
@@ -712,7 +712,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('nameofindicatorsignaldevice'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'jsyzyltsYjxh',
@@ -720,7 +720,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('hardwarespecificationmodel'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'jsyzyltsScqy',
@@ -728,7 +728,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('productionenterprise'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'dssadGgxh',
@@ -736,7 +736,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('specificationmodel'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'dssadScqy',
@@ -744,7 +744,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('productionenterprise'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'edrGgxh',
@@ -752,7 +752,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('specificationmodel'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
{
key: 'edrScqy',
@@ -760,7 +760,7 @@ export default {
componentname: this.$t('networksecurityrequirements'),
configuration: this.$t('ineffectiveupgrades'),
ParameterName: this.$t('productionenterprise'),
- fillincontent:this.$t('yesisselected'),
+ fillincontent:this.$t('haveisselected'),
},
],
queryParam: {},
diff --git a/jero-web/src/views/parameter/ParameterTemplate/index.vue b/jero-web/src/views/parameter/ParameterTemplate/index.vue
index 4d8a7997e..c92787cee 100644
--- a/jero-web/src/views/parameter/ParameterTemplate/index.vue
+++ b/jero-web/src/views/parameter/ParameterTemplate/index.vue
@@ -164,7 +164,7 @@ export default {
{
title: this.$t('zoneOfApplication'),
align: 'left',
- width: 160,
+ width: 235,
ellipsis: true,
sorter:true,
dataIndex: 'region_dictText',
@@ -172,7 +172,7 @@ export default {
{
title: this.$t('parameterTemplate'),
align: 'left',
- width: 180,
+ width: 252,
ellipsis: true,
sorter:true,
dataIndex: 'paramsTemplateName',
@@ -184,7 +184,7 @@ export default {
ellipsis: true,
dataIndex: 'description',
// scopedSlots: { customRender: 'titleName' }
- width: 192
+ width: 350
},
// {
// title: this.$t('zoneOfApplication'),
@@ -195,7 +195,7 @@ export default {
// },
{
title: this.$t('creater'),
- align: 'center',
+ align: 'left',
width: 120,
ellipsis: true,
dataIndex: 'createBy'
@@ -204,14 +204,14 @@ export default {
title: this.$t('created'),
align: 'left',
dataIndex: 'createTime',
- width: 160,
+ width: 200,
sorter:true,
ellipsis: true,
},
{
title: this.$t('updated'),
align: 'left',
- width: 160,
+ width: 200,
ellipsis: true,
sorter:true,
dataIndex: 'updateTime'
diff --git a/jero-web/src/views/parameter/escalationlibrary/index.vue b/jero-web/src/views/parameter/escalationlibrary/index.vue
index 13527dda3..15ec07c03 100644
--- a/jero-web/src/views/parameter/escalationlibrary/index.vue
+++ b/jero-web/src/views/parameter/escalationlibrary/index.vue
@@ -160,7 +160,7 @@
{
title: this.$t('entryName'),
align: 'left',
- width: 210,
+ width: 405,
dataIndex: 'projectName',
sorter:true,
scopedSlots: { customRender: 'projectName' }
@@ -168,20 +168,20 @@
{
title: this.$t('ListTitle'),
align: 'left',
- width: 380,
+ width: 553,
dataIndex: 'title',
},
{
title: this.$t('Version'),
align: 'left',
- width: 382,
+ width: 384,
dataIndex: 'version'
},
{
title: this.$t('operation'),
align: 'left',
fixed: 'right',
- width: 200,
+ width: 220,
scopedSlots: { customRender: 'operation' }
}
],
diff --git a/jero-web/src/views/parameter/parameterexport/index.vue b/jero-web/src/views/parameter/parameterexport/index.vue
index e30099472..c8cc582da 100644
--- a/jero-web/src/views/parameter/parameterexport/index.vue
+++ b/jero-web/src/views/parameter/parameterexport/index.vue
@@ -170,7 +170,7 @@ export default {
dataIndex: 'templateName',
sorter:true,
ellipsis: true,
- width: 201,
+ width: 368,
scopedSlots: { customRender: 'templateName' }
},
{
@@ -178,12 +178,12 @@ export default {
align: 'left',
dataIndex: 'description',
ellipsis: true,
- width: 192,
+ width: 372,
scopedSlots: { customRender: 'projectName' }
},
{
title: this.$t('zoneOfApplication'),
- align: 'center',
+ align: 'left',
dataIndex: 'region_dictText',
ellipsis: true,
sorter:true,
diff --git a/jero-web/src/views/parameter/parameterlist/index.vue b/jero-web/src/views/parameter/parameterlist/index.vue
index 2ffda150a..e7e02a093 100644
--- a/jero-web/src/views/parameter/parameterlist/index.vue
+++ b/jero-web/src/views/parameter/parameterlist/index.vue
@@ -161,7 +161,7 @@ export default {
{
title: this.$t('NiONumber'),
align: 'left',
- width: 130,
+ width: 190,
dataIndex: 'nioNumber',
sorter: true,
ellipsis: true,
@@ -170,7 +170,7 @@ export default {
title: this.$t('ParameterName'),
align: 'left',
dataIndex: 'paramsName',
- width: 160,
+ width: 268,
ellipsis: true,
},
{
@@ -178,14 +178,14 @@ export default {
align: 'left',
dataIndex: 'description',
ellipsis: true,
- width: 180,
+ width: 380,
// scopedSlots: { customRender: 'titleName' }
},
{
title: this.$t('areaOfResponsibility'),
align: 'left',
dataIndex: 'dutyTerritory_dictText',
- width: 150,
+ width: 259,
sorter: true,
ellipsis: true,
},
@@ -194,14 +194,14 @@ export default {
align: 'left',
dataIndex: 'createTime',
sorter: true,
- width: 180,
+ width: 265,
ellipsis: true,
},
{
title: this.$t('operation'),
align: 'left',
fixed: 'right',
- width: 120,
+ width: 200,
scopedSlots: { customRender: 'operation' }
}
],
diff --git a/jero-web/src/views/processCenter/procedure/index.vue b/jero-web/src/views/processCenter/procedure/index.vue
index c7c4ae320..92c716948 100644
--- a/jero-web/src/views/processCenter/procedure/index.vue
+++ b/jero-web/src/views/processCenter/procedure/index.vue
@@ -132,21 +132,21 @@
dataIndex: 'name',
align: 'left',
ellipsis: true,
- width: 240
+ width: 466
},
{
title: this.$t('ProcessType'),
dataIndex: 'categoryName',
align: 'left',
ellipsis: true,
- width: 240
+ width: 518
},
{
title: this.$t('createTime'),
dataIndex: 'createTime',
align: 'left',
ellipsis: true,
- width: 240,
+ width: 308,
customRender: function(t, r, index) {
return moment(t).format('YYYY-MM-DD HH:mm:ss')
}
diff --git a/jero-web/src/views/projectManagement/components/TaskParameterCollection.vue b/jero-web/src/views/projectManagement/components/TaskParameterCollection.vue
index da03e081c..9e6979a44 100644
--- a/jero-web/src/views/projectManagement/components/TaskParameterCollection.vue
+++ b/jero-web/src/views/projectManagement/components/TaskParameterCollection.vue
@@ -158,13 +158,13 @@
title: this.$t('title'),
align: 'left',
dataIndex: 'title',
- width: 240,
+ width: 280,
scopedSlots: { customRender: 'paramsManifestClick' }
},
{
title: this.$t('status'),
align: 'left',
- width: 80,
+ width: 100,
ellipsis: true,
sorter:true,
dataIndex: 'state'
@@ -172,14 +172,14 @@
{
title: this.$t('parameterTemplateName'),
align: 'left',
- width: 180,
+ width: 200,
ellipsis: true,
dataIndex: 'paramsTemplateName'
},
{
title: this.$t('relatedProjectVersion'),
align: 'left',
- width: 120,
+ width: 150,
ellipsis: true,
sorter:true,
dataIndex: 'projectVersion'
@@ -188,7 +188,7 @@
title: this.$t('collectionCompletionTime'),
align: 'left',
dataIndex: 'finishTime',
- width: 180,
+ width: 200,
ellipsis: true,
sorter:true,
scopedSlots: { customRender: 'collectionCompletionTime' }
@@ -196,7 +196,7 @@
{
title: this.$t('Version'),
align: 'left',
- width: 80,
+ width: 100,
ellipsis: true,
sorter:true,
dataIndex: 'version'
@@ -211,7 +211,7 @@
{
title: this.$t('created'),
align: 'left',
- width: 160,
+ width: 200,
ellipsis: true,
sorter:true,
dataIndex: 'createTime'
diff --git a/jero-web/src/views/projectManagement/components/certificationList/components/addModel.vue b/jero-web/src/views/projectManagement/components/certificationList/components/addModel.vue
index 9c55878d8..ae8c48599 100644
--- a/jero-web/src/views/projectManagement/components/certificationList/components/addModel.vue
+++ b/jero-web/src/views/projectManagement/components/certificationList/components/addModel.vue
@@ -21,6 +21,7 @@
+
diff --git a/jero-web/src/views/projectManagement/components/listOfRelevantPersonnel.vue b/jero-web/src/views/projectManagement/components/listOfRelevantPersonnel.vue
index 1cf7194cd..d2bf32a73 100644
--- a/jero-web/src/views/projectManagement/components/listOfRelevantPersonnel.vue
+++ b/jero-web/src/views/projectManagement/components/listOfRelevantPersonnel.vue
@@ -342,7 +342,7 @@
align: 'left',
dataIndex: 'remark',
ellipsis: true,
- width: 153
+ width: 188
},
{
title: this.$t('operation'),
diff --git a/jero-web/src/views/projectManagement/projectLibrary/index.vue b/jero-web/src/views/projectManagement/projectLibrary/index.vue
index fe8b22da4..2b0fd0d3a 100644
--- a/jero-web/src/views/projectManagement/projectLibrary/index.vue
+++ b/jero-web/src/views/projectManagement/projectLibrary/index.vue
@@ -217,7 +217,7 @@
title: this.$t('entryName'),
align: 'left',
dataIndex: 'projectName',
- width: 260,
+ width: 300,
sorter:true,
ellipsis: true,
scopedSlots: { customRender: 'projectName' }
@@ -254,7 +254,7 @@
{
title: this.$t('explain'),
align: 'left',
- width: 280,
+ width: 300,
ellipsis: true,
dataIndex: 'explanation'
},
@@ -276,7 +276,7 @@
{
title: this.$t('DigitalPlatform'),
align: 'left',
- width: 180,
+ width: 205,
ellipsis: true,
sorter:true,
dataIndex: 'digitalPlatform'
diff --git a/jero-web/src/views/projectManagement/projectStatusBoard/index.vue b/jero-web/src/views/projectManagement/projectStatusBoard/index.vue
index 57c25a03a..735cfdab6 100644
--- a/jero-web/src/views/projectManagement/projectStatusBoard/index.vue
+++ b/jero-web/src/views/projectManagement/projectStatusBoard/index.vue
@@ -513,6 +513,7 @@ export default {
window.open(newUrl.href, '_blank')
},
projectInfoClick(item){
+ item.projectName = item.showName
let newUrl = this.$router.resolve({
path: '/ProjectDetails',
query: item
diff --git a/jero-web/src/views/regulationsKanban/index.vue b/jero-web/src/views/regulationsKanban/index.vue
index 2f6e21cb8..94538f5e0 100644
--- a/jero-web/src/views/regulationsKanban/index.vue
+++ b/jero-web/src/views/regulationsKanban/index.vue
@@ -195,7 +195,7 @@ export default {
align: 'left',
ellipsis: true,
dataIndex: 'state_dicText',
- width: 120
+ width: 150
},
// {
// title: this.$t('category'),
@@ -206,7 +206,7 @@ export default {
title: this.$t('technicalField'),
align: 'left',
dataIndex: 'technologyTerritory_dicText',
- width: 250,
+ width: 634,
ellipsis: true,
scopedSlots: { customRender: 'technicalField' }
},
diff --git a/jero-web/src/views/system/DictList.vue b/jero-web/src/views/system/DictList.vue
index 0ff139f8e..bb18fa641 100644
--- a/jero-web/src/views/system/DictList.vue
+++ b/jero-web/src/views/system/DictList.vue
@@ -130,7 +130,7 @@
title: this.$t('DictionaryName'),
align: 'left',
dataIndex: 'dictName',
- width: 160,
+ width: 486,
ellipsis: true
},
// {
@@ -150,14 +150,14 @@
title: this.$t('DictionaryNumber'),
align: 'left',
dataIndex: 'dictCode',
- width: 160,
+ width: 248,
ellipsis: true
},
{
title: this.$t('describe'),
align: 'left',
dataIndex: 'description',
- width: 160,
+ width: 375,
ellipsis: true
},
{
diff --git a/jero-web/src/views/system/PermissionList.vue b/jero-web/src/views/system/PermissionList.vue
index 7a00593c8..824353618 100644
--- a/jero-web/src/views/system/PermissionList.vue
+++ b/jero-web/src/views/system/PermissionList.vue
@@ -120,7 +120,7 @@
align: 'left',
key: 'menuEn',
ellipsis: true,
- width: 180
+ width: 255
},
{
title: 'icon',
@@ -128,14 +128,14 @@
align: 'left',
key: 'icon',
ellipsis: true,
- width: 180
+ width: 210
},
{
title: this.$t('assembly'),
dataIndex: 'component',
align: 'left',
key: 'component',
- width: 240,
+ width: 317,
ellipsis: true,
scopedSlots: { customRender: 'component' }
},
@@ -144,7 +144,7 @@
dataIndex: 'url',
align: 'left',
key: 'url',
- width: 240,
+ width: 280,
ellipsis: true,
scopedSlots: { customRender: 'url' }
},
@@ -152,7 +152,7 @@
title: this.$t('sort'),
dataIndex: 'sortNo',
align: 'left',
- width: 80,
+ width: 169,
ellipsis: true,
key: 'sortNo'
},
diff --git a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/SentList.vue b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/SentList.vue
index c547327ad..c1c5293f3 100644
--- a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/SentList.vue
+++ b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/SentList.vue
@@ -65,7 +65,7 @@
dataIndex: 'projectName',
scopedSlots: { customRender: 'RelatedItems' },
ellipsis: true,
- width: 130
+ width: 392
},
{
title: this.$t('standardInformation'),
@@ -73,28 +73,28 @@
dataIndex: 'standardInfo',
scopedSlots: { customRender: 'standardInformation' },
ellipsis: true,
- width: 330
+ width: 353
},
{
title: this.$t('taskType'),
align: 'left',
dataIndex: 'flowTypeShow',
ellipsis: true,
- width: 170
+ width: 241
},
{
title: this.$t('Tasknode'),
align: 'left',
dataIndex: 'taskDefinitionKeyName',
ellipsis: true,
- width: 150
+ width: 208
},
{
title: this.$t('Sponsor'),
align: 'left',
dataIndex: 'createBy',
ellipsis: true,
- width: 130
+ width: 201
},
// {
// title: this.$t('LastProcessor'),
@@ -115,7 +115,7 @@
align: 'left',
dataIndex: 'endTime',
ellipsis: true,
- width: 150
+ width: 108
},
// {
// title: this.$t('taskStatus'),
diff --git a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/dealtWith.vue b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/dealtWith.vue
index ab9143c9f..1abb6b6b9 100644
--- a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/dealtWith.vue
+++ b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/dealtWith.vue
@@ -78,7 +78,7 @@
dataIndex: 'projectName',
ellipsis: true,
scopedSlots: { customRender: 'RelatedItems' },
- width: 150
+ width: 339
},
{
title: this.$t('standardInformation'),
@@ -86,42 +86,42 @@
dataIndex: 'standardInfo',
ellipsis: true,
scopedSlots: { customRender: 'standardInformation' },
- width: 260
+ width: 265
},
{
title: this.$t('taskType'),
align: 'left',
dataIndex: 'flowTypeShow',
ellipsis: true,
- width: 170
+ width: 183
},
{
title: this.$t('Tasknode'),
align: 'left',
dataIndex: 'taskDefinitionKeyName',
ellipsis: true,
- width: 170
+ width: 183
},
{
title: this.$t('typeOfDeliverables'),
align: 'left',
dataIndex: 'deliverableTypeName',
ellipsis: true,
- width: 170
+ width: 183
},
{
title: this.$t('Sponsor'),
align: 'left',
dataIndex: 'createBy',
ellipsis: true,
- width: 100
+ width: 108
},
{
title: this.$t('TaskCutOffTime'),
align: 'left',
dataIndex: 'endTime',
ellipsis: true,
- width: 160,
+ width: 172,
scopedSlots: { customRender: 'endTime' }
},
// {
diff --git a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/doneList.vue b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/doneList.vue
index 615696db6..43dedbe51 100644
--- a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/doneList.vue
+++ b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/doneList.vue
@@ -71,7 +71,7 @@
dataIndex: 'projectName',
ellipsis: true,
scopedSlots: { customRender: 'RelatedItems' },
- width: 130
+ width: 392
},
{
title: this.$t('standardInformation'),
@@ -79,28 +79,28 @@
dataIndex: 'standardInfo',
ellipsis: true,
scopedSlots: { customRender: 'standardInformation' },
- width: 330
+ width: 353
},
{
title: this.$t('taskType'),
align: 'left',
dataIndex: 'flowTypeShow',
ellipsis: true,
- width: 170
+ width: 241
},
{
title: this.$t('Tasknode'),
align: 'left',
dataIndex: 'taskDefinitionKeyName',
ellipsis: true,
- width: 130
+ width: 208
},
{
title: this.$t('Sponsor'),
align: 'left',
dataIndex: 'createBy',
ellipsis: true,
- width: 130
+ width: 201
},
// {
// title: this.$t('CurrentProcessor'),
@@ -114,7 +114,7 @@
align: 'left',
dataIndex: 'endTime',
ellipsis: true,
- width: 150
+ width: 108
},
// {
// title: this.$t('taskStatus'),
diff --git a/jero-web/src/views/toDoCenter/regulatoryAssessmentTasks/components/SentList.vue b/jero-web/src/views/toDoCenter/regulatoryAssessmentTasks/components/SentList.vue
index f19f702a1..6835a9d02 100644
--- a/jero-web/src/views/toDoCenter/regulatoryAssessmentTasks/components/SentList.vue
+++ b/jero-web/src/views/toDoCenter/regulatoryAssessmentTasks/components/SentList.vue
@@ -60,42 +60,42 @@
dataIndex: 'standardInfo',
scopedSlots: { customRender: 'standardInformation' },
ellipsis: true,
- width: 330
+ width: 333
},
{
title: this.$t('taskType'),
align: 'left',
dataIndex: 'flowTypeShow',
ellipsis: true,
- width: 130
+ width: 254
},
{
title: this.$t('LastProcessor'),
align: 'left',
dataIndex: 'lastAssigneeName',
ellipsis: true,
- width: 130
+ width: 229
},
{
title: this.$t('CurrentProcessor'),
align: 'left',
dataIndex: 'assigneeName',
ellipsis: true,
- width: 130
+ width: 238
},
{
title: this.$t('TaskCutOffTime'),
align: 'left',
dataIndex: 'endTime',
ellipsis: true,
- width: 150
+ width: 204
},
{
title: this.$t('taskStatus'),
align: 'left',
dataIndex: 'statusShow',
ellipsis: true,
- width: 130
+ width: 246
},
{
title: this.$t('operation'),
diff --git a/jero-web/src/views/toDoCenter/regulatoryAssessmentTasks/components/dealtWith.vue b/jero-web/src/views/toDoCenter/regulatoryAssessmentTasks/components/dealtWith.vue
index 2d54fcac8..4ce20ea0d 100644
--- a/jero-web/src/views/toDoCenter/regulatoryAssessmentTasks/components/dealtWith.vue
+++ b/jero-web/src/views/toDoCenter/regulatoryAssessmentTasks/components/dealtWith.vue
@@ -58,28 +58,28 @@
dataIndex: 'standardInfo',
scopedSlots: { customRender: 'standardInformation' },
ellipsis: true,
- width: 330
+ width: 463
},
{
title: this.$t('taskType'),
align: 'left',
dataIndex: 'flowTypeShow',
ellipsis: true,
- width: 130
+ width: 332
},
{
title: this.$t('Sponsor'),
align: 'left',
dataIndex: 'createBy',
ellipsis: true,
- width: 130
+ width: 209
},
{
title: this.$t('TaskCutOffTime'),
align: 'left',
dataIndex: 'endTime',
ellipsis: true,
- width: 150,
+ width: 230,
scopedSlots: { customRender: 'endTime' }
},
{
@@ -87,7 +87,7 @@
align: 'left',
dataIndex: 'statusShow',
ellipsis: true,
- width: 130
+ width: 269
},
{
title: this.$t('operation'),
diff --git a/jero-web/src/views/toDoCenter/regulatoryAssessmentTasks/components/doneList.vue b/jero-web/src/views/toDoCenter/regulatoryAssessmentTasks/components/doneList.vue
index f421926a9..232ad5387 100644
--- a/jero-web/src/views/toDoCenter/regulatoryAssessmentTasks/components/doneList.vue
+++ b/jero-web/src/views/toDoCenter/regulatoryAssessmentTasks/components/doneList.vue
@@ -57,42 +57,42 @@
dataIndex: 'standardInfo',
ellipsis: true,
scopedSlots: { customRender: 'standardInformation' },
- width: 330
+ width: 393
},
{
title: this.$t('taskType'),
align: 'left',
dataIndex: 'flowTypeShow',
ellipsis: true,
- width: 130
+ width: 292
},
{
title: this.$t('Sponsor'),
align: 'left',
dataIndex: 'createBy',
ellipsis: true,
- width: 130
+ width: 212
},
{
title: this.$t('CurrentProcessor'),
align: 'left',
dataIndex: 'assigneeName',
ellipsis: true,
- width: 130
+ width: 215
},
{
title: this.$t('TaskCutOffTime'),
align: 'left',
dataIndex: 'endTime',
ellipsis: true,
- width: 150
+ width: 151
},
{
title: this.$t('taskStatus'),
align: 'left',
dataIndex: 'statusShow',
ellipsis: true,
- width: 130
+ width: 241
},
{
title: this.$t('operation'),
diff --git a/jero-web/src/views/virtualAuthenticationList/index.vue b/jero-web/src/views/virtualAuthenticationList/index.vue
index 45293970d..62d806967 100644
--- a/jero-web/src/views/virtualAuthenticationList/index.vue
+++ b/jero-web/src/views/virtualAuthenticationList/index.vue
@@ -215,14 +215,14 @@
title: this.$t('CertificationListName'),
align: 'left',
dataIndex: 'name',
- width: 260,
+ width: 480,
ellipsis: true,
scopedSlots: { customRender: 'CertificationListName' }
},
{
title: this.$t('listStatus'),
align: 'left',
- width: 260,
+ width: 536,
ellipsis: true,
dataIndex: 'state_dictText'
},
@@ -237,7 +237,7 @@
title: this.$t('operation'),
align: 'left',
fixed: 'right',
- width: 400,
+ width: 280,
scopedSlots: { customRender: 'operation' }
}
]
diff --git a/jero-web/src/views/virtualAuthenticationList/virtualAuthenticationListDesign/certificationListMaintenance.vue b/jero-web/src/views/virtualAuthenticationList/virtualAuthenticationListDesign/certificationListMaintenance.vue
index 2dc59154c..f71c23b26 100644
--- a/jero-web/src/views/virtualAuthenticationList/virtualAuthenticationListDesign/certificationListMaintenance.vue
+++ b/jero-web/src/views/virtualAuthenticationList/virtualAuthenticationListDesign/certificationListMaintenance.vue
@@ -293,7 +293,7 @@
align: 'left',
dataIndex: 'category',
width: 200,
- fixed: 'left',
+ // fixed: 'left',
ellipsis: true
},
{
@@ -302,7 +302,7 @@
dataIndex: 'inspectionItem',
width: 200,
ellipsis: true,
- fixed: 'left',
+ // fixed: 'left',
scopedSlots: { customRender: 'inspectionItems' }
},
{