[积分商城]兑换订单-优化

This commit is contained in:
2026-03-19 16:29:52 +08:00
parent 20d89089ca
commit f3d65280e7
3 changed files with 11 additions and 2 deletions

View File

@@ -59,6 +59,7 @@ const baTable = new baTableClass(
label: t('mall.redemptionOrder.malluser__username'),
prop: 'mallUser.username',
align: 'center',
minWidth: 120,
operatorPlaceholder: t('Fuzzy query'),
render: 'tags',
operator: 'LIKE',
@@ -68,9 +69,10 @@ const baTable = new baTableClass(
label: t('mall.redemptionOrder.status'),
prop: 'status',
align: 'center',
custom: { 0: 'info', 1: 'primary' },
operator: 'eq',
sortable: false,
render: 'switch',
render: 'tag',
replaceValue: { '0': t('mall.redemptionOrder.status 0'), '1': t('mall.redemptionOrder.status 1') },
},
{
@@ -102,6 +104,8 @@ const baTable = new baTableClass(
label: t('mall.redemptionOrder.type'),
prop: 'type',
align: 'center',
effect: 'dark',
custom: { 1: 'success', 2: 'primary', 3: 'info' },
operator: 'eq',
sortable: false,
render: 'tag',