Commit 3b5db6da authored by 黄媛媛's avatar 黄媛媛

no

parent ea05f937
......@@ -132,7 +132,7 @@
<th>团号</th>
<th>原币金额</th>
<th>币种</th>
<th>人民币</th>
<!-- <th>人民币</th> -->
<!-- <th>操作</th> -->
</tr>
<tr v-for="(item,index) in DataList" :key="index">
......@@ -143,7 +143,7 @@
<td>{{item.TCNUM}}</td>
<td>{{item.WBMoney}}</td>
<td>{{item.CurrencyName}}</td>
<td>{{item.Money}}</td>
<!-- <td>{{item.Money}}</td> -->
<!-- <td>
<span style="cursor: pointer;color:blue;text-decoration:underline" v-if="item.Type==2">认领</span>
......
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