Browse Source

no message

feature/v2.1
xpz2018 4 years ago
parent
commit
3be241025c
1 changed files with 1 additions and 1 deletions
  1. 2
      xtends/statics/sale-report/index.js

2
xtends/statics/sale-report/index.js

@ -12,7 +12,7 @@ const columns1 = [
]
const columns2 = [
{ prop: 'productCategoryName', width: 200, label: '品类', color: '#55C355' },
{ prop: 'outboundDeliveryNetWeight ', width: 185, label: '出货重量(吨)' },
{ prop: 'outboundDeliveryNetWeight', width: 185, label: '出货重量(吨)' },
{ prop: 'netWeight', width: 180, label: '纸厂净重(吨)' },
{ prop: 'differenceWeight ', width: 185, label: '差异重量(吨)' }
]

Loading…
Cancel
Save