From 582cf826b1479b06af7261acccb2dd5ae145870a Mon Sep 17 00:00:00 2001 From: yinq Date: Sat, 27 Jul 2024 18:15:45 +0800 Subject: [PATCH] =?UTF-8?q?update=20-=20=E7=9C=8B=E6=9D=BF=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/board/scanDown/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/board/scanDown/index.vue b/src/views/board/scanDown/index.vue index 96f0dad..af3a263 100644 --- a/src/views/board/scanDown/index.vue +++ b/src/views/board/scanDown/index.vue @@ -359,8 +359,8 @@ export default { f: (e) => { this.finalInspection = { mb: e?.[0]?.COLUMN_A || '', - sj: e?.[0]?.COLUMN_C || '', - bls: e?.[0]?.COLUMN_B || '', + sj: e?.[0]?.COLUMN_B || '', + bls: e?.[0]?.COLUMN_C || '', } } },