<script lang="ts" setup name="CustomerList"> // 设备交接单列表 </script> <template> <app-container> 设备交接单列表 </app-container> </template> <style lang="scss" scoped> // 样式 </style>