This commit is contained in:
@@ -423,10 +423,10 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
label: '订单角色',
|
||||
label: '订单渠道',
|
||||
prop: 'purchase_role',
|
||||
type: 'select',
|
||||
placeholder: '请选择订单角色',
|
||||
placeholder: '请选择订单渠道',
|
||||
options: [
|
||||
{ label: '自己购买', value: 'self_purchase' },
|
||||
{ label: '上级代理购买', value: 'purchased_by_parent' },
|
||||
@@ -476,7 +476,7 @@
|
||||
{ label: t('orderManagement.table.orderNo'), prop: 'order_no' },
|
||||
{ label: t('orderManagement.table.orderType'), prop: 'order_type' },
|
||||
{ label: t('orderManagement.table.buyerType'), prop: 'buyer_type' },
|
||||
{ label: '订单角色', prop: 'purchase_role' },
|
||||
{ label: '订单渠道', prop: 'purchase_role' },
|
||||
{ label: '购买备注', prop: 'purchase_remark' },
|
||||
{ label: '操作者', prop: 'operator_name' },
|
||||
{ label: t('orderManagement.table.paymentStatus'), prop: 'payment_status' },
|
||||
@@ -718,7 +718,7 @@
|
||||
},
|
||||
{
|
||||
prop: 'purchase_role',
|
||||
label: '订单角色',
|
||||
label: '订单渠道',
|
||||
width: 140,
|
||||
formatter: (row: Order) => {
|
||||
if (!row.purchase_role) return '-'
|
||||
|
||||
Reference in New Issue
Block a user