forked from drone/command-center-dashboard

xiebin
2025-04-21 3bc61e446ef2456f6eaa10656966f7fbe8104fd0
src/views/SignMachineNest/MachineRight/MachineStatus/MachineTableDetails/MachineTableDetails.vue
@@ -57,7 +57,7 @@
   { name: '机巢状态', value: '', field: 'status' },
])
const store = useStore()
const singleTotal = computed(() => store.state.home.singleTotal)
const singleTotal = inject('singleTotal')
watch(singleTotal, val => {
   if (val?.device_info) {
      infoList.value.forEach(item => {