|
@@ -63,7 +63,7 @@ export default {
|
|
|
columns: [
|
|
|
{ title: '序号', dataIndex: 'no', width: '5%', align: 'center' },
|
|
|
{ title: '创建时间', dataIndex: 'createDate', width: '15%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
- { title: '费用类型', dataIndex: 'superior.name', width: '20%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
+ { title: '费用类型', dataIndex: 'superior.superior.name', width: '20%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
{ title: '调拨类别', dataIndex: 'superior.name', width: '20%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
{ title: '调拨类型名称', dataIndex: 'name', align: 'center', width: '25%', customRender: function (text) { return text || '--' }, ellipsis: true },
|
|
|
{ title: '操作', scopedSlots: { customRender: 'action' }, width: '15%', align: 'center' }
|