diff --git a/jero-web/src/components/exporthistory/index.vue b/jero-web/src/components/exporthistory/index.vue
index 6bec68ea0..a2d883e27 100644
--- a/jero-web/src/components/exporthistory/index.vue
+++ b/jero-web/src/components/exporthistory/index.vue
@@ -40,7 +40,7 @@
:dataSource='areaTable'
:pagination='false'
:loading='loading'
- :scroll="{x: '100%',y:600}"
+ :scroll="{x: '100%',y:370}"
:rowSelection='{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}'
@change='handleTableChange'>
diff --git a/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/index.vue b/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/index.vue
index 0a13a4202..66551a844 100644
--- a/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/index.vue
+++ b/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/index.vue
@@ -232,6 +232,7 @@
searchReset() {
this.queryParam = {}
this.$route.query.serialNumber = ''
+ this.$route.query.gatherResult = ''
this.pageNo = 1
this.getList()
},
diff --git a/jero-web/src/views/businessSupport/technologyAssessment/index.vue b/jero-web/src/views/businessSupport/technologyAssessment/index.vue
index c2c5935ac..acee733dc 100644
--- a/jero-web/src/views/businessSupport/technologyAssessment/index.vue
+++ b/jero-web/src/views/businessSupport/technologyAssessment/index.vue
@@ -301,6 +301,7 @@
searchReset() {
this.queryParam = {}
this.$route.query.serialNumber = ''
+ this.$route.query.flowStatus = ''
this.pageNo = 1
this.getList()
},
diff --git a/jero-web/src/views/regulationsKanban/components/addModel.vue b/jero-web/src/views/regulationsKanban/components/addModel.vue
index 608c4c436..b3a67398c 100644
--- a/jero-web/src/views/regulationsKanban/components/addModel.vue
+++ b/jero-web/src/views/regulationsKanban/components/addModel.vue
@@ -57,6 +57,30 @@
:scroll='{x: 600}'
@change='handleTableChange'>
+
+ {{ text }}
+ {{ text }}
+ {{ text }}
+ {{ text }}
+ {{ text }}
+ {{ text }}
+
+
+ {{ text }}
+ {{ text }}
+ {{ text }}
+ {{ text }}
+ {{ text }}
+ {{ text }}
+
+
+ {{ text }}
+ {{ text }}
+ {{ text }}
+ {{ text }}
+ {{ text }}
+ {{ text }}
+
@@ -125,22 +149,24 @@ export default {
title: this.$t('designComplianceReview'),
align: 'center',
width: 250,
- dataIndex: 'designStatus_dicText',
+ dataIndex: 'designFlowTaskStatus_dicText',
+ scopedSlots: { customRender: 'status' },
ellipsis: true
},
{
title: this.$t('preHomeConfirmation'),
align: 'center',
width: 270,
- dataIndex: 'prehomoStatus_dicText',
+ dataIndex: 'prehomoFlowTaskStatus_dicText',
+ scopedSlots: { customRender: 'statusprehomo' },
ellipsis: true
},
{
title: this.$t('verificationComplianceReview'),
align: 'center',
width: 270,
- dataIndex: 'verifyStatus_dicText',
- scopedSlots: { customRender: 'file' },
+ dataIndex: 'verifyFlowTaskStatus_dicText',
+ scopedSlots: { customRender: 'filstatuse' },
ellipsis: true
}
],