diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js
index c6425324e..1bdd0684d 100644
--- a/jero-web/src/common/lang/en-us.js
+++ b/jero-web/src/common/lang/en-us.js
@@ -1800,4 +1800,5 @@ module.exports = {
responsiblepersonforverifyingcompliance:'Responsible person for verifying compliance',
verifytheconformancedeliverabletype:'Verify the conformance deliverable type',
designaconformancedeliverabletype:'Design a conformance deliverable type',
+ reasonForReturnOfCompliance:'Reason for compliance return',
}
\ No newline at end of file
diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js
index b67cfd46b..4a7f90656 100644
--- a/jero-web/src/common/lang/zh-cn.js
+++ b/jero-web/src/common/lang/zh-cn.js
@@ -1902,4 +1902,5 @@ module.exports = {
responsiblepersonforverifyingcompliance:'验证符合性责任人',
verifytheconformancedeliverabletype:'验证符合性交付物类型',
designaconformancedeliverabletype:'设计符合性交付物类型',
+ reasonForReturnOfCompliance: '符合性退回原因',
}
\ No newline at end of file
diff --git a/jero-web/src/components/ParameterLibraryAdd/index.vue b/jero-web/src/components/ParameterLibraryAdd/index.vue
index 3d409a54e..6ddfd2bed 100644
--- a/jero-web/src/components/ParameterLibraryAdd/index.vue
+++ b/jero-web/src/components/ParameterLibraryAdd/index.vue
@@ -112,7 +112,7 @@
title: this.$t('areaOfResponsibility'),
dataIndex: 'dutyTerritory_dictText',
align: 'left',
- width: 200,
+ width: 100,
ellipsis: true
}
],
diff --git a/jero-web/src/components/SplitTable/index.vue b/jero-web/src/components/SplitTable/index.vue
index 069c7cb3b..2a37e67a1 100644
--- a/jero-web/src/components/SplitTable/index.vue
+++ b/jero-web/src/components/SplitTable/index.vue
@@ -36,7 +36,7 @@
- {{text && text.length > 18?text.slice(0,17)+'...':text}}
+ {{text && text.length > 25?text.slice(0,24)+'...':text}}
diff --git a/jero-web/src/components/libraryAddForm/index.vue b/jero-web/src/components/libraryAddForm/index.vue
index b8fa241f1..48819fbba 100644
--- a/jero-web/src/components/libraryAddForm/index.vue
+++ b/jero-web/src/components/libraryAddForm/index.vue
@@ -557,7 +557,7 @@
dataIndex: 'implementationDate',
align: 'left',
ellipsis: true,
- width: 150,
+ width: 190,
scopedSlots: { title: 'implementationDateTwo' }
},
{
diff --git a/jero-web/src/components/tableCollection/index.vue b/jero-web/src/components/tableCollection/index.vue
index 6ee036553..484df9dd3 100644
--- a/jero-web/src/components/tableCollection/index.vue
+++ b/jero-web/src/components/tableCollection/index.vue
@@ -829,6 +829,15 @@
if (res.db_field_name == 'nioNumber') {
this.columns[index].width = 120
}
+ if (res.db_field_name == 'dutyTerritory') {
+ this.columns[index].width = 120
+ }
+ if (res.db_field_name == 'sdt') {
+ this.columns[index].width = 130
+ }
+ if (res.db_field_name == 'dre') {
+ this.columns[index].width = 120
+ }
if (res.click1) {
this.columns[index].scopedSlots = {
customRender: 'operationzr'
diff --git a/jero-web/src/components/tableCollection/index1.vue b/jero-web/src/components/tableCollection/index1.vue
index 06e3c055f..bfb8812c3 100644
--- a/jero-web/src/components/tableCollection/index1.vue
+++ b/jero-web/src/components/tableCollection/index1.vue
@@ -710,6 +710,15 @@
if (res.db_field_name == 'nioNumber') {
this.columns[index].width = 120
}
+ if (res.db_field_name == 'dutyTerritory') {
+ this.columns[index].width = 120
+ }
+ if (res.db_field_name == 'sdt') {
+ this.columns[index].width = 130
+ }
+ if (res.db_field_name == 'dre') {
+ this.columns[index].width = 120
+ }
if (res.click) {
// 工程接口人列表修改
this.columns[index].scopedSlots = {
diff --git a/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/components/initiatingProcess.vue b/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/components/initiatingProcess.vue
index f77f87916..2e41d003d 100644
--- a/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/components/initiatingProcess.vue
+++ b/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/components/initiatingProcess.vue
@@ -240,7 +240,7 @@
title: this.$t('correspondingStandard'),
align: 'left',
ellipsis: true,
- width: 170,
+ width: 150,
dataIndex: 'corresponding_standard'
}
]
diff --git a/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/index.vue b/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/index.vue
index 31cca5e65..7779d9cba 100644
--- a/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/index.vue
+++ b/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/index.vue
@@ -203,14 +203,14 @@
{
title: this.$t('ProcessStatus'),
align: 'left',
- width: 140,
+ width: 100,
ellipsis: true,
dataIndex: 'gatherResultShow'
},
{
title: this.$t('Sponsor'),
align: 'left',
- width: 140,
+ width: 110,
ellipsis: true,
dataIndex: 'createBy'
},
@@ -218,7 +218,7 @@
title: this.$t('brand'),
align: 'left',
ellipsis: true,
- width: 140,
+ width: 120,
dataIndex: 'brand_text'
},
{
@@ -239,7 +239,7 @@
title: this.$t('operation'),
align: 'left',
fixed: 'right',
- width: 210,
+ width: 150,
scopedSlots: { customRender: 'operation' }
}
],
diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/listAddModel.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/listAddModel.vue
index 686a16c12..46c03099e 100644
--- a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/listAddModel.vue
+++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/listAddModel.vue
@@ -138,14 +138,14 @@
dataIndex: 'xin1_che1_xing2_shi2_shi1_ri4_qi1',
align: 'left',
ellipsis: true,
- width: 228
+ width: 190
},
{
title: this.$t('vehicleInProductionDate'),
dataIndex: 'implement_time',
align: 'left',
ellipsis: true,
- width: 228
+ width: 190
}
],
dataList: [],
diff --git a/jero-web/src/views/businessSupport/regulationReport/components/RegulationMonthlyManagement.vue b/jero-web/src/views/businessSupport/regulationReport/components/RegulationMonthlyManagement.vue
index 4c6b0b78c..de5543fff 100644
--- a/jero-web/src/views/businessSupport/regulationReport/components/RegulationMonthlyManagement.vue
+++ b/jero-web/src/views/businessSupport/regulationReport/components/RegulationMonthlyManagement.vue
@@ -129,21 +129,21 @@
title: this.$t('monthlyLanguage'),
align: 'left',
dataIndex: 'language',
- width: 195,
+ width: 120,
ellipsis: true,
scopedSlots: { customRender: 'language' }
},
{
title: this.$t('releaseStatus'),
align: 'left',
- width: 175,
+ width: 100,
ellipsis: true,
dataIndex: 'issueStatus_dictText'
},
{
title: this.$t('uploadTime'),
align: 'left',
- width: 305,
+ width: 180,
ellipsis: true,
dataIndex: 'createTime'
},
@@ -151,14 +151,14 @@
title: this.$t('uploadedBy'),
align: 'left',
ellipsis: true,
- width: 170,
+ width: 120,
dataIndex: 'createBy'
},
{
title: this.$t('operation'),
align: 'left',
fixed: 'right',
- width: 240,
+ width: 180,
scopedSlots: { customRender: 'operation' }
}
]
diff --git a/jero-web/src/views/businessSupport/regulationReport/components/modules/addModel.vue b/jero-web/src/views/businessSupport/regulationReport/components/modules/addModel.vue
index 891996117..1bee3e993 100644
--- a/jero-web/src/views/businessSupport/regulationReport/components/modules/addModel.vue
+++ b/jero-web/src/views/businessSupport/regulationReport/components/modules/addModel.vue
@@ -153,14 +153,14 @@
dataIndex: 'xin1_che1_xing2_shi2_shi1_ri4_qi1',
align: 'left',
ellipsis: true,
- width: 228
+ width: 190
},
{
title: this.$t('vehicleInProductionDate'),
dataIndex: 'implement_time',
align: 'left',
ellipsis: true,
- width: 228
+ width: 190
}
// {
// title: this.$t('correspondingStandard'),
diff --git a/jero-web/src/views/businessSupport/technologyAssessment/components/initiatingProcess.vue b/jero-web/src/views/businessSupport/technologyAssessment/components/initiatingProcess.vue
index e3ae2906e..51c44353f 100644
--- a/jero-web/src/views/businessSupport/technologyAssessment/components/initiatingProcess.vue
+++ b/jero-web/src/views/businessSupport/technologyAssessment/components/initiatingProcess.vue
@@ -369,7 +369,7 @@
title: this.$t('correspondingStandard'),
align: 'left',
ellipsis: true,
- width: 170,
+ width: 150,
dataIndex: 'corresponding_standard'
},
{
diff --git a/jero-web/src/views/businessSupport/technologyAssessment/index.vue b/jero-web/src/views/businessSupport/technologyAssessment/index.vue
index bf305061e..cedea358c 100644
--- a/jero-web/src/views/businessSupport/technologyAssessment/index.vue
+++ b/jero-web/src/views/businessSupport/technologyAssessment/index.vue
@@ -272,14 +272,14 @@
{
title: this.$t('ProcessStatus'),
align: 'left',
- width: 170,
+ width: 100,
ellipsis: true,
dataIndex: 'flowStatusName'
},
{
title: this.$t('Sponsor'),
align: 'left',
- width: 140,
+ width: 110,
ellipsis: true,
dataIndex: 'createBy'
},
@@ -287,21 +287,21 @@
title: this.$t('brand'),
align: 'left',
ellipsis: true,
- width: 140,
+ width: 120,
dataIndex: 'brand_text'
},
{
title: this.$t('dateOfInitiation'),
align: 'left',
ellipsis: true,
- width: 170,
+ width: 130,
dataIndex: 'startTime'
},
{
title: this.$t('closingDate'),
align: 'left',
ellipsis: true,
- width: 170,
+ width: 130,
dataIndex: 'endTime'
},
{
diff --git a/jero-web/src/views/documentTools/searchCenter/components/DocumentLibrary.vue b/jero-web/src/views/documentTools/searchCenter/components/DocumentLibrary.vue
index cc26a0fa5..35abbfbc1 100644
--- a/jero-web/src/views/documentTools/searchCenter/components/DocumentLibrary.vue
+++ b/jero-web/src/views/documentTools/searchCenter/components/DocumentLibrary.vue
@@ -323,7 +323,7 @@
title: this.$t('vehicleInProductionDate'),
align: 'left',
ellipsis: true,
- width: 210,
+ width: 190,
sorter: true,
dataIndex: 'implement_time'
},
@@ -332,7 +332,7 @@
align: 'left',
ellipsis: true,
sorter: true,
- width: 210,
+ width: 190,
dataIndex: 'xin1_che1_xing2_shi2_shi1_ri4_qi1'
},
{
diff --git a/jero-web/src/views/documentTools/virtualList/components/addModel.vue b/jero-web/src/views/documentTools/virtualList/components/addModel.vue
index a4ff4f8aa..01d2dfda0 100644
--- a/jero-web/src/views/documentTools/virtualList/components/addModel.vue
+++ b/jero-web/src/views/documentTools/virtualList/components/addModel.vue
@@ -157,14 +157,14 @@
dataIndex: 'xin1_che1_xing2_shi2_shi1_ri4_qi1',
align: 'left',
ellipsis: true,
- width: 228
+ width: 190
},
{
title: this.$t('vehicleInProductionDate'),
dataIndex: 'implement_time',
align: 'left',
ellipsis: true,
- width: 228
+ width: 190
}
// {
// title: this.$t('correspondingStandard'),
diff --git a/jero-web/src/views/documentTools/virtualList/components/transferListvirtal.vue b/jero-web/src/views/documentTools/virtualList/components/transferListvirtal.vue
index 466be2b80..61126e8e9 100644
--- a/jero-web/src/views/documentTools/virtualList/components/transferListvirtal.vue
+++ b/jero-web/src/views/documentTools/virtualList/components/transferListvirtal.vue
@@ -138,14 +138,14 @@ export default {
{
title: this.$t('ImplementationDate'),
align: 'left',
- width: 200,
+ width: 190,
dataIndex: 'xin1Che1Xing2Shi2Shi1Ri4Qi1',
ellipsis: true
},
{
title: this.$t('vehicleInProductionDate'),
align: 'left',
- width: 220,
+ width: 190,
dataIndex: 'implementTime',
ellipsis: true
},
@@ -182,7 +182,7 @@ export default {
align: 'left',
ellipsis: true,
dataIndex: 'dutyTerritory_dictText',
- width: 180
+ width: 100
},
],
fieldList: [
diff --git a/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue b/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue
index e642a1cff..f5ba6206e 100644
--- a/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue
+++ b/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue
@@ -464,7 +464,7 @@
title: this.$t('correspondingStandard'),
align: 'left',
dataIndex: 'correspondingStandard',
- width: 180,
+ width: 150,
sorter: true,
ellipsis: true
},
@@ -479,7 +479,7 @@
{
title: this.$t('ImplementationDate'),
align: 'left',
- width: 200,
+ width: 190,
dataIndex: 'xin1Che1Xing2Shi2Shi1Ri4Qi1String',
scopedSlots: { customRender: 'titleName' },
sorter: true,
@@ -488,7 +488,7 @@
{
title: this.$t('vehicleInProductionDate'),
align: 'left',
- width: 220,
+ width: 190,
dataIndex: 'implementTimeString',
scopedSlots: { customRender: 'titleName' },
sorter: true,
@@ -522,7 +522,7 @@
title: 'WVTA ID',
align: 'left',
dataIndex: 'wvtaId',
- width: 180,
+ width: 95,
sorter: true,
ellipsis: true
},
@@ -532,7 +532,7 @@
ellipsis: true,
sorter: true,
dataIndex: 'dutyTerritory_dictText',
- width: 180
+ width: 100
},
// {
// title: this.$t('regulatoryEngineer'),
diff --git a/jero-web/src/views/externalReports/index.vue b/jero-web/src/views/externalReports/index.vue
index 4211f5e67..171818aa6 100644
--- a/jero-web/src/views/externalReports/index.vue
+++ b/jero-web/src/views/externalReports/index.vue
@@ -412,14 +412,14 @@
align: 'left',
ellipsis: true,
dataIndex: 'createTime',
- width: 245
+ width: 150
},
{
title: this.$t('operation'),
align: 'left',
fixed: 'right',
ellipsis: true,
- width: 250,
+ width: 240,
scopedSlots: { customRender: 'operation' }
}
],
diff --git a/jero-web/src/views/parameter/escalationlibrary/index.vue b/jero-web/src/views/parameter/escalationlibrary/index.vue
index 1df5d2c2c..67c5295ec 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: 405,
+ width: 300,
dataIndex: 'projectName',
sorter:true,
scopedSlots: { customRender: 'projectName' }
@@ -168,20 +168,20 @@
{
title: this.$t('ListTitle'),
align: 'left',
- width: 500,
+ width: 400,
dataIndex: 'title',
},
{
title: this.$t('Version'),
align: 'left',
- width: 384,
+ width: 90,
dataIndex: 'version'
},
{
title: this.$t('operation'),
align: 'left',
fixed: 'right',
- width: 220,
+ width: 200,
scopedSlots: { customRender: 'operation' }
}
],
diff --git a/jero-web/src/views/parameter/parameterexport/index.vue b/jero-web/src/views/parameter/parameterexport/index.vue
index 70d3e477e..35c2c4398 100644
--- a/jero-web/src/views/parameter/parameterexport/index.vue
+++ b/jero-web/src/views/parameter/parameterexport/index.vue
@@ -215,7 +215,7 @@ export default {
title: this.$t('operation'),
align: 'left',
fixed: 'right',
- width: 200,
+ width: 130,
scopedSlots: { customRender: 'operation' }
}
],
diff --git a/jero-web/src/views/parameter/parameterlist/index.vue b/jero-web/src/views/parameter/parameterlist/index.vue
index e7e02a093..1efb39f1a 100644
--- a/jero-web/src/views/parameter/parameterlist/index.vue
+++ b/jero-web/src/views/parameter/parameterlist/index.vue
@@ -185,7 +185,7 @@ export default {
title: this.$t('areaOfResponsibility'),
align: 'left',
dataIndex: 'dutyTerritory_dictText',
- width: 259,
+ width: 100,
sorter: true,
ellipsis: true,
},
@@ -194,14 +194,14 @@ export default {
align: 'left',
dataIndex: 'createTime',
sorter: true,
- width: 265,
+ width: 200,
ellipsis: true,
},
{
title: this.$t('operation'),
align: 'left',
fixed: 'right',
- width: 200,
+ width: 130,
scopedSlots: { customRender: 'operation' }
}
],
diff --git a/jero-web/src/views/projectManagement/components/TaskList.vue b/jero-web/src/views/projectManagement/components/TaskList.vue
index 2428480d9..d4c6cbdc4 100644
--- a/jero-web/src/views/projectManagement/components/TaskList.vue
+++ b/jero-web/src/views/projectManagement/components/TaskList.vue
@@ -271,7 +271,7 @@
{
title: this.$t('areaOfResponsibility'),
align: 'left',
- width: 180,
+ width: 100,
sorter:true,
dataIndex: 'areaOfResponsibility',
scopedSlots: { customRender: 'areaOfResponsibility' }
diff --git a/jero-web/src/views/projectManagement/components/certificationList/components/addCodeNumber.vue b/jero-web/src/views/projectManagement/components/certificationList/components/addCodeNumber.vue
index 7fecfbea3..dc711e17d 100644
--- a/jero-web/src/views/projectManagement/components/certificationList/components/addCodeNumber.vue
+++ b/jero-web/src/views/projectManagement/components/certificationList/components/addCodeNumber.vue
@@ -134,7 +134,7 @@
dataIndex: 'dutyTerritory_dictText',
align: 'left',
ellipsis: true,
- width: 190
+ width: 100
}
],
dataList: [],
diff --git a/jero-web/src/views/projectManagement/components/certificationList/components/transferListvirtal.vue b/jero-web/src/views/projectManagement/components/certificationList/components/transferListvirtal.vue
index 2e7c52030..973bd500f 100644
--- a/jero-web/src/views/projectManagement/components/certificationList/components/transferListvirtal.vue
+++ b/jero-web/src/views/projectManagement/components/certificationList/components/transferListvirtal.vue
@@ -123,7 +123,7 @@
title: this.$t('areaOfResponsibility'),
align: 'left',
dataIndex: 'dutyTerritoryName',
- width: 200,
+ width: 100,
ellipsis: true
},
{
diff --git a/jero-web/src/views/projectManagement/components/certificationList/index.vue b/jero-web/src/views/projectManagement/components/certificationList/index.vue
index 62bb6b820..523b0f69f 100644
--- a/jero-web/src/views/projectManagement/components/certificationList/index.vue
+++ b/jero-web/src/views/projectManagement/components/certificationList/index.vue
@@ -671,7 +671,7 @@
title: this.$t('configurationItem'),
align: 'left',
dataIndex: 'configItem',
- width: 75,
+ width: 85,
ellipsis: true
},
{
diff --git a/jero-web/src/views/projectManagement/components/listAddModel.vue b/jero-web/src/views/projectManagement/components/listAddModel.vue
index e639112d9..733d0b608 100644
--- a/jero-web/src/views/projectManagement/components/listAddModel.vue
+++ b/jero-web/src/views/projectManagement/components/listAddModel.vue
@@ -149,14 +149,14 @@
dataIndex: 'xin1_che1_xing2_shi2_shi1_ri4_qi1',
align: 'left',
ellipsis: true,
- width: 228
+ width: 190
},
{
title: this.$t('vehicleInProductionDate'),
dataIndex: 'implement_time',
align: 'left',
ellipsis: true,
- width: 228
+ width: 190
},
// {
// title: this.$t('correspondingStandard'),
diff --git a/jero-web/src/views/projectManagement/components/listOfRegulations.vue b/jero-web/src/views/projectManagement/components/listOfRegulations.vue
index b123f4f7f..0f62ff8c9 100644
--- a/jero-web/src/views/projectManagement/components/listOfRegulations.vue
+++ b/jero-web/src/views/projectManagement/components/listOfRegulations.vue
@@ -763,7 +763,7 @@
ellipsis: true,
sorter: true,
dataIndex: 'dutyTerritory_dictText',
- width: 180
+ width: 120
},
{
title: this.$t('regulatoryEngineer'),
@@ -771,7 +771,7 @@
ellipsis: true,
sorter: true,
dataIndex: 'regulationOwnerName',
- width: 180
+ width: 130
},
{
title: this.$t('engineeringInterfacePerson'),
@@ -779,7 +779,7 @@
ellipsis: true,
sorter: true,
dataIndex: 'engineeringInterfacePersonName',
- width: 180
+ width: 130
},
{
title: this.$t('remarks'),
@@ -796,7 +796,7 @@
title: this.$t('personLiable'),
dataIndex: 'designDutyIdName',
align: 'left',
- width: 180,
+ width: 110,
sorter: true,
ellipsis: true
},
@@ -842,7 +842,7 @@
title: this.$t('personLiable'),
dataIndex: 'verifyDutyIdName',
align: 'left',
- width: 180,
+ width: 110,
ellipsis: true,
sorter: true
},
diff --git a/jero-web/src/views/projectManagement/components/listOfRelevantPersonnel.vue b/jero-web/src/views/projectManagement/components/listOfRelevantPersonnel.vue
index a1cfd846e..59641c578 100644
--- a/jero-web/src/views/projectManagement/components/listOfRelevantPersonnel.vue
+++ b/jero-web/src/views/projectManagement/components/listOfRelevantPersonnel.vue
@@ -300,7 +300,7 @@
align: 'left',
dataIndex: 'dutyTerritory_dictText',
ellipsis: true,
- width: 153
+ width: 100
},
{
align: 'left',
diff --git a/jero-web/src/views/projectManagement/components/nonConformance.vue b/jero-web/src/views/projectManagement/components/nonConformance.vue
index e097b6f4b..9ef14c8c7 100644
--- a/jero-web/src/views/projectManagement/components/nonConformance.vue
+++ b/jero-web/src/views/projectManagement/components/nonConformance.vue
@@ -128,7 +128,7 @@
scopedSlots: { customRender: 'ProcessType' },
ellipsis: true,
sorter:true,
- width: 180
+ width: 150
},
{
title: this.$t('areaOfResponsibility'),
@@ -136,7 +136,7 @@
dataIndex: 'dutyTerritory',
ellipsis: true,
sorter:true,
- width: 180
+ width: 100
},
{
title: this.$t('problemType'),
@@ -144,7 +144,7 @@
dataIndex: 'problemType',
ellipsis: true,
sorter:true,
- width: 180
+ width: 150
},
{
title: this.$t('Sponsor'),
@@ -152,7 +152,7 @@
dataIndex: 'initiator',
ellipsis: true,
sorter:true,
- width: 140
+ width: 100
},
{
title: this.$t('personLiable'),
@@ -160,7 +160,7 @@
dataIndex: 'duty',
ellipsis: true,
sorter:true,
- width: 140
+ width: 100
}
],
total: 0,
diff --git a/jero-web/src/views/projectManagement/components/responsibilityList.vue b/jero-web/src/views/projectManagement/components/responsibilityList.vue
index 953aff549..5f57dedd5 100644
--- a/jero-web/src/views/projectManagement/components/responsibilityList.vue
+++ b/jero-web/src/views/projectManagement/components/responsibilityList.vue
@@ -59,7 +59,7 @@
title: this.$t('areaOfResponsibility'),
dataIndex: 'dutyTerritoryName',
align: 'left',
- width: 400,
+ width: 100,
ellipsis: true,
scopedSlots: { customRender: 'areaOfResponsibility' }
},
diff --git a/jero-web/src/views/projectManagement/components/transferListvirtal.vue b/jero-web/src/views/projectManagement/components/transferListvirtal.vue
index eaf0451bb..54a9d97df 100644
--- a/jero-web/src/views/projectManagement/components/transferListvirtal.vue
+++ b/jero-web/src/views/projectManagement/components/transferListvirtal.vue
@@ -139,14 +139,14 @@ export default {
{
title: this.$t('ImplementationDate'),
align: 'left',
- width: 200,
+ width: 190,
dataIndex: 'xin1Che1Xing2Shi2Shi1Ri4Qi1',
ellipsis: true
},
{
title: this.$t('vehicleInProductionDate'),
align: 'left',
- width: 220,
+ width: 190,
dataIndex: 'implementTime',
ellipsis: true
},
@@ -183,7 +183,7 @@ export default {
align: 'left',
ellipsis: true,
dataIndex: 'dutyTerritory_dictText',
- width: 180
+ width: 100
},
],
fieldList: [
diff --git a/jero-web/src/views/projectManagement/historicalVersion/index.vue b/jero-web/src/views/projectManagement/historicalVersion/index.vue
index 59a559acb..c1276d031 100644
--- a/jero-web/src/views/projectManagement/historicalVersion/index.vue
+++ b/jero-web/src/views/projectManagement/historicalVersion/index.vue
@@ -218,7 +218,7 @@
ellipsis: true,
sorter: true,
dataIndex: 'dutyTerritory_dictText',
- width: 180
+ width: 100
},
{
title: this.$t('regulatoryEngineer'),
diff --git a/jero-web/src/views/projectManagement/projectLibrary/index.vue b/jero-web/src/views/projectManagement/projectLibrary/index.vue
index 2b0fd0d3a..59736a985 100644
--- a/jero-web/src/views/projectManagement/projectLibrary/index.vue
+++ b/jero-web/src/views/projectManagement/projectLibrary/index.vue
@@ -247,7 +247,7 @@
{
title: this.$t('brand'),
align: 'left',
- width: 140,
+ width: 120,
ellipsis: true,
dataIndex: 'brandText'
},
diff --git a/jero-web/src/views/projectManagement/projectNonConformance/index.vue b/jero-web/src/views/projectManagement/projectNonConformance/index.vue
index d72393dd9..06d667f8f 100644
--- a/jero-web/src/views/projectManagement/projectNonConformance/index.vue
+++ b/jero-web/src/views/projectManagement/projectNonConformance/index.vue
@@ -223,7 +223,7 @@
title: this.$t('ProcessType'),
align: 'left',
dataIndex: 'flowType',
- width: 180,
+ width: 150,
sorter:true,
ellipsis: true
},
@@ -231,7 +231,7 @@
title: this.$t('areaOfResponsibility'),
align: 'left',
dataIndex: 'dutyTerritory',
- width: 120,
+ width: 100,
sorter:true,
ellipsis: true
},
@@ -247,7 +247,7 @@
title: this.$t('problemType'),
align: 'left',
dataIndex: 'problemType',
- width: 140,
+ width: 120,
sorter:true,
ellipsis: true
},
@@ -256,14 +256,14 @@
align: 'left',
dataIndex: 'initiator',
sorter:true,
- width: 140
+ width: 100
},
{
title: this.$t('personLiable'),
align: 'left',
dataIndex: 'duty',
sorter:true,
- width: 140
+ width: 100
}
],
total: 0,
diff --git a/jero-web/src/views/regulationsKanban/components/addModel.vue b/jero-web/src/views/regulationsKanban/components/addModel.vue
index 88d5bc1be..9fdf85337 100644
--- a/jero-web/src/views/regulationsKanban/components/addModel.vue
+++ b/jero-web/src/views/regulationsKanban/components/addModel.vue
@@ -184,7 +184,7 @@
{
title: this.$t('areaOfResponsibility'),
dataIndex: 'dutyTerritory_dicText',
- width: 120,
+ width: 100,
align: 'left',
ellipsis: true
},
diff --git a/jero-web/src/views/regulationsKanban/index.vue b/jero-web/src/views/regulationsKanban/index.vue
index 94538f5e0..18fb3a83b 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: 150
+ width: 130
},
// {
// title: this.$t('category'),
@@ -214,7 +214,7 @@ export default {
title: this.$t('evaluationResults'),
align: 'left',
fixed: 'right',
- width: 180,
+ width: 130,
scopedSlots: { customRender: 'operation' }
}
],
diff --git a/jero-web/src/views/regulatoryEarlyWarning/index.vue b/jero-web/src/views/regulatoryEarlyWarning/index.vue
index a52d07cb6..e1d2d7b2b 100644
--- a/jero-web/src/views/regulatoryEarlyWarning/index.vue
+++ b/jero-web/src/views/regulatoryEarlyWarning/index.vue
@@ -202,7 +202,7 @@
title: this.$t('vehicleInProductionDate'),
align: 'left',
ellipsis: true,
- width: 210,
+ width: 190,
dataIndex: 'implement_time',
scopedSlots: { customRender: 'vehicleInProductionDate' }
},
@@ -210,7 +210,7 @@
title: this.$t('ImplementationDate'),
align: 'left',
ellipsis: true,
- width: 210,
+ width: 190,
dataIndex: 'xin1_che1_xing2_shi2_shi1_ri4_qi1',
scopedSlots: { customRender: 'ImplementationDate' }
}
diff --git a/jero-web/src/views/system/UserAnnouncementList.vue b/jero-web/src/views/system/UserAnnouncementList.vue
index 0dc986d12..871f50f31 100644
--- a/jero-web/src/views/system/UserAnnouncementList.vue
+++ b/jero-web/src/views/system/UserAnnouncementList.vue
@@ -160,22 +160,22 @@ import { ResizeHeader, ResizeColumnProvide } from '@/mixins/header'
align: 'left',
ellipsis: true,
dataIndex: 'msgCategory',
- width: 200,
+ width: 150,
scopedSlots: { customRender: 'msgCategory' }
},
{
title: this.$t('NotificationTime'),
align: 'left',
ellipsis: true,
- width: 200,
+ width: 180,
dataIndex: 'sendTime'
},
- {
- title: '',
- align: 'left',
- ellipsis: true,
- width: 50
- }
+ // {
+ // title: '',
+ // align: 'left',
+ // ellipsis: true,
+ // width: 50
+ // }
],
url: {
list: '/sys/sysAnnouncementSend/getMyAnnouncementSend',
diff --git a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/confirmationDrawer.vue b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/confirmationDrawer.vue
index 77a1dc0a6..850155c6a 100644
--- a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/confirmationDrawer.vue
+++ b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/confirmationDrawer.vue
@@ -163,7 +163,7 @@
align: 'left',
dataIndex: 'dutyTerritoryName',
ellipsis: true,
- width: 120
+ width: 100
},
{
title: this.$t('taskType'),
@@ -207,7 +207,7 @@
align: 'left',
dataIndex: 'dutyTerritoryName',
ellipsis: true,
- width: 120
+ width: 100
},
{
title: this.$t('taskType'),
diff --git a/jero-web/src/views/virtualAuthenticationList/components/codeNumber.vue b/jero-web/src/views/virtualAuthenticationList/components/codeNumber.vue
index 7d39deb3c..fdf2e5af9 100644
--- a/jero-web/src/views/virtualAuthenticationList/components/codeNumber.vue
+++ b/jero-web/src/views/virtualAuthenticationList/components/codeNumber.vue
@@ -166,14 +166,14 @@ export default {
dataIndex: 'xin1_che1_xing2_shi2_shi1_ri4_qi1',
align: 'left',
ellipsis: true,
- width: 228
+ width: 190
},
{
title: this.$t('vehicleInProductionDate'),
dataIndex: 'implement_time',
align: 'left',
ellipsis: true,
- width: 228
+ width: 190
}
// {
// title: this.$t('correspondingStandard'),
diff --git a/jero-web/src/views/virtualAuthenticationList/components/transferListvirtal.vue b/jero-web/src/views/virtualAuthenticationList/components/transferListvirtal.vue
index 8a661ce0e..1453b22a0 100644
--- a/jero-web/src/views/virtualAuthenticationList/components/transferListvirtal.vue
+++ b/jero-web/src/views/virtualAuthenticationList/components/transferListvirtal.vue
@@ -123,7 +123,7 @@ export default {
title: this.$t('areaOfResponsibility'),
align: 'left',
dataIndex: 'dutyTerritoryName',
- width: 200,
+ width: 100,
ellipsis: true,
},
{
diff --git a/jero-web/src/views/virtualAuthenticationList/virtualAuthenticationListDesign/certificationListMaintenance.vue b/jero-web/src/views/virtualAuthenticationList/virtualAuthenticationListDesign/certificationListMaintenance.vue
index 94346d1cc..5a6f8b47f 100644
--- a/jero-web/src/views/virtualAuthenticationList/virtualAuthenticationListDesign/certificationListMaintenance.vue
+++ b/jero-web/src/views/virtualAuthenticationList/virtualAuthenticationListDesign/certificationListMaintenance.vue
@@ -328,7 +328,7 @@
align: 'left',
sorter: true,
dataIndex: 'configItem',
- width: 75,
+ width: 85,
ellipsis: true
},
{