Przeglądaj źródła

添加CNY汇率

max 6 miesięcy temu
rodzic
commit
96490454d5
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/cashier.vue

+ 1 - 1
src/views/cashier.vue

@@ -18,7 +18,7 @@
             </template>
           </el-input>
           <el-col style="text-align: right; margin-top: 12px" :span="24" v-loading="ARS_amount_loading">
-            Exchange Rate: 1.00{{currency}} = <span style="font-size: 12px">{{ARS_amount}}ARS</span>
+            Exchange Rate: 1.00{{currency}}  <span style="font-size: 12px">{{ARS_amount}}ARS</span>
           </el-col>
           <el-col style="text-align: right; margin-top: 12px">
             <el-button type="primary" @click="createOrderFn">Submit</el-button>