-
+
{{$t('evaluationMethod')}}
@@ -240,20 +240,20 @@
trigger: 'change'
}
],
- processBackground:[
+ processBackground: [
{
max: 300,
message: this.$t('processBackground') + this.$t('cannotExceed') + 300 + this.$t('Characters'),
trigger: 'blur'
}
],
- remark:[
+ remark: [
{
max: 300,
message: this.$t('remarks') + this.$t('cannotExceed') + 300 + this.$t('Characters'),
trigger: 'blur'
}
- ],
+ ]
},
searchParmes: {},
selectedRowKeysRecord: [],
diff --git a/jero-web/src/views/businessSupport/technologyAssessment/index.vue b/jero-web/src/views/businessSupport/technologyAssessment/index.vue
index 407c7e451..56d9722e5 100644
--- a/jero-web/src/views/businessSupport/technologyAssessment/index.vue
+++ b/jero-web/src/views/businessSupport/technologyAssessment/index.vue
@@ -86,7 +86,7 @@
size="middle"
:loading="loading"
:pagination="false"
- :scroll="{x: '100%'}"
+ :scroll="{x: '100%',y:'calc(100vh)'}"
rowKey="id"
:data-source="dataSource"
:row-selection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }"