提现处理

This commit is contained in:
“wanyongkang”
2021-01-03 17:22:26 +08:00
parent 4e98053daa
commit 288dc1f4fb

View File

@@ -11,6 +11,7 @@
<th>提现金额</th>
<th>提现理由</th>
<th>支付宝账号</th>
<th>备注</th>
<th>状态</th>
<th>提现时间</th>
</tr>
@@ -21,6 +22,7 @@
<td>{{info.money}}</td>
<td>{{info.reason}}</td>
<td>{{info.alipay_account}}</td>
<td>{{info.remark}}</td>
<td>{{info.status}}</td>
<td>{{info.create_time}}</td>
</tr>