diff --git a/src/assets/In incubation.png b/src/assets/In incubation.png new file mode 100644 index 0000000..9de7917 Binary files /dev/null and b/src/assets/In incubation.png differ diff --git a/src/assets/being booked.png b/src/assets/being booked.png new file mode 100644 index 0000000..78b74c7 Binary files /dev/null and b/src/assets/being booked.png differ diff --git a/src/assets/isok.png b/src/assets/isok.png new file mode 100644 index 0000000..e44ee08 Binary files /dev/null and b/src/assets/isok.png differ diff --git a/src/assets/ji.png b/src/assets/ji.png new file mode 100644 index 0000000..aafe11b Binary files /dev/null and b/src/assets/ji.png differ diff --git a/src/assets/men.png b/src/assets/men.png new file mode 100644 index 0000000..fb685ff Binary files /dev/null and b/src/assets/men.png differ diff --git a/src/pages/Index/Regular/Running.vue b/src/pages/Index/Regular/Running.vue index a7536d3..70c28df 100644 --- a/src/pages/Index/Regular/Running.vue +++ b/src/pages/Index/Regular/Running.vue @@ -1,3 +1,8 @@ + - + +
+ + 孵育盘温度 + + + + 100℃ + + +
+ +
+ + 光学模组 + +
+ + + + + + +xxx + + + xxxx + + + xxxxxxx + + +
+
-
{{ index +1 }}
+
{{ index +1 }}
@@ -165,7 +228,7 @@ const tubeRack = ref({ // 假设这是10条真实数据 // 模拟10条真实数据 const tubes = [ - { userid: 'user1', projId: [1], bloodType: 'A' }, + { userid: 'user1', projId: [1], bloodType: 'Q' }, { userid: 'user2', projId: [2], bloodType: 'B' }, { userid: 'user3', projId: [1, 2], bloodType: 'AB' }, { userid: 'user4', projId: [], bloodType: 'O' }, @@ -179,12 +242,12 @@ const tubes = [ // 项目数据 const projects = [ - { projId: 1, projName: 'Project Alpha', color: 'red' }, - { projId: 2, projName: 'Project Beta', color: 'blue' }, - { projId: 3, projName: 'Project Gamma', color: 'green' }, - { projId: 4, projName: 'Project Delta', color: 'yellow' }, - { projId: 5, projName: 'Project Epsilon', color: 'purple' }, - { projId: 6, projName: 'Project Zeta', color: 'orange' } + { projId: 1, projName: 'PA', color: 'red' }, + { projId: 2, projName: 'PB', color: 'blue' }, + { projId: 3, projName: 'PG', color: 'green' }, + { projId: 4, projName: 'PD', color: 'yellow' }, + { projId: 5, projName: 'PE', color: 'purple' }, + { projId: 6, projName: 'PZ', color: 'orange' } ] // 血型数据 @@ -249,7 +312,7 @@ const handleIncubationPlateStateMessage = (data: IncubationPlateStateMessage['da incubationPlates.value =[ { pos: "A1", - state: "REACTED", + state: "RESERVED", bloodType: "WHOLE_BLOOD", sampleBarcode: "BC001", userid: "U001", @@ -267,7 +330,7 @@ const handleIncubationPlateStateMessage = (data: IncubationPlateStateMessage['da }, { pos: "A2", - state: "REACTED", + state: "RESERVED", bloodType: "PLASMA", sampleBarcode: "BC002", userid: "U002", @@ -285,7 +348,7 @@ const handleIncubationPlateStateMessage = (data: IncubationPlateStateMessage['da }, { pos: "A3", - state: "PARTIAL_REACTION", + state: "INCUBATING", bloodType: "SERUM", sampleBarcode: "BC003", userid: "U003", @@ -303,7 +366,7 @@ const handleIncubationPlateStateMessage = (data: IncubationPlateStateMessage['da }, { pos: "B1", - state: "REACTED", + state: "INCUBATION_COMPLETE", bloodType: "WHOLE_BLOOD", sampleBarcode: "BC004", userid: "U004", @@ -321,7 +384,7 @@ const handleIncubationPlateStateMessage = (data: IncubationPlateStateMessage['da }, { pos: "B2", - state: "NO_REACTION", + state: "INCUBATION_COMPLETE", bloodType: "PLASMA", sampleBarcode: "BC005", userid: "U005", @@ -339,7 +402,7 @@ const handleIncubationPlateStateMessage = (data: IncubationPlateStateMessage['da }, { pos: "B3", - state: "REACTED", + state: "INCUBATING", bloodType: "SERUM", sampleBarcode: "BC006", userid: "U006", @@ -357,7 +420,7 @@ const handleIncubationPlateStateMessage = (data: IncubationPlateStateMessage['da }, { pos: "C1", - state: "PARTIAL_REACTION", + state: "INCUBATING", bloodType: "WHOLE_BLOOD", sampleBarcode: "BC007", userid: "U007", @@ -375,7 +438,7 @@ const handleIncubationPlateStateMessage = (data: IncubationPlateStateMessage['da }, { pos: "C2", - state: "REACTED", + state: "INCUBATING", bloodType: "PLASMA", sampleBarcode: "BC008", userid: "U008", @@ -393,7 +456,7 @@ const handleIncubationPlateStateMessage = (data: IncubationPlateStateMessage['da }, { pos: "C3", - state: "NO_REACTION", + state: "INCUBATING", bloodType: "SERUM", sampleBarcode: "BC009", userid: "U009", @@ -411,7 +474,7 @@ const handleIncubationPlateStateMessage = (data: IncubationPlateStateMessage['da }, { pos: "D1", - state: "REACTED", + state: "INCUBATING", bloodType: "WHOLE_BLOOD", sampleBarcode: "BC010", userid: "U010", @@ -429,7 +492,7 @@ const handleIncubationPlateStateMessage = (data: IncubationPlateStateMessage['da }, { pos: "D2", - state: "PARTIAL_REACTION", + state: "INCUBATING", bloodType: "PLASMA", sampleBarcode: "BC011", userid: "U011", @@ -447,7 +510,7 @@ const handleIncubationPlateStateMessage = (data: IncubationPlateStateMessage['da }, { pos: "D3", - state: "NO_REACTION", + state: "INCUBATING", bloodType: "SERUM", sampleBarcode: "BC012", userid: "U012", @@ -465,7 +528,7 @@ const handleIncubationPlateStateMessage = (data: IncubationPlateStateMessage['da }, { pos: "E1", - state: "REACTED", + state: "INCUBATING", bloodType: "WHOLE_BLOOD", sampleBarcode: "BC013", userid: "U013", @@ -483,7 +546,7 @@ const handleIncubationPlateStateMessage = (data: IncubationPlateStateMessage['da }, { pos: "E2", - state: "PARTIAL_REACTION", + state: "INCUBATING", bloodType: "PLASMA", sampleBarcode: "BC014", userid: "U014", @@ -501,7 +564,7 @@ const handleIncubationPlateStateMessage = (data: IncubationPlateStateMessage['da }, { pos: "E3", - state: "NO_REACTION", + state: "INCUBATING", bloodType: "SERUM", sampleBarcode: "BC015", userid: "U015", @@ -519,7 +582,7 @@ const handleIncubationPlateStateMessage = (data: IncubationPlateStateMessage['da }, { pos: "F1", - state: "REACTED", + state: "INCUBATING", bloodType: "WHOLE_BLOOD", sampleBarcode: "BC016", userid: "U016", @@ -537,7 +600,7 @@ const handleIncubationPlateStateMessage = (data: IncubationPlateStateMessage['da }, { pos: "F2", - state: "PARTIAL_REACTION", + state: "INCUBATING", bloodType: "PLASMA", sampleBarcode: "BC017", userid: "U017", @@ -555,7 +618,7 @@ const handleIncubationPlateStateMessage = (data: IncubationPlateStateMessage['da }, { pos: "F3", - state: "NO_REACTION", + state: "INCUBATING", bloodType: "SERUM", sampleBarcode: "BC018", userid: "U018",