Commit 62dac6be authored by 黄媛媛's avatar 黄媛媛

111

parent 315bc38d
...@@ -63,6 +63,7 @@ ...@@ -63,6 +63,7 @@
<th>收据金额</th> <th>收据金额</th>
<th>汇率</th> <th>汇率</th>
<th>本位币</th> <th>本位币</th>
<th>交易日期</th>
<th>备注</th> <th>备注</th>
<th>操作人/时间</th> <th>操作人/时间</th>
<th>操作</th> <th>操作</th>
...@@ -80,6 +81,7 @@ ...@@ -80,6 +81,7 @@
<td>{{item.WBMoney}}</td> <td>{{item.WBMoney}}</td>
<td>{{item.Rate}}</td> <td>{{item.Rate}}</td>
<td>{{item.Money}}</td> <td>{{item.Money}}</td>
<td>{{item.Time}}</td>
<td>{{item.Remark}}</td> <td>{{item.Remark}}</td>
<td>{{item.UpdateBy}}/{{item.UpdateDate}}</td> <td>{{item.UpdateBy}}/{{item.UpdateDate}}</td>
......
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