|
|
@@ -59,7 +59,9 @@
|
|
|
{field: 'name', title: '模板名称'},
|
|
|
{field: 'type', title: '计费方式'},
|
|
|
{field: 'appoint', title: '指定包邮'},
|
|
|
- {field: 'collect_on_delivery', title: '是否到付'},
|
|
|
+ {field: 'collect_on_delivery', title: '是否到付', templet: function(d){
|
|
|
+ return d.collect_on_delivery == 1 ? '是' : '否';
|
|
|
+ }},
|
|
|
{field: 'sort', title: '排序'},
|
|
|
{field: 'add_time', title: '添加时间'},
|
|
|
{field: 'operate', title: '操作', toolbar: '#act', align: 'center'}
|