From a8e4c8e42418eac47f6346dc366a2ef256941d15 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Tue, 23 Jun 2026 13:37:53 +0800
Subject: [PATCH] fix(system): 修正国家运费列表页面货币单位显示

---
 src/main/resources/templates/febs/views/modules/system/countryDeliveryList.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/system/countryDeliveryList.html b/src/main/resources/templates/febs/views/modules/system/countryDeliveryList.html
index cd32c0c..ef09ae8 100644
--- a/src/main/resources/templates/febs/views/modules/system/countryDeliveryList.html
+++ b/src/main/resources/templates/febs/views/modules/system/countryDeliveryList.html
@@ -85,7 +85,7 @@
                 cols: [[
                     {field: 'countryCode', title: '国家编码', width: 120, align: 'center'},
                     {field: 'countryName', title: '国家名称', width: 150, align: 'center'},
-                    {field: 'shippingFee', title: '运费(元)', width: 120, align: 'center'},
+                    {field: 'shippingFee', title: '运费($)', width: 120, align: 'center'},
                     {field: 'status', title: '状态', width: 100, align: 'center',
                         templet: function (d) {
                             return d.status === 1
@@ -119,7 +119,7 @@
                 '    </div>' +
                 '  </div>' +
                 '  <div class="layui-form-item">' +
-                '    <label class="layui-form-label febs-form-item-require">运费(元)</label>' +
+                '    <label class="layui-form-label febs-form-item-require">运费($)</label>' +
                 '    <div class="layui-input-block">' +
                 '      <input type="number" name="shippingFee" class="layui-input" ' + (data ? 'value="' + data.shippingFee + '"' : 'placeholder="运费金额"') + ' lay-verify="required|number">' +
                 '    </div>' +

--
Gitblit v1.9.1