From d2dab3747aeefa484d562b8da4fc181b25e65471 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Sat, 11 Oct 2025 17:34:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../straightTransferReview/components/StraightforwardBills.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/materialsStation/straight/straightTransferReview/components/StraightforwardBills.vue b/src/views/materialsStation/straight/straightTransferReview/components/StraightforwardBills.vue index 9c5a72fc..8b791aa7 100644 --- a/src/views/materialsStation/straight/straightTransferReview/components/StraightforwardBills.vue +++ b/src/views/materialsStation/straight/straightTransferReview/components/StraightforwardBills.vue @@ -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' } ],