<template> <CheckJob :check-type="3"/> </template> <script> import CheckJob from './CheckJob' export default { name: 'SpotCheckJob', components: { CheckJob } } </script> <style scoped> </style>