QuKatie %!s(int64=3) %!d(string=hai) anos
pai
achega
cfb3df7446
Modificáronse 1 ficheiros con 6 adicións e 1 borrados
  1. 6 1
      src/views/kaihe/domesticTrade/orderInformation/index.vue

+ 6 - 1
src/views/kaihe/domesticTrade/orderInformation/index.vue

@@ -1607,7 +1607,7 @@
               : !this.amountDr && !this.amountCr
               ? ""
               : this.amountDr
-          }}
+          |numFilter}}
         </template>
       </el-collapse-item>
     </el-collapse>
@@ -2246,6 +2246,11 @@ export default {
       uploadLoading: false,
     };
   },
+  filters:{
+    numFilter(num){
+      return Number(num?num:0).toFixed(2)
+    }
+  },
   //页面跳转后传递参数
   activated() {
     this.jumpDonot = false;