31159
This commit is contained in:
@@ -92,12 +92,13 @@
|
||||
info: {},
|
||||
colConfigs: [
|
||||
{ slot: 'goods', label: '商品' },
|
||||
{ prop: 'merchandiseIntegral', align: 'center', label: '单价' },
|
||||
{ prop: 'merchandiseNumber', align: 'center', label: '数量' },
|
||||
{ prop: 'merchandiseIntegral', align: 'center', label: '单价', sortable: true },
|
||||
{ prop: 'merchandiseNumber', align: 'center', label: '数量', sortable: true },
|
||||
{
|
||||
prop: 'arriveTime',
|
||||
align: 'center',
|
||||
label: '兑换量'
|
||||
label: '兑换量',
|
||||
sortable: true
|
||||
},
|
||||
{
|
||||
prop: 'visibleRange',
|
||||
|
||||
Reference in New Issue
Block a user