From e414c58074f48c991af41138b1e841ee16eca724 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Mon, 17 Apr 2023 12:12:00 +0800 Subject: [PATCH] 后台修改 --- src/main/resources/templates/febs/views/modules/score/goodsList.html | 2 +- src/main/resources/templates/febs/views/modules/score/goodsUpdate.html | 2 +- src/main/resources/templates/febs/views/modules/score/orderList.html | 2 +- src/main/resources/templates/febs/views/modules/score/goodsAdd.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/score/goodsAdd.html b/src/main/resources/templates/febs/views/modules/score/goodsAdd.html index d66b904..6a33d7b 100644 --- a/src/main/resources/templates/febs/views/modules/score/goodsAdd.html +++ b/src/main/resources/templates/febs/views/modules/score/goodsAdd.html @@ -45,7 +45,7 @@ </div> </div> <div class="layui-col-lg6"> - <label class="layui-form-label febs-form-item-require">兑换积分:</label> + <label class="layui-form-label febs-form-item-require">H金劵:</label> <div class="layui-input-block"> <input type="text" name="score" lay-verify="required" placeholder="" autocomplete="off" class="layui-input"> </div> diff --git a/src/main/resources/templates/febs/views/modules/score/goodsList.html b/src/main/resources/templates/febs/views/modules/score/goodsList.html index eca7ffb..85c750a 100644 --- a/src/main/resources/templates/febs/views/modules/score/goodsList.html +++ b/src/main/resources/templates/febs/views/modules/score/goodsList.html @@ -198,7 +198,7 @@ return '<a lay-event="seeImgThumb"><img id="seeImgThumb'+d.id+'" src="'+d.thumb+'" alt=""></a>'; }, minWidth: 150,align:'center'}, {field: 'isSale', title: '是否上架', templet: '#upOrDownSwitch', minWidth: 80,align:'center'}, - {field: 'score', title: '兑换积分', minWidth: 150,align:'left'}, + {field: 'score', title: 'H金劵', minWidth: 150,align:'left'}, {field: 'originalPrice', title: '原价', minWidth: 150,align:'left'}, {field: 'stock', title: '商品库存', minWidth: 150,align:'left'}, {field: 'skuVolume', title: '商品销量', minWidth: 150,align:'left'}, diff --git a/src/main/resources/templates/febs/views/modules/score/goodsUpdate.html b/src/main/resources/templates/febs/views/modules/score/goodsUpdate.html index ad02f7a..7271383 100644 --- a/src/main/resources/templates/febs/views/modules/score/goodsUpdate.html +++ b/src/main/resources/templates/febs/views/modules/score/goodsUpdate.html @@ -46,7 +46,7 @@ </div> </div> <div class="layui-col-lg6"> - <label class="layui-form-label febs-form-item-require">兑换积分:</label> + <label class="layui-form-label febs-form-item-require">H金劵:</label> <div class="layui-input-block"> <input type="text" name="score" lay-verify="required" placeholder="" autocomplete="off" class="layui-input"> </div> diff --git a/src/main/resources/templates/febs/views/modules/score/orderList.html b/src/main/resources/templates/febs/views/modules/score/orderList.html index 13ff7bc..1241ac6 100644 --- a/src/main/resources/templates/febs/views/modules/score/orderList.html +++ b/src/main/resources/templates/febs/views/modules/score/orderList.html @@ -184,7 +184,7 @@ {field: 'memberName', title: '购买人', minWidth: 120,align:'left'}, {field: 'memberPhone', title: '账号', minWidth: 120,align:'left'}, {field: 'memberBindPhone', title: '联系方式', minWidth: 120,align:'left'}, - {field: 'amount', title: '支付积分', minWidth: 120,align:'left'}, + {field: 'amount', title: 'H金劵', minWidth: 120,align:'left'}, {field: 'orderTime', title: '下单时间', minWidth: 200,align:'left'}, {field: 'payTime', title: '支付时间', minWidth: 200,align:'left'}, {field: 'status', title: '状态', -- Gitblit v1.9.1