浏览代码

[FIX] symbol in credit

Gogs 7 年之前
父节点
当前提交
1ee079f1be
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/steps/PaymentAmount.vue

+ 1 - 1
src/components/steps/PaymentAmount.vue

@@ -27,7 +27,7 @@
                             th Fecha de Pago
                     tbody
                         tr(v-for='line in paymentLines')
-                            td {{ line.total | currency }}
+                            td {{ line.total | currency(...selectedCurrency) }}
                             td {{ line.date }}
 </template>