|
@@ -228,6 +228,12 @@ export default {
|
|
|
width: 150,
|
|
|
scopedSlots: { customRender: 'num' }
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '库存',
|
|
|
+ dataIndex: 'storeNum',
|
|
|
+ width: 150,
|
|
|
+ scopedSlots: { customRender: 'num' }
|
|
|
+ },
|
|
|
{
|
|
|
title: '单位',
|
|
|
dataIndex: 'unit'
|
|
@@ -236,12 +242,12 @@ export default {
|
|
|
title: '仓库',
|
|
|
dataIndex: 'storeName'
|
|
|
},
|
|
|
- {
|
|
|
+ /*{
|
|
|
title: '备注',
|
|
|
dataIndex: 'remark',
|
|
|
width: 150,
|
|
|
scopedSlots: { customRender: 'remark' }
|
|
|
- },
|
|
|
+ },*/
|
|
|
{
|
|
|
title: '操作',
|
|
|
key: 'action',
|