[积分商城]积分订单-优化
This commit is contained in:
@@ -59,6 +59,7 @@ const baTable = new baTableClass(
|
||||
label: t('mall.pintsOrder.malluser__username'),
|
||||
prop: 'mallUser.username',
|
||||
align: 'center',
|
||||
minWidth: 120,
|
||||
operatorPlaceholder: t('Fuzzy query'),
|
||||
render: 'tags',
|
||||
operator: 'LIKE',
|
||||
@@ -68,6 +69,8 @@ const baTable = new baTableClass(
|
||||
label: t('mall.pintsOrder.type'),
|
||||
prop: 'type',
|
||||
align: 'center',
|
||||
effect: 'dark',
|
||||
custom: { 1: 'success', 2: 'primary', 3: 'info' },
|
||||
operator: 'eq',
|
||||
sortable: false,
|
||||
render: 'tag',
|
||||
|
||||
Reference in New Issue
Block a user