|
@@ -67,8 +67,9 @@
|
|
|
,cols: [[ //表头
|
|
|
{field: 'operate', title: '选择', width:'10%', toolbar: '#barDemo1'}
|
|
|
,{field:'num', title: '序号',width:'10%', type:'numbers', align: 'center'}
|
|
|
- ,{field: 'accountName', title: '商户名称', width:'20%'}
|
|
|
- ,{field: 'accountId', title: '商户号', width:'20%'}
|
|
|
+ ,{field: 'id', title: '编号', width:'10%'}
|
|
|
+ ,{field: 'name', title: '商户名称', width:'20%'}
|
|
|
+ ,{field: 'usrid', title: '商户号', width:'20%'}
|
|
|
,{field: 'number', title: '终端号', width:'10%'}
|
|
|
,{field: 'typeDesc', title: '商户类型', width:'10%'}
|
|
|
,{field: 'createTime', title: '创建时间', width: '20%'}
|