xiaoyong931011
2022-11-23 d7140004b514b43f9734d050fb65d0c2898cca7f
20221117
1 files modified
5 ■■■■■ changed files
src/main/resources/templates/febs/views/dapp/money-change-flow.html 5 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/dapp/money-change-flow.html
@@ -139,11 +139,12 @@
                elem: $view.find('table'),
                id: 'moneyChangeTable',
                url: ctx + 'flow/accountMoneyChangeFlow',
                totalRow: true,
                cols: [[
                    // {field: 'address', title: '地址', minWidth: 150},
                    {field: 'username', title: '用户名', minWidth: 150},
                    {field: 'username', title: '用户名', minWidth: 150, totalRowText: '合计'},
                    {field: 'preAmount', title: '变化前金额', minWidth: 100},
                    {field: 'amount', title: '变化金额', minWidth: 100},
                    {field: 'amount', title: '变化金额', minWidth: 100, totalRow: true},
                    {field: 'afterAmount', title: '变化后金额', minWidth: 100},
                    {field: 'content', title: '描述', minWidth: 130},
                    // {title: '类型', templet: '#type-format'},