forked from drone/command-center-dashboard

罗广辉
2025-04-21 f8d66baea0d3d4dde652720ac9ea829b1b6407eb
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 => {