This commit is contained in:
parent
a7b1518097
commit
1246b8d811
|
|
@ -119,6 +119,7 @@ export default {
|
||||||
width: '150',
|
width: '150',
|
||||||
render: (h, { row }) => h('span', {}, row.repairTime || '-')
|
render: (h, { row }) => h('span', {}, row.repairTime || '-')
|
||||||
},
|
},
|
||||||
|
{ label: '退役数量', prop: 'retirementNum', width: 80 },
|
||||||
{
|
{
|
||||||
label: '退役原因',
|
label: '退役原因',
|
||||||
prop: 'reasonVal',
|
prop: 'reasonVal',
|
||||||
|
|
|
||||||
|
|
@ -132,6 +132,7 @@ export default {
|
||||||
width: '150',
|
width: '150',
|
||||||
render: (h, { row }) => h('span', {}, row.repairTime || '-')
|
render: (h, { row }) => h('span', {}, row.repairTime || '-')
|
||||||
},
|
},
|
||||||
|
{ label: '退役数量', prop: 'retirementNum', width: 80 },
|
||||||
{
|
{
|
||||||
label: '退役原因',
|
label: '退役原因',
|
||||||
prop: 'reasonVal',
|
prop: 'reasonVal',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue