xjc %!s(int64=4) %!d(string=hai) anos
pai
achega
f94896e302
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/views/data/index.vue

+ 2 - 2
src/views/data/index.vue

@@ -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>