function loadingModules(vm){vm.circuitSearchModel=[{show:'登记号',text:'登记号',value:'regNum',buttonType:'input',content:'',showTip:true,placeholder:'例如:195006232',maxlength:255,showWordLimit:true},{show:'申请日',text:'申请日',value:'appDate',buttonType:'input',content:'',showTip:true,placeholder:'例如:2019.05.06',maxlength:255,showWordLimit:true},{show:'公告日',text:'公告日',value:'anncDate',buttonType:'input',content:'',showTip:true,placeholder:'例如:2019.12.25',maxlength:255,showWordLimit:true},{show:'公告号',text:'公告号',value:'anncNum',buttonType:'input',content:'',showTip:true,placeholder:'例如:22860',maxlength:255,showWordLimit:true},{show:'名称',text:'名称',value:'name',buttonType:'input',content:'',showTip:true,placeholder:'例如:反向选择器',maxlength:255,showWordLimit:true},{show:'权利人',text:'权利人',value:'obligees',buttonType:'input',content:'',showTip:true,placeholder:'',maxlength:255,showWordLimit:true},{show:'共同权利人',text:'共同权利人',value:'copartner',buttonType:'input',content:'',showTip:true,placeholder:'',maxlength:255,showWordLimit:true},{show:'创作人',text:'创作人',value:'creator',buttonType:'input',content:'',showTip:true,placeholder:'例如:上海复旦微电子股份有限公司',maxlength:255,showWordLimit:true},{show:'创作完成日',text:'创作完成日',value:'createDate',buttonType:'input',content:'',showTip:true,placeholder:'例如:2019.12',maxlength:255,showWordLimit:true},{show:'代理机构',text:'代理机构',value:'agency',buttonType:'input',content:'',showTip:true,placeholder:'例如:上海元好知识产权代理有限公司',maxlength:255,showWordLimit:true},{show:'代理人',text:'代理人',value:'agent',buttonType:'input',content:'',showTip:true,placeholder:'',maxlength:255,showWordLimit:true},{show:'首次商业利用日',text:'首次商业利用日',value:'agent',buttonType:'input',content:'',showTip:true,placeholder:'例如:2019',maxlength:255,showWordLimit:true},{text: '布图类别',value: '',buttonType: 'group',list: [{show:'结构',text: '结构',search: '布图类别.结构',value: 'structure',buttonType: 'input',content:'',placeholder:'例如:MOS',maxlength:255,showWordLimit:true},{show:'技术',text: '技术',search: '布图类别.技术',value: 'tech',buttonType: 'input',content:'',placeholder:'例如:CMOS',maxlength:255,showWordLimit:true},{show:'功能',text: '功能',search: '布图类别.功能',value: 'function',buttonType: 'input',content:'',placeholder:'例如:逻辑',maxlength:255,showWordLimit:true},]},{text: '权利人详细',value: '',buttonType: 'group',list: [{show:'权利人',text: '权利人',search: '权利人详细.权利人',value: 'name',buttonType: 'input',content:'',placeholder:'例如:上海爱信诺航芯电子科技有限公司',maxlength:255,showWordLimit:true},{show:'国省市',text: '国省市',search: '权利人详细.国省市',value: 'countryProvinceCity',buttonType: 'input',content:'',placeholder:'例如:中国',maxlength:255,showWordLimit:true},{show:'地址',text: '地址',search: '权利人详细.地址',value: 'addr',buttonType: 'input',content:'',placeholder:'例如:上海市闵行区合川路',maxlength:255,showWordLimit:true},]},{text: '共同权利人详细',value: '',buttonType: 'group',list: [{show:'共同权利人',text: '共同权利人',search: '共同权利人详细.共同权利人',value: 'name',buttonType: 'input',content:'',placeholder:'',maxlength:255,showWordLimit:true},{show:'国省市',text: '国省市',search: '共同权利人详细.国省市',value: 'countryProvinceCity',buttonType: 'input',content:'',placeholder:'例如:中国',maxlength:255,showWordLimit:true},]},{text: '事务公告',value: '',buttonType: 'group',list: [{show:'名称',text: '名称',search: '事务公告.名称',value: 'transactionName',buttonType: 'input',content:'',placeholder:'',maxlength:255,showWordLimit:true},{show:'日期',text: '日期',search: '事务公告.日期',value: 'transactionDate',buttonType: 'input',content:'',placeholder:'例如:2011.10',maxlength:255,showWordLimit:true},{show:'更正项',text: '更正项',search: '事务公告.更正项',value: 'changeName',buttonType: 'input',content:'',placeholder:'',maxlength:255,showWordLimit:true},{show:'生效日',text: '生效日',search: '事务公告.生效日',value: 'effectiveDate',buttonType: 'input',content:'',placeholder:'例如:2011.10',maxlength:255,showWordLimit:true},]}];};