forked from drone/command-center-dashboard

罗广辉
2025-04-03 649f78a9f068e7e6ea7408f1f39a9e0a46d09048
src/views/SignMachineNest/MachineRight/MachineTableDetails/DeviceJob/DeviceJobDetails/DeviceJobDetails.vue
@@ -1,7 +1,7 @@
<!-- 任务详情 -->
<template>
   <el-dialog
      append-to-body
    append-to-body
      modal-class="detailsOfHistoricalTasks"
      v-model="isShow"
      title="历史任务详情"
@@ -56,7 +56,6 @@
   { name: '任务描述', value: 'xxx' },
])
onMounted(() => {})
</script>
<style lang="scss">