export default { props: {}, layoutConfigData: [ { title: '高级组件配置', data: [ { key: 'linkageAttr', title: '联动属性', component: { defaultValue: 'aircraftSortiesId', name: 'el-input', placeholder: '架次ID' } } ] } ], data() { return { } }, created() { }, computed: { }, methods: { } }