Commit d9b1bc63 authored by rlgy's avatar rlgy

数据格式修改

parent b35da904
......@@ -39,7 +39,11 @@ var table_search = table.render({
{field: 'id', title: '流水编号'},
{field: 'mobile', title: '手机号'},
{field: 'coin', title: '币种'},
{field: 'amount', title: '数量'},
{
field: 'amount', title: '数量', templet: function (d) {
return d.amount / 1e8;
}
},
{field: 'to_address', title: '对方地址'},
{field: 'create_time', title: '提交时间'},
{field: 'create_time', title: '完成时间'},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment