| | |
| | | <el-tab-pane label="All" name="all"></el-tab-pane> |
| | | </el-tabs> --> |
| | | |
| | | <el-table :data="tableData" style="width: 100%" empty-text="No Data"> |
| | | <el-table |
| | | height="250" |
| | | :data="tableData" |
| | | style="width: 100%" |
| | | empty-text="No Data" |
| | | > |
| | | <el-table-column prop="title" label="name"> </el-table-column> |
| | | |
| | | <el-table-column prop="buyTime" :label="$t('hj273')"> </el-table-column> |
| | |
| | | <el-table-column prop="money" :label="$t('投资金额')"> |
| | | <template slot-scope="scope"> |
| | | <span class="sc_c" style="font-size: 18px" |
| | | >MX$ {{ scope.row.money }}</span |
| | | >$ {{ scope.row.money }}</span |
| | | > |
| | | </template> |
| | | </el-table-column> |