From fd5d67411cc7afa7aff2b0a53da7c8075a20fe03 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Tue, 13 May 2025 17:13:58 +0800
Subject: [PATCH] fix: 修改商品类型查询逻辑 - 移除了商品类型为1 和非 3 时对现价不为 0 的限制 - 统一了商品类型查询条件,提高了查询的准确性
---
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