|
|
@ -1,11 +1,4 @@ |
|
|
|
<script lang="ts" setup> |
|
|
|
import { getDeviceStatus } from '@/libs/deviceComm' |
|
|
|
import { FtMessage } from '@/libs/message' |
|
|
|
import { FtMessageBox } from '@/libs/messageBox' |
|
|
|
import { useHomeStore } from '@/stores/homeStore' |
|
|
|
import { useLiquidStore } from '@/stores/liquidStore' |
|
|
|
import { useSealStore } from '@/stores/sealStore' |
|
|
|
import { useSystemStore } from '@/stores/systemStore' |
|
|
|
import { subscribeEvent, syncSendCmd } from 'apis/system' |
|
|
|
import homeFinish from 'assets/images/home/home-finish.svg' |
|
|
|
import homeStart from 'assets/images/home/home-start.svg' |
|
|
@ -15,6 +8,14 @@ import { ElMessage } from 'element-plus' |
|
|
|
// import { roundNumber } from 'libs/utils' |
|
|
|
import { onMounted, ref, watch, watchEffect } from 'vue' |
|
|
|
|
|
|
|
import { getDeviceStatus } from '@/libs/deviceComm' |
|
|
|
import { FtMessage } from '@/libs/message' |
|
|
|
import { FtMessageBox } from '@/libs/messageBox' |
|
|
|
import { useHomeStore } from '@/stores/homeStore' |
|
|
|
import { useLiquidStore } from '@/stores/liquidStore' |
|
|
|
import { useSealStore } from '@/stores/sealStore' |
|
|
|
import { useSystemStore } from '@/stores/systemStore' |
|
|
|
|
|
|
|
const liquidStore = useLiquidStore() |
|
|
|
const homeStore = useHomeStore() |
|
|
|
const sealStore = useSealStore() |
|
|
|