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