|
|
|
@ -35,7 +35,7 @@
|
|
|
|
|
paddingLeft="33"
|
|
|
|
|
paddingRight="33"
|
|
|
|
|
height="60"
|
|
|
|
|
:type="begin ? 'disabledColor' : 'danger' "
|
|
|
|
|
:type="'danger' "
|
|
|
|
|
@click="confirm"></CommonButton>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -83,7 +83,7 @@ import { stopExperimentApi,openExe ,sendMsgApi} from '@/api/experiment.js';
|
|
|
|
|
|
|
|
|
|
import { showConfirmDialog } from 'vant';
|
|
|
|
|
|
|
|
|
|
let tagTemp = ref(100);
|
|
|
|
|
let tagTemp = ref(20);
|
|
|
|
|
let currentTemp = ref(0);
|
|
|
|
|
let ws = ref(null);
|
|
|
|
|
//试验状态码
|
|
|
|
|