From fb5549475c11fa264f4a4630638c136c99250d1e Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 20 May 2021 11:36:40 +0800
Subject: [PATCH] 20210520 订单更新付款人,订单状态,支付时间
---
src/main/resources/templates/febs/views/modules/systemSetting/platformSymbolsSku.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/templates/febs/views/modules/systemSetting/platformSymbolsSku.html b/src/main/resources/templates/febs/views/modules/systemSetting/platformSymbolsSku.html
index 1f14d6a..0c0e814 100644
--- a/src/main/resources/templates/febs/views/modules/systemSetting/platformSymbolsSku.html
+++ b/src/main/resources/templates/febs/views/modules/systemSetting/platformSymbolsSku.html
@@ -88,7 +88,7 @@
cols: [[
{field: 'id', title: '', minWidth: 120,align:'left'},
{field: 'name', title: '标题', minWidth: 120,align:'left'},
- {field: 'imageUrl', title: '图片链接', minWidth: 200,align:'left'},
+ {field: 'lotnumber', title: '规格', minWidth: 200,align:'left'},
{title: '操作', toolbar: '#user-option', minWidth: 140, fixed : 'right'}
]]
});
--
Gitblit v1.9.1