移除商品兑换需要流水

This commit is contained in:
2026-07-27 16:52:07 +08:00
parent 278532cdad
commit 3fc91cd2d3
16 changed files with 2 additions and 78 deletions

View File

@@ -124,7 +124,6 @@ const baTable = new baTableClass(
},
{ label: t('mall.order.points_cost'), prop: 'points_cost', align: 'center', minWidth: 90, operator: 'RANGE', sortable: false },
{ label: t('mall.order.amount'), prop: 'amount', align: 'center', minWidth: 90, operator: 'RANGE', sortable: false },
{ label: t('mall.order.multiplier'), prop: 'multiplier', align: 'center', minWidth: 90, operator: 'eq', sortable: false },
{
label: t('mall.order.external_transaction_id'),
prop: 'external_transaction_id',