From 04ff0392849be2bcddba6747679790b0bce464fb Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Fri, 16 May 2025 14:07:34 +0800
Subject: [PATCH] refactor(mall): 调整订单相关功能和界面

---
 src/main/resources/templates/febs/views/modules/order/commentList.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/order/commentList.html b/src/main/resources/templates/febs/views/modules/order/commentList.html
index 91e7f26..36aae45 100644
--- a/src/main/resources/templates/febs/views/modules/order/commentList.html
+++ b/src/main/resources/templates/febs/views/modules/order/commentList.html
@@ -100,7 +100,7 @@
                         {field: 'memberName', title: '昵称', minWidth: 100,align:'left'},
                         {field: 'orderNo', title: '订单编号', minWidth: 80,align:'left'},
                         {field: 'goodsName', title: '商品名称', minWidth: 80,align:'left'},
-                        {field: 'styleName', title: '样式', minWidth: 80,align:'left'},
+                        // {field: 'styleName', title: '样式', minWidth: 80,align:'left'},
                         {field: 'skuName', title: '规格', minWidth: 80,align:'left'},
                         {field: 'showState', title: '是否展示', templet: '#showStateSwitch', minWidth: 80,align:'center'},
                         {field: 'images', title: '图片', align: 'center', templet: '#showScreenhost', width: 400},

--
Gitblit v1.9.1