diff --git a/src/components/home/HomeFormula.vue b/src/components/home/HomeFormula.vue index 4e2c05c..b6cbee6 100644 --- a/src/components/home/HomeFormula.vue +++ b/src/components/home/HomeFormula.vue @@ -7,9 +7,15 @@ import { useFormulaStore } from '@/stores/formulaStore' const formulaStore = useFormulaStore() const homeStore = useHomeStore() +// const gasStore = useGasStore() const formulaInfo = ref() const rate = ref() const log = ref() +// const selectChannel = (channel: string, event: any) => { +// FtMessageBox.warning(`请确认打开${event.target.textContent}?`).then(() => { +// gasStore.selectChannel(channel) +// }) +// } watchEffect(async () => { if (['idle', 'finished'].includes(homeStore.disinfectionState.state)) { formulaInfo.value = formulaStore.selectedFormulaInfo @@ -59,6 +65,14 @@ watchEffect(async () => { }}Log + + + + + + + + diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 00d1711..108887c 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -1,10 +1,13 @@