|
@@ -100,7 +100,7 @@
|
|
|
{field: 'phone', title: '门店电话', width: '10%'},
|
|
|
{field: 'address', title: '地址', templet: '#address'},
|
|
|
{field: 'day_time', title: '营业时间', width: '15%'},
|
|
|
- {field: 'level', title: '申请等级',templet: '#address', width: '10%'},
|
|
|
+ {field: 'level', title: '申请等级',templet: '#level', width: '10%'},
|
|
|
{field: 'status', title: '是否显示', templet: "#checkboxstatus", width: '8%'},
|
|
|
{field: 'right', title: '操作', align: 'center', toolbar: '#act', width: '14%'},
|
|
|
];
|