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('query')}}
-
{{$t('reset')}}
+ {{$t('reset')}}
+ {{$t('query')}}
diff --git a/jero-web/src/views/businessSupport/regulationReport/components/RegulationMonthlyFill.vue b/jero-web/src/views/businessSupport/regulationReport/components/RegulationMonthlyFill.vue
index b6bb2768d..d52d5dfa0 100644
--- a/jero-web/src/views/businessSupport/regulationReport/components/RegulationMonthlyFill.vue
+++ b/jero-web/src/views/businessSupport/regulationReport/components/RegulationMonthlyFill.vue
@@ -36,8 +36,8 @@
- {{$t('query')}}
- {{$t('reset')}}
+ {{$t('reset')}}
+ {{$t('query')}}
@@ -185,12 +185,12 @@
align: 'left',
dataIndex: 'titleCn',
ellipsis: true,
- width: 170
+ width: 200
},
{
title: this.$t('englishTitle'),
align: 'left',
- width: 170,
+ width: 205,
ellipsis: true,
dataIndex: 'titleEn'
},
@@ -212,7 +212,7 @@
title: this.$t('exportStatus'),
align: 'left',
ellipsis: true,
- width: 170,
+ width: 250,
dataIndex: 'exportStateName'
},
{
diff --git a/jero-web/src/views/businessSupport/regulationReport/components/RegulationMonthlyManagement.vue b/jero-web/src/views/businessSupport/regulationReport/components/RegulationMonthlyManagement.vue
index 2f78012f6..4c6b0b78c 100644
--- a/jero-web/src/views/businessSupport/regulationReport/components/RegulationMonthlyManagement.vue
+++ b/jero-web/src/views/businessSupport/regulationReport/components/RegulationMonthlyManagement.vue
@@ -14,8 +14,8 @@
- {{$t('query')}}
- {{$t('reset')}}
+ {{$t('reset')}}
+ {{$t('query')}}
@@ -121,7 +121,7 @@
title: this.$t('RegulationMonthlyName'),
align: 'left',
dataIndex: 'name',
- width: 190,
+ width: 485,
ellipsis: true,
scopedSlots: { customRender: 'RegulationMonthlyName' }
},
@@ -129,21 +129,21 @@
title: this.$t('monthlyLanguage'),
align: 'left',
dataIndex: 'language',
- width: 170,
+ width: 195,
ellipsis: true,
scopedSlots: { customRender: 'language' }
},
{
title: this.$t('releaseStatus'),
align: 'left',
- width: 140,
+ width: 175,
ellipsis: true,
dataIndex: 'issueStatus_dictText'
},
{
title: this.$t('uploadTime'),
align: 'left',
- width: 170,
+ width: 305,
ellipsis: true,
dataIndex: 'createTime'
},
diff --git a/jero-web/src/views/businessSupport/regulationReport/components/modules/fillTable.vue b/jero-web/src/views/businessSupport/regulationReport/components/modules/fillTable.vue
index 7ff7da9b1..d7d00a710 100644
--- a/jero-web/src/views/businessSupport/regulationReport/components/modules/fillTable.vue
+++ b/jero-web/src/views/businessSupport/regulationReport/components/modules/fillTable.vue
@@ -88,12 +88,12 @@
align: 'left',
dataIndex: 'titleCn',
ellipsis: true,
- width: 320
+ width: 330
},
{
title: this.$t('englishTitle'),
align: 'left',
- width: 320,
+ width: 460,
ellipsis: true,
dataIndex: 'titleEn'
},
diff --git a/jero-web/src/views/businessSupport/technologyAssessment/index.vue b/jero-web/src/views/businessSupport/technologyAssessment/index.vue
index e901f3f0a..bf305061e 100644
--- a/jero-web/src/views/businessSupport/technologyAssessment/index.vue
+++ b/jero-web/src/views/businessSupport/technologyAssessment/index.vue
@@ -74,12 +74,12 @@
- {{$t('query')}}
- {{$t('reset')}}
-
+
{{ !toggleSearchStatus ? $t('open') : $t('away') }}
-
+
+ {{$t('reset')}}
+ {{$t('query')}}
diff --git a/jero-web/src/views/documentManage/collection/index.vue b/jero-web/src/views/documentManage/collection/index.vue
index 541994b2e..7acfbc953 100644
--- a/jero-web/src/views/documentManage/collection/index.vue
+++ b/jero-web/src/views/documentManage/collection/index.vue
@@ -131,20 +131,20 @@
align: 'left',
sorter: true,
ellipsis: true,
- width: 180
+ width: 335
},
{
title: this.$t('title'),
align: 'left',
scopedSlots: { customRender: 'serialtitle' },
- width: 180,
+ width: 510,
ellipsis: true,
dataIndex: 'title'
},
{
title: this.$t('status'),
align: 'left',
- width: 180,
+ width: 254,
ellipsis: true,
sorter: true,
dataIndex: 'state'
@@ -152,7 +152,7 @@
{
title: this.$t('collectionTime'),
align: 'left',
- width: 180,
+ width: 299,
ellipsis: true,
sorter: true,
dataIndex: 'createTime'
diff --git a/jero-web/src/views/documentManage/subscribtion/index.vue b/jero-web/src/views/documentManage/subscribtion/index.vue
index 7c384187b..8ccd666be 100644
--- a/jero-web/src/views/documentManage/subscribtion/index.vue
+++ b/jero-web/src/views/documentManage/subscribtion/index.vue
@@ -127,7 +127,7 @@
dataIndex: 'serialNumber',
key: 'serialNumber',
align: 'left',
- width: 180,
+ width: 335,
scopedSlots: { customRender: 'serialNumber' },
sorter:true,
ellipsis: true
@@ -135,7 +135,7 @@
{
title: this.$t('title'),
align: 'left',
- width: 180,
+ width: 510,
dataIndex: 'title',
scopedSlots: { customRender: 'serialtitle' },
ellipsis: true
@@ -143,7 +143,7 @@
{
title: this.$t('status'),
align: 'left',
- width: 180,
+ width: 254,
dataIndex: 'state',
sorter:true,
ellipsis: true
@@ -151,7 +151,7 @@
{
title: this.$t('subscriptionTime'),
align: 'left',
- width: 180,
+ width: 299,
dataIndex: 'createTime',
sorter:true,
ellipsis: true
diff --git a/jero-web/src/views/documentTools/virtualList/index.vue b/jero-web/src/views/documentTools/virtualList/index.vue
index 06ba96031..86038148a 100644
--- a/jero-web/src/views/documentTools/virtualList/index.vue
+++ b/jero-web/src/views/documentTools/virtualList/index.vue
@@ -221,14 +221,14 @@
title: this.$t('VirtualListName'),
align: 'left',
dataIndex: 'name',
- width: 260,
+ width: 484,
ellipsis: true,
scopedSlots: { customRender: 'VirtualListName' }
},
{
title: this.$t('listStatus'),
align: 'left',
- width: 260,
+ width: 540,
ellipsis: true,
dataIndex: 'state_dictText'
},
@@ -243,7 +243,7 @@
title: this.$t('operation'),
align: 'left',
fixed: 'right',
- width: 400,
+ width: 280,
scopedSlots: { customRender: 'operation' }
}
],
diff --git a/jero-web/src/views/externalReports/index.vue b/jero-web/src/views/externalReports/index.vue
index dacac5793..06aa39799 100644
--- a/jero-web/src/views/externalReports/index.vue
+++ b/jero-web/src/views/externalReports/index.vue
@@ -99,12 +99,12 @@
- {{ $t('query') }}
- {{ $t('reset') }}
-
+
{{ !toggleSearchStatus ? $t('open') : $t('away') }}
+ {{ $t('reset') }}
+ {{ $t('query') }}
@@ -385,7 +385,7 @@
ellipsis: true,
dataIndex: 'fileName',
scopedSlots: { customRender: 'fileName' },
- width: 400
+ width: 200
},
{
title: this.$t('fileDeclaration'),
@@ -393,7 +393,7 @@
ellipsis: true,
dataIndex: 'fileDescription',
scopedSlots: { customRender: 'projectName' },
- width: 400
+ width: 300
},
{
title: this.$t('uploadedBy'),
@@ -412,14 +412,14 @@
align: 'left',
ellipsis: true,
dataIndex: 'createTime',
- width: 150
+ width: 250
},
{
title: this.$t('operation'),
align: 'left',
fixed: 'right',
ellipsis: true,
- width: 150,
+ width: 250,
scopedSlots: { customRender: 'operation' }
}
],
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/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/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' }
},
{