Commit 2f0ae4a19f9f166dc98808f010ce28fb9d4a7a93

Authored by 周鸿
1 parent 62c53930

fix:物料热度ABC分类

ant-design-vue-jeecg/src/views/system/report/ReportInventoryTransactionList.vue
... ... @@ -190,6 +190,11 @@ export default {
190 190 dataIndex: 'materialUnit'
191 191 },
192 192 {
  193 + title: '百分比(%)',
  194 + align: "center",
  195 + dataIndex: 'percentage'
  196 + },
  197 + {
193 198 title: '出入库总数',
194 199 align: "center",
195 200 dataIndex: 'qty'
... ...