|
|
@@ -144,9 +144,9 @@ const orderTypeStepList = computed(() => {
|
|
|
const hasPre = goods.some(e => e.trademode === 10)
|
|
|
|
|
|
return [
|
|
|
- { label: t('tss.fullpayment'), value: 1, show: hasFull },
|
|
|
{ label: t('tss.prepayment'), value: 2, show: hasPre },
|
|
|
- { label: t('tss.buyback'), value: 3, show: hasPre }
|
|
|
+ { label: t('tss.buyback'), value: 3, show: hasPre },
|
|
|
+ { label: t('tss.fullpayment'), value: 1, show: hasFull }
|
|
|
]
|
|
|
})
|
|
|
// 订单模型
|