This commit is contained in:
bb_pan 2025-10-11 17:34:19 +08:00
parent c665410d53
commit d2dab3747a
1 changed files with 1 additions and 1 deletions

View File

@ -159,11 +159,11 @@ export default {
rowId: null,
formData: {},
tableColumns: [
{ label: '直转数量', prop: 'directNum' },
{ label: '类型名称', prop: 'typeName' },
{ label: '规格型号', prop: 'typeModelName' },
{ label: '机具编号', prop: 'maCode' },
{ label: '计量单位', prop: 'unitName' },
{ label: '直转数量', prop: 'directNum' },
{ label: '领料人', prop: 'leasePerson' },
{ label: '领料日期', prop: 'startTime' }
],