From 7ce5766f0f4e974fedfadb19462b59204611ae73 Mon Sep 17 00:00:00 2001 From: lijingjia Date: Thu, 19 Sep 2024 08:42:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=98=E8=B4=B9=E7=94=B3=E8=AF=B7=E6=98=8E?= =?UTF-8?q?=E7=BB=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CostEntry/components/feeTable.vue | 10 +- .../src/components/settings/ColumnSetting.vue | 2 +- .../operation/paidApply/detail/columns.tsx | 75 +++++++++--- .../paidApply/detail/components/applyInfo.vue | 53 +++++---- .../detail/components/businessTable.vue | 111 ++++++++++++++++-- .../operation/seaexport/detail/index.vue | 13 +- .../seaexport/detail/modules/PersonModal.vue | 14 +-- .../seaexport/detail/modules/baseInfo.tsx | 66 +++++------ .../seaexport/detail/modules/cargoInfo.vue | 2 +- .../detail/modules/operationArea.vue | 1 + src/views/taskmanage/index.vue | 1 + 11 files changed, 251 insertions(+), 97 deletions(-) diff --git a/src/components/CostEntry/components/feeTable.vue b/src/components/CostEntry/components/feeTable.vue index a4eb78df..dd7aacf0 100644 --- a/src/components/CostEntry/components/feeTable.vue +++ b/src/components/CostEntry/components/feeTable.vue @@ -9,7 +9,7 @@ :loading="loading" :row-selection="{ selectedRowKeys: state.infoRowKeys, onChange: infoChange }" rowKey="id" - :scroll="{ x: '100%', y: 300 }" + :scroll="{ x: '100%', y: tHeight }" :columns="nowFeeColumns" :data-source="feeData" :pagination="false" @@ -36,7 +36,7 @@