From 4b42548bdeee0035497839403941d32fe13210c0 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Mon, 30 Oct 2023 11:10:56 +0800 Subject: [PATCH] 提现 --- src/main/resources/templates/febs/views/modules/chat/chatWithDrawList.html | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/chat/chatWithDrawList.html b/src/main/resources/templates/febs/views/modules/chat/chatWithDrawList.html index c553ab7..7991778 100644 --- a/src/main/resources/templates/febs/views/modules/chat/chatWithDrawList.html +++ b/src/main/resources/templates/febs/views/modules/chat/chatWithDrawList.html @@ -161,6 +161,7 @@ {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: 'addressType', title: '公链', minWidth: 150,align:'center'}, {field: 'amount', title: '金额', minWidth: 100,align:'center',align:'center',totalRow: '{{= parseInt(d.amount) }}'}, {field: 'type', title: '类型', templet: function (d) { -- Gitblit v1.9.1