Commit 7d297e16 authored by rlgy's avatar rlgy

后台,提币管理,已完成的纪录里的提交时间和完成时间都是提交时间

parent bbe23bec
...@@ -46,7 +46,7 @@ var table_search = table.render({ ...@@ -46,7 +46,7 @@ var table_search = table.render({
}, },
{field: 'to_address', title: '对方地址'}, {field: 'to_address', title: '对方地址'},
{field: 'create_time', title: '提交时间'}, {field: 'create_time', title: '提交时间'},
{field: 'create_time', title: '完成时间'}, {field: 'update_time', title: '完成时间'},
{field: 'status', title: '状态', templet: '#search_status'}, {field: 'status', title: '状态', templet: '#search_status'},
{field: 'check_first_uid', title: '初审员'}, {field: 'check_first_uid', title: '初审员'},
{field: 'check_second_uid', title: '复审员'}, {field: 'check_second_uid', 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