From f25e38d67e54d1d89e94c237eade4476564ce5dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Wed, 2 Sep 2026 11:39:44 +0800 Subject: [PATCH] =?UTF-8?q?style(contract-manage):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E8=BF=87=E6=9C=9F=E7=AD=9B=E9=80=89=E5=8C=BA=E5=9F=9F=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E5=92=8C=E7=BB=93=E6=9E=84=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将时间段快捷筛选 slot 名称从 search-menu 修改为 header - 调整过期筛选区域的 margin 样式,精细控制上下间距 - 移除多余的右侧 margin,优化布局显示顺序 feat(insurance-ocr-template): 添加 created 生命周期调用 onLoad 方法 - 在组件创建时调用 onLoad,确保初始化动作执行 style(project-apply): 统一项目金额字段后缀及标签显示 - 移除金额字段标签中的“(万元)”文本,改为标签内部统一显示单位后缀 - 为项目资金额度、应收账款额度、项目规模、预估利润、资金需求等输入框添加“万元”后缀显示 - 调整输入框结构,确保后缀模板正常渲染 style(ship): 调整输入框宽度提升表单布局一致性 - 为 .el-input__wrapper 添加固定宽度,保证表单输入框宽度统一 --- src/views/base/insurance-ocr-template.vue | 3 +++ src/views/business/contract-manage.vue | 11 +++------ src/views/business/project-apply.vue | 30 +++++++++++++++-------- src/views/transportCapacity/ship.vue | 3 +++ 4 files changed, 29 insertions(+), 18 deletions(-) diff --git a/src/views/base/insurance-ocr-template.vue b/src/views/base/insurance-ocr-template.vue index 3b2f976..60fb726 100644 --- a/src/views/base/insurance-ocr-template.vue +++ b/src/views/base/insurance-ocr-template.vue @@ -179,6 +179,9 @@ export default { }, }; }, + created() { + this.onLoad(); + }, computed: { ...mapGetters(['permission', 'userInfo']), isAdmin() { diff --git a/src/views/business/contract-manage.vue b/src/views/business/contract-manage.vue index bad0b57..7a9ac7b 100644 --- a/src/views/business/contract-manage.vue +++ b/src/views/business/contract-manage.vue @@ -32,7 +32,7 @@ -