From b3810c8cb1fb0b9b33cd42fcabd0cf30bacab37d Mon Sep 17 00:00:00 2001 From: Administrator <15274802129@163.com> Date: Wed, 14 May 2025 15:02:50 +0800 Subject: [PATCH] feat(mall): 添加商品积分价格字段 --- src/main/resources/templates/febs/views/modules/levelView/levelList.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/levelView/levelList.html b/src/main/resources/templates/febs/views/modules/levelView/levelList.html index f5c1f61..9ac2222 100644 --- a/src/main/resources/templates/febs/views/modules/levelView/levelList.html +++ b/src/main/resources/templates/febs/views/modules/levelView/levelList.html @@ -1,4 +1,4 @@ -<div class="layui-fluid layui-anim febs-anim" id="febs-level" lay-title="会员级别列表"> +<div class="layui-fluid layui-anim febs-anim" id="febs-level" lay-title="会员体系管理"> <div class="layui-row febs-container"> <div class="layui-col-md12"> <div class="layui-card"> @@ -158,7 +158,7 @@ {type: 'numbers', title: '', width: 80}, {title: '操作', toolbar: '#memberLevelOption', minWidth: 200, align: 'center'}, {field: 'name', title: '名称', minWidth: 150,align:'center'}, - {field: 'indexImg',title: '会员图标', + {field: 'iconPng',title: '会员图标', templet: function (d) { return '<a lay-event="seeIconPng">' + '<img id="seeIconPng' + d.id + '" src="' + d.iconPng + -- Gitblit v1.9.1