|
|
@@ -91,16 +91,16 @@
|
|
|
// 加载列表
|
|
|
layList.tableList('List',"{:Url('get_list')}",function (){
|
|
|
return [
|
|
|
- {field: 'id', title: '编号', sort: true, event:'id', width:'6%', align:"center"},
|
|
|
- {field: 'icon', title: '等级图标', templet:'#icon', align:"center", width:'8%'},
|
|
|
- {field: 'name', title: '等级名称', edit:'name', width:'10%', align:"center"},
|
|
|
+ {field: 'id', title: '编号', sort: true, event:'id', width:'5%', align:"center"},
|
|
|
+ {field: 'icon', title: '等级图标', templet:'#icon', align:"center", width:'6%'},
|
|
|
+ {field: 'name', title: '等级名称', edit:'name', align:"center"},
|
|
|
{field: 'grade', title: '等级排序', edit:'grade', width:'6%', align:"center"},
|
|
|
- {field: 'discount', title: '进货折扣(%)', edit:'discount', width:'8%', align:"center"},
|
|
|
- {field: 'commission_rate', title: '佣金比例(%)', edit:'commission_rate', width:'8%', align:"center"},
|
|
|
- {field: 'can_see_special', title: '特供规格', templet:'#can_see_special', width:'8%', align:"center"},
|
|
|
- {field: 'is_show', title: '是否显示', templet:'#is_show', width:'8%', align:"center"},
|
|
|
- {field: 'add_time', title: '添加时间', align:"center", width:'12%'},
|
|
|
- {field: 'right', title: '操作', align:'center', toolbar:'#act', width:'8%'},
|
|
|
+ {field: 'discount', title: '进货折扣(%)', edit:'discount', align:"center"},
|
|
|
+ {field: 'commission_rate', title: '佣金比例(%)', edit:'commission_rate', align:"center"},
|
|
|
+ {field: 'can_see_special', title: '特供规格', templet:'#can_see_special', align:"center"},
|
|
|
+ {field: 'is_show', title: '是否显示', templet:'#is_show', width:'7%', align:"center"},
|
|
|
+ {field: 'add_time', title: '添加时间', align:"center"},
|
|
|
+ {field: 'right', title: '操作', align:'center', toolbar:'#act', width:'7%'},
|
|
|
];
|
|
|
});
|
|
|
// 自定义方法:快速编辑字段
|