1
PC-20250623MANY\Administrator
2025-09-15 d22e2f160de3c384d5c97641f95e56a849221cc9
src/views/account/components/TradeLog.vue
@@ -25,6 +25,7 @@
      <el-table
        :data="tableData"
        style="width: 100%; flex: 1"
        height="250"
        empty-text="No Data"
        fit
      >
@@ -169,7 +170,7 @@
  },
  watch: {},
  async created() {
    await this.getExchangeRate(); // 获取汇率
    // await this.getExchangeRate(); // 获取汇率
    this.opt.stockType = this.type;
    this.apiInterface = api.getchicang; // 赋值接口
    this.init(); // 获取记录列表