mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-05 17:42:49 +08:00
优化导出,开始图片导出;
This commit is contained in:
@@ -34,8 +34,9 @@ define(["jquery", "easy-admin"], function ($, ea) {
|
||||
{ field: 'sort', width: 80, title: '排序', edit: 'text' },
|
||||
{ field: 'cate.title', minWidth: 80, title: '商品分类', },
|
||||
{ field: 'cate.id', minWidth: 80, title: '商品分类', hide: true, defaultSearchValue: ea.getQueryVariable('cate_id', '') },
|
||||
{ field: 'cate.image', minWidth: 80, title: '分类图片', search: false, templet: ea.table.image },
|
||||
{ field: 'title', minWidth: 80, title: '商品名称', },
|
||||
{ field: 'logo', minWidth: 80, title: '分类图片', search: false, templet: ea.table.image },
|
||||
{ field: 'logo', minWidth: 80, title: '商品图片', search: false, templet: ea.table.image },
|
||||
{ field: 'market_price', width: 100, title: '市场价', templet: ea.table.price },
|
||||
{ field: 'discount_price', width: 100, title: '折扣价', templet: ea.table.price },
|
||||
{ field: 'total_stock', width: 100, title: '库存统计' },
|
||||
|
||||
Reference in New Issue
Block a user