@@ -263,12 +263,6 @@ export default {
title: '数量',
dataIndex: 'inNum'
},
- {
- checked: true,
- width: '150px',
- title: '总价',
- dataIndex: 'totalPrice'
- },
{
title: '计量单位',
checked: true,
@@ -257,7 +257,7 @@ export default {
width: '150px',
- dataIndex: 'inNum'
+ dataIndex: 'outNum'
@@ -318,12 +318,6 @@ export default {
dataIndex: 'remark'
title: '状态',
dataIndex: 'status',
@@ -199,12 +199,9 @@ export default {
title: '备件类别',
- dataIndex: 'typeId',
+ dataIndex: 'spareTypeName',
- customRender: (text, record, index) => {
- return record.typeName
- }
+ width: '150px'
title: '备件名称',