From f4e9144cef1837fc91b0fae2efe6ee610613137f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=90=8C=E6=B5=B7?= <14166000+zhangtonghai@user.noreply.gitee.com> Date: Thu, 16 May 2024 17:14:44 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E2=80=9C=E6=A0=B7=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/operation/seaexport/columns.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/operation/seaexport/columns.tsx b/src/views/operation/seaexport/columns.tsx index 14006db1..ca1acf02 100644 --- a/src/views/operation/seaexport/columns.tsx +++ b/src/views/operation/seaexport/columns.tsx @@ -2632,7 +2632,7 @@ export const cargoInfoFormSchema2: FormSchema[] = [ defaultValue: '', colProps: { span: 12 }, componentProps: { - rows: 4, + rows: 3, }, }, From 3fe12c8aa9ffed3b3b9d220a26013275c84d4ec1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=90=8C=E6=B5=B7?= <14166000+zhangtonghai@user.noreply.gitee.com> Date: Thu, 16 May 2024 17:16:23 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E2=80=9C=E6=9B=BF=E6=8D=A2table=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../seaexport/detail/modules/goodsTable.vue | 386 +++++++++++++++++- 1 file changed, 385 insertions(+), 1 deletion(-) diff --git a/src/views/operation/seaexport/detail/modules/goodsTable.vue b/src/views/operation/seaexport/detail/modules/goodsTable.vue index 4291dc2e..fc916fb7 100644 --- a/src/views/operation/seaexport/detail/modules/goodsTable.vue +++ b/src/views/operation/seaexport/detail/modules/goodsTable.vue @@ -75,7 +75,8 @@