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