src/main/resources/templates/febs/views/modules/trademanage/accountInfo.html
@@ -106,12 +106,11 @@ 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'},