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

  },
  methods: {

  }
}