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/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