This commit is contained in:
hayu 2025-11-18 16:23:08 +08:00
parent a7b1518097
commit 1246b8d811
2 changed files with 2 additions and 0 deletions

View File

@ -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',

View File

@ -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',