export default [ { title: '步骤条', screenshot:require('../../assets/steps.png'), schema: { componentName: 'AMSteps', props: { title: '步骤条', }, children: [ { componentName: 'AMSteps.Step', props: { description: '完成时间:2020-12-01 12:30', title: '填写机构信息', status:'finish', }, }, { componentName: 'AMSteps.Step', props: { description: '完成时间:2020-12-01 12:30', title: '签约机构', status:'finish', }, }, { componentName: 'AMSteps.Step', props: { description: '完成时间:2020-12-01 12:30', title: '关联服务区', status:'finish', }, }, { componentName: 'AMSteps.Step', props: { title: '审批失败', status:'error', }, }, ], }, }, ];