diff --git a/jero-web/src/components/CollectionType/index.vue b/jero-web/src/components/CollectionType/index.vue
index 7d87e51ab..f1749be35 100644
--- a/jero-web/src/components/CollectionType/index.vue
+++ b/jero-web/src/components/CollectionType/index.vue
@@ -1106,7 +1106,7 @@
}
.selectWid {
- min-width: 150px;
+ /*min-width: 150px;*/
width: 100%;
}
diff --git a/jero-web/src/components/CollectionTypeDisabled/index.vue b/jero-web/src/components/CollectionTypeDisabled/index.vue
index 5e34d66c8..8369d66cd 100644
--- a/jero-web/src/components/CollectionTypeDisabled/index.vue
+++ b/jero-web/src/components/CollectionTypeDisabled/index.vue
@@ -980,7 +980,7 @@
}
.selectWid {
- min-width: 150px;
+ /*min-width: 150px;*/
width: 100%;
}
diff --git a/jero-web/src/views/otamanagement/upgradeactivityrecord/components/auxiliaryupgradehavechanged.vue b/jero-web/src/views/otamanagement/upgradeactivityrecord/components/auxiliaryupgradehavechanged.vue
index 95dddff3b..dac7607bd 100644
--- a/jero-web/src/views/otamanagement/upgradeactivityrecord/components/auxiliaryupgradehavechanged.vue
+++ b/jero-web/src/views/otamanagement/upgradeactivityrecord/components/auxiliaryupgradehavechanged.vue
@@ -99,7 +99,6 @@ export default {
align: 'left',
dataIndex: 'functionname',
ellipsis: true,
- width: 170,
scopedSlots: { customRender: 'functionname' },
},
{
@@ -140,7 +139,7 @@ export default {
align: 'left',
dataIndex: 'functionalchangedescription',
ellipsis: true,
- width: 170,
+ width: 230,
scopedSlots: { customRender: 'functionalchangedescription' },
},
{
@@ -148,7 +147,7 @@ export default {
align: 'left',
dataIndex: 'variationofapplicableconditions',
ellipsis: true,
- width: 170,
+ width: 230,
scopedSlots: { customRender: 'variationofapplicableconditions' },
},
{
@@ -156,7 +155,7 @@ export default {
align: 'left',
dataIndex: 'upgradetheelectroniccontrollerinvolved',
ellipsis: true,
- width: 170,
+ width: 230,
scopedSlots: { customRender: 'upgradetheelectroniccontrollerinvolved' },
},
{
diff --git a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/circulationHistory.vue b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/circulationHistory.vue
index a4fdce5b5..181c85c0a 100644
--- a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/circulationHistory.vue
+++ b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/circulationHistory.vue
@@ -40,6 +40,11 @@
{{approvalResult[text]}}
+
+
+ {{result.operatorResultName}}
+
+
0) {
let taskData = this.dataSource[this.dataSource.length - 1]
- if (this.queryProject.TaskKey == 'fqlc'){
+ if (this.queryProject.TaskKey == 'fqlc') {
this.regulatoryCertificationTaskPlanList.forEach(val => {
if (val.name == this.$t('initiatingProcess')) {
val.status = '2'
@@ -200,7 +217,7 @@
})
}
if (this.queryProject.TaskKey == 'fggcssh') {
- if (taskData.operatorResult == 'Adopt'){
+ if (taskData.operatorResult == 'Adopt') {
this.regulatoryCertificationTaskPlanList.forEach(val => {
if (val.name == this.$t('initiatingProcess')) {
val.status = '1'
@@ -214,7 +231,7 @@
val.status = '1'
}
})
- }else{
+ } else {
this.regulatoryCertificationTaskPlanList.forEach(val => {
if (val.name == this.$t('initiatingProcess')) {
val.status = '1'
@@ -248,6 +265,7 @@
\ No newline at end of file