dcc
2024-08-03 1613da5e0d5b13b20fc384da3595766efe8ffb24
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 = {