| src/views/account/components/LoanRecords.vue | ●●●●● patch | view | raw | blame | history | |
| src/views/account/components/Position.vue | ●●●●● patch | view | raw | blame | history | |
| src/views/account/components/TradeLog.vue | ●●●●● patch | view | raw | blame | history | |
| src/views/account/components/dawr.vue | ●●●●● patch | view | raw | blame | history | |
| src/views/home/components/HomeLb.vue | ●●●●● patch | view | raw | blame | history | |
| src/views/home/components/HomeLtl.vue | ●●●●● patch | view | raw | blame | history |
src/views/account/components/LoanRecords.vue
@@ -15,6 +15,7 @@ </el-radio-group> <el-table height="100%" :data="tableData" style="width: 100%; flex: 1" empty-text="No Data" 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> src/views/account/components/TradeLog.vue
@@ -23,6 +23,7 @@ </div> <el-table height="100%" :data="tableData" style="width: 100%; flex: 1" empty-text="No Data" src/views/account/components/dawr.vue
@@ -33,7 +33,7 @@ </el-table> </el-tab-pane> <el-tab-pane :label="$t('subdka')" name="2"> <el-table :data="tableData" style="width: 100%"> <el-table :data="tableData" style="width: 100%" empty-text="No Data"> <el-table-column prop="withAmt" :label="$t('je')"> </el-table-column> <el-table-column prop="withFee" :label="$t('hj44')"> </el-table-column> src/views/home/components/HomeLb.vue
@@ -9,9 +9,9 @@ <div class="order_list" v-if="activeName == '0'"> <el-table height="100%" :data="tableData" style="width: 100%" height="100%" size="small" empty-text="No Data" @row-click="Choice" @@ -90,7 +90,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> @@ -173,7 +174,10 @@ {{ scope.row.buyOrderPrice }} </span> <div v-if="scope.row.stockGid != $mc"> ≈ $ {{ (scope.row.buyOrderPrice * rate(scope.row.stockGid)).toFixed(2) }} ≈ $ {{ (scope.row.buyOrderPrice * rate(scope.row.stockGid)).toFixed(2) }} </div> </template> </el-table-column> @@ -185,7 +189,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> src/views/home/components/HomeLtl.vue
@@ -26,9 +26,9 @@ <div class="resoult_list"> <el-table height="100%" :data="tableData" style="width: 100%" height="100%" size="small" empty-text="No Data" @row-click="Choice"