From b8c47fc032a69e4060882ed92b67e5bea460b7d4 Mon Sep 17 00:00:00 2001 From: chenhao <852066789@qq.com> Date: Mon, 30 Jun 2025 08:54:19 +0800 Subject: [PATCH] =?UTF-8?q?refactor(i18n):=E4=BC=98=E5=8C=96=E5=9B=BD?= =?UTF-8?q?=E9=99=85=E5=8C=96=E6=96=87=E6=A1=88=E5=B9=B6=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E4=BA=A7=E5=93=81=E6=8A=98=E6=89=A3=E6=98=BE=E7=A4=BA=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将"办事处"统一更改为"代表处",提升文案准确性 - 优化客户信息列表样式,调整标签宽度- 修复产品列表指导折扣显示问题,增加空值处理 - 调整产品添加和编辑页面折扣输入框精度,支持两位小数 - 为代理列表添加固定列功能,提升表格展示效果 --- .../resources/templates/system/agent/add.html | 4 ++-- .../resources/templates/system/agent/agent.html | 15 ++++++++++----- .../resources/templates/system/agent/edit.html | 4 ++-- .../resources/templates/system/customer/info.html | 5 +++++ .../resources/templates/system/product/add.html | 2 +- .../resources/templates/system/product/edit.html | 2 +- .../templates/system/product/product.html | 2 +- 7 files changed, 22 insertions(+), 12 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/agent/add.html b/ruoyi-admin/src/main/resources/templates/system/agent/add.html index 00060da2..f4ecfec0 100644 --- a/ruoyi-admin/src/main/resources/templates/system/agent/add.html +++ b/ruoyi-admin/src/main/resources/templates/system/agent/add.html @@ -8,7 +8,7 @@
- +
@@ -16,7 +16,7 @@
- +
diff --git a/ruoyi-admin/src/main/resources/templates/system/agent/agent.html b/ruoyi-admin/src/main/resources/templates/system/agent/agent.html index 409537f4..d1de32d3 100644 --- a/ruoyi-admin/src/main/resources/templates/system/agent/agent.html +++ b/ruoyi-admin/src/main/resources/templates/system/agent/agent.html @@ -7,6 +7,9 @@ .select-list li p, .select-list li label:not(.radio-box){ width: 80px; } + .bootstrap-table table { + table-layout: fixed; + } @@ -17,11 +20,11 @@
  • - +
  • - +
  • @@ -64,7 +67,7 @@
- +