@@ -87,6 +87,12 @@ export default {
return `${(this.$refs.table.localPagination.current - 1) * this.$refs.table.localPagination.pageSize + index + 1}`
}
},
+ {
+ title: '库位',
+ dataIndex: 'storeName',
+ checked: true,
+ width: '150px'
+ },
{
title: '备件编码',
dataIndex: 'no',