Commit 04f37bfe authored by youjie's avatar youjie

no message

parent c8b56e45
...@@ -167,6 +167,7 @@ ...@@ -167,6 +167,7 @@
<th>币种</th> <th>币种</th>
<th>本位币</th> <th>本位币</th>
<th>汇率</th> <th>汇率</th>
<th>日期</th>
<!-- <th>上调汇率</th> --> <!-- <th>上调汇率</th> -->
</tr> </tr>
<tr v-for="(item,index) in tableInfo" :key="index"> <tr v-for="(item,index) in tableInfo" :key="index">
...@@ -175,6 +176,7 @@ ...@@ -175,6 +176,7 @@
<td > <td >
{{item.CurrentRate}} {{item.CurrentRate}}
</td> </td>
<td>{{item.Date}}</td>
<!-- <td>{{item.ExchangeRates?item.ExchangeRates:'-'}}</td> --> <!-- <td>{{item.ExchangeRates?item.ExchangeRates:'-'}}</td> -->
</tr> </tr>
</table> </table>
......
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