This commit is contained in:
mashuai 2026-02-05 17:26:35 +08:00
parent de18cdcc85
commit c88770a26f
1 changed files with 3 additions and 2 deletions

View File

@ -252,7 +252,8 @@ export default {
{ label: '规格型号', prop: 'typeModelName' },
{ label: '机具编号', prop: 'maCode' },
{ label: '计量单位', prop: 'unitName' },
{ label: '在用数量', prop: 'useNum' },
{ label: '历史在用数量', prop: 'transNum' },
{ label: '当前在用数量', prop: 'useNum' },
{ label: '领料人', prop: 'leasePerson' },
{ label: '领料日期', prop: 'startTime' }
],