From a7c6abad7c9e59285542156c40081fa54e2df2de Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 20 Dec 2022 17:20:23 +0800
Subject: [PATCH] 20221220 1、每天两点会员星级保证金返还任务 2、每天两点半会员星级更新任务
---
src/main/resources/templates/febs/views/modules/goods/goodsList.html | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/main/resources/templates/febs/views/modules/goods/goodsList.html b/src/main/resources/templates/febs/views/modules/goods/goodsList.html
index a058469..ca9da0d 100644
--- a/src/main/resources/templates/febs/views/modules/goods/goodsList.html
+++ b/src/main/resources/templates/febs/views/modules/goods/goodsList.html
@@ -231,10 +231,12 @@
{field: 'categaryName', title: '分类', minWidth: 140,align:'left'},
{field: 'isSale', title: '是否上架', templet: '#upOrDownSwitch', minWidth: 100,align:'center'},
{field: 'isHot', title: '是否主推', templet: '#isHotSwitch', minWidth: 100,align:'center'},
- {templet:"#goodsTypeFormat", title: '商品类型', minWidth: 140,align:'left'},
- {templet:"#isSkuFormat", title: '是否多规格', minWidth: 100,align:'left'},
- {field: 'presentPrice', title: '现价', minWidth: 100,align:'left'},
+ // {templet:"#goodsTypeFormat", title: '商品类型', minWidth: 140,align:'left'},
+ // {templet:"#isSkuFormat", title: '是否多规格', minWidth: 100,align:'left'},
+ // {field: 'presentPrice', title: '现价', minWidth: 100,align:'left'},
{field: 'originalPrice', title: '原价', minWidth: 100,align:'left'},
+ {field: 'subsidyAmount', title: '补贴金额', minWidth: 100,align:'left'},
+ {field: 'starRating', title: '星级', minWidth: 100,align:'left'},
{field: 'stock', title: '商品库存', minWidth: 100,align:'left'},
{field: 'skuVolume', title: '商品销量', minWidth: 100,align:'left'},
{title: '操作',
--
Gitblit v1.9.1