|
|
@@ -86,8 +86,8 @@
|
|
|
<template #footer v-if="collection">
|
|
|
<div class="g-form__footer inset">
|
|
|
<Button type="danger" block :disabled="orderQty === 0" @click="onSubmit">
|
|
|
- {{orderType === 1 ? $t('operation.buynow') : orderTypeStepList.find(e => e.value ===
|
|
|
- orderType)?.label}}
|
|
|
+ {{ orderType === 1 ? $t('operation.buynow') : orderTypeStepList.find(e => e.value ===
|
|
|
+ orderType)?.label }}
|
|
|
</Button>
|
|
|
</div>
|
|
|
<component ref="componentRef" :is="componentMap.get(componentId)"
|