forked from drone/command-center-dashboard

罗广辉
2025-04-03 7635213630830c4cbb9ff6ada69ba9b5c8a35d42
src/views/SignMachineNest/components/MachineRight/components/MachineTableDetails.vue
@@ -1,10 +1,10 @@
<!-- 机巢列表详情 -->
<template>
  <div>
  </div>
  <el-dialog
    v-model="dialogVisible"
    v-model="isShowDetails"
    title="机巢详情"
    width="800px"
    :close-on-click-modal="false"
@@ -26,6 +26,8 @@
    default: false,
  },
});
const isShowDetails = defineModel('show')
// const dialogVisible = ref(false);
const tableData = ref([
@@ -82,4 +84,4 @@
    --el-table-text-color: #fff;
  }
}
</style>
</style>