1
PC-20250623MANY\Administrator
2025-08-21 814016d4b181852d27dc3a59c341efb595e4c94e
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>