|
@ -1,15 +1,13 @@ |
|
|
<script lang="ts" setup> |
|
|
<script lang="ts" setup> |
|
|
import { sendCmd, syncSendCmd } from 'apis/system' |
|
|
|
|
|
|
|
|
import { syncSendCmd } from 'apis/system' |
|
|
// import homeChart from 'assets/images/home/home-chart.svg' |
|
|
// import homeChart from 'assets/images/home/home-chart.svg' |
|
|
import BtButton from 'components/common/BTButton/index.vue' |
|
|
import BtButton from 'components/common/BTButton/index.vue' |
|
|
import CascadingSelectModal from 'components/common/CascadingSelectModal/index.vue' |
|
|
import CascadingSelectModal from 'components/common/CascadingSelectModal/index.vue' |
|
|
import Config from 'components/home/Config.vue' |
|
|
import Config from 'components/home/Config.vue' |
|
|
import { compareJSON } from 'libs/utils' |
|
|
|
|
|
import { cloneDeep } from 'lodash' |
|
|
import { cloneDeep } from 'lodash' |
|
|
import { computed, onMounted, provide, ref, watchEffect } from 'vue' |
|
|
import { computed, onMounted, provide, ref, watchEffect } from 'vue' |
|
|
import { useRouter } from 'vue-router' |
|
|
import { useRouter } from 'vue-router' |
|
|
|
|
|
|
|
|
import { FtMessage } from '@/libs/message' |
|
|
|
|
|
import { useDeviceStore } from '@/stores/deviceStore' |
|
|
import { useDeviceStore } from '@/stores/deviceStore' |
|
|
import { useFormulaStore } from '@/stores/formulaStore' |
|
|
import { useFormulaStore } from '@/stores/formulaStore' |
|
|
import { useHomeStore } from '@/stores/homeStore' |
|
|
import { useHomeStore } from '@/stores/homeStore' |
|
@ -272,8 +270,8 @@ const settingWidth = computed(() => { |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<ft-dialog v-model="disinfectFormulaVisible" width="80vw" style="height: 95vh"> |
|
|
|
|
|
<div> |
|
|
|
|
|
|
|
|
<ft-dialog v-model="disinfectFormulaVisible" title="消毒设置" width="80vw"> |
|
|
|
|
|
<div style="height: 80vh;overflow: auto"> |
|
|
<Config ref="configRef" /> |
|
|
<Config ref="configRef" /> |
|
|
</div> |
|
|
</div> |
|
|
<template #footer> |
|
|
<template #footer> |
|
@ -328,6 +326,6 @@ const settingWidth = computed(() => { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
.config-btn{ |
|
|
.config-btn{ |
|
|
margin-top: -3rem |
|
|
|
|
|
|
|
|
//margin-top: -3rem |
|
|
} |
|
|
} |
|
|
</style> |
|
|
</style> |