VerifyFillGatherTask.vue 237 B

1234567891011121314151617
  1. <template>
  2. <FillGatherTask :status="2"/>
  3. </template>
  4. <script>
  5. import FillGatherTask from './FillGatherTask'
  6. export default {
  7. name: 'VerifyFillGatherTask',
  8. components: {
  9. FillGatherTask
  10. }
  11. }
  12. </script>
  13. <style scoped>
  14. </style>