From 55f90ad01e205f84c22d692ca4d1b61b0049d5d5 Mon Sep 17 00:00:00 2001 From: jiangs <373297395@qq.com> Date: Wed, 11 Feb 2026 17:38:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=8D=AF=E6=95=8F=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/liswork/batchCheck/LabResultMed.vue | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/views/liswork/batchCheck/LabResultMed.vue b/src/views/liswork/batchCheck/LabResultMed.vue index 33ca753..eb7af43 100644 --- a/src/views/liswork/batchCheck/LabResultMed.vue +++ b/src/views/liswork/batchCheck/LabResultMed.vue @@ -2,7 +2,15 @@ @@ -20,7 +28,7 @@ const columnsUp = ref([ const columnsDown = ref([ { prop: 'ywmc', label: '抗生素', visible: true, align: 'center' }, { prop: 'csjg', label: '测试结果', visible: true, align: 'center', width: 80 }, - { prop: 'jgbz', label: '结果标志', visible: true, align: 'center', width: 80 }, + { prop: 'jgbz', label: '结果标志', visible: true, align: 'center', width: 170, slot: 'jgbz' }, { prop: 'mic', label: 'mic', visible: true, align: 'center', width: 50 }, { prop: 'rad', label: 'rad', visible: true, align: 'center' },