增加 转账记录
This commit is contained in:
parent
548c5ed07f
commit
8ebcae69a2
@ -5,6 +5,10 @@
|
|||||||
@section('content')
|
@section('content')
|
||||||
<h2>交易记录</h2>
|
<h2>交易记录</h2>
|
||||||
|
|
||||||
|
<a href="?type=income">收入</a>
|
||||||
|
<a href="?type=payout">支出</a>
|
||||||
|
<a href="?payment=transfer">转账记录</a>
|
||||||
|
|
||||||
<div class="overflow-auto">
|
<div class="overflow-auto">
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<thead>
|
<thead>
|
||||||
|
Loading…
Reference in New Issue
Block a user