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>