Administrator
6 days ago a8e4c8e42418eac47f6346dc366a2ef256941d15
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>' +