forked from drone/command-center-dashboard

张含笑
2025-04-21 98a79e8741799d8426a8d7008570d3ef3a55b2a6
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 => {