From cf200a1f92c01ba22c326c49391f748ffb006910 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Mon, 05 Jul 2021 17:28:35 +0800
Subject: [PATCH] 20210617  开售开关

---
 src/main/resources/templates/febs/views/modules/systemSetting/platformSymbolsSku.html |    3 +--
 1 files changed, 1 insertions(+), 2 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 7b08f28..0c0e814 100644
--- a/src/main/resources/templates/febs/views/modules/systemSetting/platformSymbolsSku.html
+++ b/src/main/resources/templates/febs/views/modules/systemSetting/platformSymbolsSku.html
@@ -56,7 +56,6 @@
             
             if (layEvent === 'edit') {
                 febs.modal.open('币种交易手数规格设置', 'modules/systemSetting/platformSymbolsSkuUpdate/' + data.id, {
-                    area: $(window).width() <= 1000 ? '100%' : '50%',
                     btn: ['提交', '取消'],
                     yes: function (index, layero) {
                         $('#user-update').find('#submit').trigger('click');
@@ -89,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