forked from drone/command-center-dashboard

罗广辉
2025-04-03 dfe5ba4f8b390ebeff0f51ce3f80cd02dc27fd9a
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">