From ecb25c4825e94eebb50ab3147c328256f94b8687 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Wed, 10 Aug 2022 14:16:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/exporthistory/index.vue | 2 +- .../components/modules/fillTableAdd.vue | 1 + .../documentTranslation/index.vue | 11 +++++-- jero-web/src/views/externalReports/index.vue | 22 +++++++------ .../parameterlist/components/addModel.vue | 2 ++ .../components/listOfRelevantPersonnel.vue | 31 ++++++++++++++++--- .../views/regulatoryEarlyWarning/index.vue | 2 +- 7 files changed, 52 insertions(+), 19 deletions(-) diff --git a/jero-web/src/components/exporthistory/index.vue b/jero-web/src/components/exporthistory/index.vue index ecd48eb3d..6bec68ea0 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:'calc(100vh - 130px)'}" + :scroll="{x: '100%',y:600}" :rowSelection='{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}' @change='handleTableChange'> diff --git a/jero-web/src/views/businessSupport/regulationReport/components/modules/fillTableAdd.vue b/jero-web/src/views/businessSupport/regulationReport/components/modules/fillTableAdd.vue index 51b79e4d2..a2d27bb6f 100644 --- a/jero-web/src/views/businessSupport/regulationReport/components/modules/fillTableAdd.vue +++ b/jero-web/src/views/businessSupport/regulationReport/components/modules/fillTableAdd.vue @@ -52,6 +52,7 @@ :getPopupContainer="triggerNode=> triggerNode.parentNode" allowClear :disabled="isParentId" + style='z-index: 99' v-model="formInline.parentId"> {{$t('delete')}} + + {{ text && text.length > 15 ? text.slice(0, 14) + '...' : text }} + {{record.sourceLanguage_dictText}} @@ -160,13 +163,15 @@ title: this.$t('standard'), align: 'center', dataIndex: 'serialNumber', - width: 170 + width: 170, + scopedSlots: { customRender: 'title' } }, { title: this.$t('title'), align: 'center', dataIndex: 'title', - width: 170 + width: 170, + scopedSlots: { customRender: 'title' } }, { title: this.$t('TextStatus'), diff --git a/jero-web/src/views/externalReports/index.vue b/jero-web/src/views/externalReports/index.vue index 7701193c0..8886cdf38 100644 --- a/jero-web/src/views/externalReports/index.vue +++ b/jero-web/src/views/externalReports/index.vue @@ -40,13 +40,12 @@ {{title && title.length > 18?title.slice(0,17)+'...':title}} -