|
|
@ -17,7 +17,7 @@ defineOptions({ name: 'Seal' }) |
|
|
|
|
|
|
|
const sealStore = useSealStore() |
|
|
|
|
|
|
|
const initialPressure = ref<string>('0') |
|
|
|
const initialPressure = ref<string>(sealStore.sealInfo.pressure) |
|
|
|
const sealInfo = computed(() => sealStore.sealInfo) |
|
|
|
const leakRemainingTime = computed(() => sealStore.leakRemainingTime) |
|
|
|
const currentPressure = computed(() => sealStore.currentPressure) |
|
|
|