|
|
@ -131,7 +131,13 @@ const start1 = async () => { |
|
|
|
<template> |
|
|
|
<div id="debug-view"> |
|
|
|
<div class="content-box"> |
|
|
|
<div class="title">一致性测试</div> |
|
|
|
<div class="title"> |
|
|
|
<span>一致性测试</span> |
|
|
|
<div> |
|
|
|
<el-button type="primary" @click="save">保存配置</el-button> |
|
|
|
<el-button type="primary" @click="start">开始测试</el-button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="content"> |
|
|
|
<div v-for="(item, index) in tubeData" :key="index" class="tube-item"> |
|
|
|
<span>试管{{index + 1}}</span> |
|
|
@ -144,13 +150,18 @@ const start1 = async () => { |
|
|
|
/> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<el-button type="primary" @click="save">保存配置</el-button> |
|
|
|
<el-button type="primary" @click="start">开始测试</el-button> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="content-box"> |
|
|
|
<div class="title">加样准确度与重复性</div> |
|
|
|
<div class="title"> |
|
|
|
<span>加样准确度与重复性</span> |
|
|
|
<div> |
|
|
|
<el-button @click="lostTip">丢弃tip</el-button> |
|
|
|
<el-button type="primary" @click="start1">移液操作</el-button> |
|
|
|
</div></div> |
|
|
|
<div class="content1"> |
|
|
|
<div>移液操作: </div> |
|
|
|
<el-select v-model="move" style="width: 150px"> |
|
|
@ -166,8 +177,6 @@ const start1 = async () => { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-button @click="lostTip">丢弃tip</el-button> |
|
|
|
<el-button type="primary" @click="start1">移液操作</el-button> |
|
|
|
|
|
|
|
</div> |
|
|
|
<!-- 键盘 --> |
|
|
@ -228,7 +237,9 @@ const start1 = async () => { |
|
|
|
font-size: 20px; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
justify-content: flex-start; |
|
|
|
justify-content: space-between; |
|
|
|
padding-bottom: 10px; |
|
|
|
box-sizing: border-box; |
|
|
|
border-bottom: 1px solid #ccc; |
|
|
|
} |
|
|
|
|
|
|
|