|
@@ -85,14 +85,14 @@
|
|
|
<el-table-column prop="date" label="今日持股" width="150">
|
|
|
<template slot-scope="scope">
|
|
|
<p v-for="(item,index) in scope.row.today_stock" :key='index'>
|
|
|
- {{item.name}}
|
|
|
+ {{item.name}}{{item.fund}}
|
|
|
</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="date" label="昨日持股" width="150">
|
|
|
<template slot-scope="scope">
|
|
|
<p v-for="(item,index) in scope.row.yesterday_stock" :key='index'>
|
|
|
- {{item.name}}
|
|
|
+ {{item.name}}{{item.fund}}
|
|
|
</p>
|
|
|
</template>
|
|
|
</el-table-column>
|