@@ -82,19 +82,28 @@ export default {
title: '配件编码',
dataIndex: 'code',
align: 'center',
- width: 150
+ width: 150,
+ customRender: (text) => {
+ return text || '--'
+ }
},
{
title: 'OE码',
dataIndex: 'oe',
title: '单位',
dataIndex: 'unit',
title: '终端采购价(¥)',