|
|
@@ -102,6 +102,7 @@ layui.config({
|
|
|
{ type: 'checkbox', fixed: 'left' }
|
|
|
, { field: 'Id', fixed: 'left', title: 'ID', width: 80, sort: true, unresize: true }
|
|
|
, { field: 'Status', width: 200, title: '状态', sort: true }
|
|
|
+ , { field: 'SeoDescription', width: 200, title: '备注', sort: true }
|
|
|
, { field: 'Sort', width: 200, title: '产品类型', sort: true }
|
|
|
, { field: 'UserIdMakerCode', width: 200, title: '创客创客编号', sort: true }
|
|
|
, { field: 'UserIdRealName', width: 200, title: '创客真实姓名', sort: true }
|