2023-12-29 09:26:07 +08:00
|
|
|
<template>
|
|
|
|
<div style="flex: 1;">
|
2024-01-04 16:37:14 +08:00
|
|
|
<Container name="各工序缺陷汇总" size="small" style="">
|
|
|
|
设备报警
|
2023-12-29 09:26:07 +08:00
|
|
|
</Container>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
<script>
|
|
|
|
import Container from '../components/Container.vue';
|
|
|
|
export default {
|
2024-01-04 16:37:14 +08:00
|
|
|
name: 'DefectSum',
|
2023-12-29 09:26:07 +08:00
|
|
|
components: { Container },
|
|
|
|
}
|
|
|
|
</script>
|