界面调整 修改实名信息
This commit is contained in:
@@ -2,29 +2,27 @@
|
||||
@{
|
||||
Layout = "_UserLayout";
|
||||
}
|
||||
<div id="app">
|
||||
<div id="app" style="padding-top: 2.5em;">
|
||||
<table class="table">
|
||||
<caption>余额资金明细</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>用户</th>
|
||||
<th>资金去向</th>
|
||||
<th>购买时间</th>
|
||||
<th style="min-width: 6em;">资金去向</th>
|
||||
<th>金额</th>
|
||||
<th>操作前余额</th>
|
||||
<th>操作后余额</th>
|
||||
<th>备注</th>
|
||||
<th>购买时间</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr v-for="info in tableData">
|
||||
<td>{{info.UserName}}</td>
|
||||
<td>{{info.CreateTime}}</td>
|
||||
<td>{{info.ScoreTypeName}}</td>
|
||||
<td>{{info.ScoreValue}}</td>
|
||||
<td>{{info.RestAmount1}}</td>
|
||||
<td>{{info.RestAmount2}}</td>
|
||||
<td>{{info.Remark}}</td>
|
||||
<td>{{info.CreateTime}}</td>
|
||||
<td style="overflow:hidden;">{{info.Remark}}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user