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' },