dcc
2024-07-19 06c4bb090a7b24442bf106f6614f70310dfab040
src/components/constract/PerpetualContract/positionCom/historyOrder.vue
@@ -162,8 +162,8 @@
    directionFormatter(row) {
      const { direction } = row;
      return direction == "buy"
        ? this.$t("message.home.pingduo")
        : this.$t("message.home.pingkong");
        ? 'Long'
        : 'Shot';
    },
    //获取列表数据
    getList(startTime = "", endTime = "", isReset) {