123
dcc
2024-08-03 b9fbd871074ba7b4f4893290fc669f3a8d62634b
src/components/constract/PerpetualContract/positionCom/historyApplyPosition.vue
@@ -210,8 +210,8 @@
    directionFormatter(row) {
      const { direction } = row;
      return direction == "buy"
        ? this.$t("message.home.pingduo")
        : this.$t("message.home.pingkong");
        ? 'Long'
        : 'Shot';
    },
    // directionFormatter(row) {
    //   const map = {