forked from drone/command-center-dashboard

罗广辉
2025-04-01 888bc41f22b18b6ab05f248266a2c36d046ff717
src/views/SignMachineNest/components/MachineLeft/InspectionRaskDetails.vue
@@ -13,6 +13,7 @@
import { pxToRem } from '@/utils/rem';
import CommonTitle from '@/components/CommonTitle.vue';
import CommonDateTime from '@/components/CommonDateTime.vue';
import { jobNumBar, industryJobNumPieChart } from '@/api/home/index.js'
const chartRef = ref(null);
const pieRef = ref(null);
@@ -163,6 +164,10 @@
        pieChart.resize();
    });
});
onMounted(() => {
  getMachineData();
});
</script>
<style lang="scss" scoped>