|
@@ -97,10 +97,10 @@
|
|
|
layList.tableList('List', "{:Url('store_sender_list',['id'=>$id,'type'=>$type])}", function () {
|
|
|
return [
|
|
|
{field: 'id', title: 'ID', sort: true, event: 'id', width: '4%'},
|
|
|
- {field: 'name', title: '配送员姓名', width: '10%'},
|
|
|
- {field: 'phone', title: '配送员电话', width: '8%'},
|
|
|
- {field: 'status', title: '是否显示', templet: "#checkboxstatus", width: '8%'},
|
|
|
- {field: 'right', title: '操作', align: 'center', toolbar: '#act', width: '14%'},
|
|
|
+ {field: 'name', title: '配送员姓名', width: '20%'},
|
|
|
+ {field: 'phone', title: '配送员电话', width: '30%'},
|
|
|
+ {field: 'status', title: '是否显示', templet: "#checkboxstatus", width: '18%'},
|
|
|
+ {field: 'right', title: '操作', align: 'center', toolbar: '#act'},
|
|
|
];
|
|
|
});
|
|
|
//查询条件
|