zainali5120
2020-11-22 69e92d6cf539fb4f112d17347fe082df2e2216e9
src/main/resources/templates/febs/views/modules/member/applyCoin.html
@@ -23,7 +23,7 @@
                                            <select name="symbol">
                                                <option value=""></option>
                                                <option value="USDT">USDT</option>
                                          <option value="ROC">ROC</option>
                                          <option value="CPV">CPV</option>
                                            </select>
                                        </div>
                                    </div>
@@ -103,6 +103,7 @@
                    {field: 'symbol', title: '币种', minWidth: 100,align:'center'},
                    {field: 'amount', title: '充币数量', minWidth: 100,align:'center',totalRow: true},
                    {field: 'address', title: '平台钱包地址', minWidth: 280,align:'center'},
                    {field: 'hash', title: '转账hash', minWidth: 280,align:'center'},
                    {field: 'createTime', title: '创建时间', minWidth: 200,align:'center'}
                ]]
            });