src/views/account/components/Position.vue
@@ -8,6 +8,7 @@ > <div class="drawer-content"> <el-table height="100%" :data="tableData" style="width: 100%; flex: 1" empty-text="No Data" @@ -86,7 +87,8 @@ {{ scope.row.now_price }} </span> <div v-if="scope.row.stockGid != $mc"> ≈ $ {{ (scope.row.now_price * rate(scope.row.stockGid)).toFixed(2) }} ≈ $ {{ (scope.row.now_price * rate(scope.row.stockGid)).toFixed(2) }} </div> </template> </el-table-column>