|
@@ -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>
|