From 7e95792122cac9d4ef24f19aec0556854578083f Mon Sep 17 00:00:00 2001 From: zhangjiming Date: Wed, 8 Jan 2025 11:20:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AF=BC=E5=85=A5=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Index/Regular/Running.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Index/Regular/Running.vue b/src/pages/Index/Regular/Running.vue index 16a9ee2..10f2059 100644 --- a/src/pages/Index/Regular/Running.vue +++ b/src/pages/Index/Regular/Running.vue @@ -121,9 +121,9 @@ import { SampleDisplay, PlateDisplay, LittleBufferDisplay, - BallGrid, EmergencyResultDialog, } from '../Components' +import BallGrid from '../Components/Consumables/BallGrid.vue' import { wasteArea, getTubeRackState } from '../../../services/index' import type { Subtank, TubeRackInfo } from '../../../types/Index' import { getRunningList } from '../../../services/Index/running/running'