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 => {