<template> <FillGatherTask :status="2"/> </template> <script> import FillGatherTask from './FillGatherTask' export default { name: 'VerifyFillGatherTask', components: { FillGatherTask } } </script> <style scoped> </style>