Browse Source

time

master
maochaoying 2 years ago
parent
commit
60878af9c4
  1. 8
      src/components/SealTest.vue

8
src/components/SealTest.vue

@ -114,7 +114,7 @@ const sealOptions = ref({
{
type: 'gauge',
min: 0,
max: 800,
max: 30,
progress: {
show: true,
width: 18,
@ -254,8 +254,8 @@ const waitAirFinish = async () => {
})
}
const sleepVal1 = ref(3.5)
const sleepVal2 = ref(15)
const sleepVal1 = ref(3)
const sleepVal2 = ref(60)
const newStartTest = async flag => {
if (flag == 1) {
@ -336,7 +336,7 @@ onMounted(() => {
{
type: 'gauge',
min: 0,
max: 800,
max: 30,
progress: {
show: true,
width: 18,

Loading…
Cancel
Save