|
@ -87,7 +87,7 @@ |
|
|
</svg> |
|
|
</svg> |
|
|
<div class="left_log_wrap"> |
|
|
<div class="left_log_wrap"> |
|
|
<p class="text">当前剩余</p> |
|
|
<p class="text">当前剩余</p> |
|
|
<p class="val">12log</p> |
|
|
|
|
|
|
|
|
<p class="val">{{ deviceStore.nowlog || 0 }}log</p> |
|
|
</div> |
|
|
</div> |
|
|
<div |
|
|
<div |
|
|
class="btn" |
|
|
class="btn" |
|
@ -209,6 +209,7 @@ import { |
|
|
useWebSocketStore, |
|
|
useWebSocketStore, |
|
|
useEchartsStore, |
|
|
useEchartsStore, |
|
|
useSettingStore, |
|
|
useSettingStore, |
|
|
|
|
|
useDeviceStore, |
|
|
} from '@/store' |
|
|
} from '@/store' |
|
|
import { time_To_hhmmss } from '@/utils' |
|
|
import { time_To_hhmmss } from '@/utils' |
|
|
import { |
|
|
import { |
|
@ -224,6 +225,7 @@ import { storeToRefs } from 'pinia' |
|
|
|
|
|
|
|
|
const echartsStore = useEchartsStore() |
|
|
const echartsStore = useEchartsStore() |
|
|
const settingStore = useSettingStore() |
|
|
const settingStore = useSettingStore() |
|
|
|
|
|
const deviceStore = useDeviceStore() |
|
|
|
|
|
|
|
|
const binLocal = computed(() => { |
|
|
const binLocal = computed(() => { |
|
|
return echartsStore?.binCharts || localStorage.getItem('bin') |
|
|
return echartsStore?.binCharts || localStorage.getItem('bin') |
|
|