dengchaochao
2024-07-27 ce3533dad7bebb53ffc730b55e08092b19ae090c
src/components/constract/PerpetualContract/positionCom/currentPosition.vue
@@ -185,7 +185,7 @@
    },
    ratioFormatter(row) {
      const { change_ratio } = row;
      const ratio = `${bigDecimal.divide(change_ratio, 100, 4)}%`;
      const ratio = `${bigDecimal.divide(change_ratio * 100, 100, 2)}%`;
      return ratio;
    },
    directionFormatter(row, column, val) {