From ccfa4b5f156603ec932e7291e6116579a7db7e19 Mon Sep 17 00:00:00 2001 From: chenghuan Date: Wed, 7 Jan 2026 14:41:52 +0800 Subject: [PATCH] =?UTF-8?q?feat(card-list):=20=E6=B7=BB=E5=8A=A0=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E5=88=97=E6=95=B0=E9=85=8D=E7=BD=AE=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E5=A4=9A=E5=88=97=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增 fieldColumns 配置项控制卡片内字段排列列数 - 支持通过 colSpan 设置字段跨列显示 - 优化卡片内容布局样式和字段显示效果 - 调整对账模块相关页面布局 --- apps/finance/.env.production | 2 +- .../components/SelectDropdownRender/index.vue | 13 +++-- apps/finance/src/components/card-list/api.ts | 1 + .../src/components/card-list/card-list.vue | 49 ++++++++++++++++--- .../finance/src/components/card-list/types.ts | 4 ++ .../src/router/routes/modules/system.ts | 8 +-- .../reconciliate/components/Selected.vue | 10 ++-- .../posting/reconciliate/modules/Manual.vue | 5 +- apps/finance/src/views/test.vue | 14 ++++++ 9 files changed, 84 insertions(+), 22 deletions(-) create mode 100644 apps/finance/src/views/test.vue diff --git a/apps/finance/.env.production b/apps/finance/.env.production index cfc9cb1..2b2b874 100644 --- a/apps/finance/.env.production +++ b/apps/finance/.env.production @@ -1,7 +1,7 @@ VITE_BASE=/ # 接口地址 -VITE_GLOB_API_URL=http://192.168.110.100:9000/finance +VITE_GLOB_API_URL=http://59.110.212.44:9000/finance # 是否开启压缩,可以设置为 none, brotli, gzip VITE_COMPRESS=none diff --git a/apps/finance/src/components/SelectDropdownRender/index.vue b/apps/finance/src/components/SelectDropdownRender/index.vue index 5e17264..c0586a9 100644 --- a/apps/finance/src/components/SelectDropdownRender/index.vue +++ b/apps/finance/src/components/SelectDropdownRender/index.vue @@ -1,7 +1,7 @@ +