| | |
| | | return ''
|
| | | }
|
| | | }, minWidth: 80,align:'center',totalRow: true},
|
| | |
|
| | | {field: 'accountType', title: '账号类型',
|
| | | templet: function (d) {
|
| | | if (d.accountType === 2) {
|
| | | return '<span style="color:red;">测试账号</span>'
|
| | | } else {
|
| | | } else if (d.accountType === 1) {
|
| | | return '<span style="color:green;">正常账号</span>'
|
| | | }
|
| | | },minWidth: 100,align:'center'},
|
| | |
| | | templet: function (d) {
|
| | | if (d.accountType === 2) {
|
| | | return '<span style="color:red;">测试账号</span>'
|
| | | } else {
|
| | | }else if (d.accountType === 1) {
|
| | | return '<span style="color:green;">正常账号</span>'
|
| | | }
|
| | | },minWidth: 100,align:'center'},
|