KKSU
2023-11-01 c3fb56bd3cc141875b3ff2a6b893e9cbca0d11a9
src/main/resources/templates/febs/views/modules/chat/chatWithDrawList.html
@@ -161,8 +161,9 @@
                    {field: 'id', title: '', minWidth: 150,align:'center', totalRowText: '合计:',align:'center'},
                    {field: 'phone', title: '电话号码', minWidth: 150,align:'center'},
                    {field: 'nickName', title: '昵称', minWidth: 150,align:'center'},
                    {field: 'amount', title: '人民币金额', minWidth: 100,align:'center',align:'center',totalRow: '{{= parseInt(d.amount) }}'},
                    {field: 'addressType', title: '公链', minWidth: 150,align:'center'},
                    {field: 'amount', title: '金额', minWidth: 100,align:'center',align:'center',totalRow: '{{= parseInt(d.amount) }}'},
                    {field: 'amountUSDT', title: 'USDT金额', minWidth: 100,align:'center',align:'center',totalRow: '{{= parseInt(d.amountUSDT) }}'},
                    {field: 'type', title: '类型',
                        templet: function (d) {
                            if (d.type === 1) {