From 3156be749dfc93764850b27f7cc2b4514a3ae4d0 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Mon, 30 Oct 2023 16:36:54 +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