| | |
| | | }, |
| | | data:[], |
| | | option: { |
| | | calcHeight: 30, |
| | | height:'auto', |
| | | calcHeight: 0, |
| | | tip: false, |
| | | searchShow: false, |
| | | searchMenuSpan: 6, |
| | |
| | | }, |
| | | { |
| | | label: "图号", |
| | | prop: "uniquecode", |
| | | prop: "uniqueCode", |
| | | search: true, |
| | | hide:true, |
| | | sortable:true, |
| | | width:150 |
| | | }, |
| | | { |
| | | label: '分类id', |
| | | prop: 'classifyid', |
| | | label: '分类代号', |
| | | prop: 'classifyId', |
| | | search: true, |
| | | sortable:true, |
| | | width: 250 |
| | | width: 230 |
| | | }, |
| | | { |
| | | label: '分类名称', |
| | | prop: 'classifyname', |
| | | prop: 'classifyName', |
| | | search: true, |
| | | sortable:true, |
| | | overHidden: true |
| | | overHidden: true, |
| | | width: 150 |
| | | }, |
| | | { |
| | | label: '系统编号', |
| | | prop: 'systemcode', |
| | | label: '集成系统编号', |
| | | prop: 'systemCode', |
| | | search: true, |
| | | sortable:true, |
| | | width: 150 |
| | | }, |
| | | { |
| | | label: '系统名称', |
| | | prop: 'systemname', |
| | | label: '集成系统名称', |
| | | prop: 'systemName', |
| | | search: true, |
| | | sortable:true, |
| | | width: 150 |
| | | }, |
| | | { |
| | | label: '是否推送成功', |
| | | prop: 'interfacestatus', |
| | | label: '类型', |
| | | prop: 'type', |
| | | search: true, |
| | | sortable:true, |
| | | width: 120, |
| | | html:true, |
| | | align:'center', |
| | | type:'select', |
| | | dicData: [{key:'true',value:'是'},{key:'false',value:'否'}], |
| | | props: { |
| | | label: "value", |
| | | value: "key" |
| | | }, |
| | | formatter : function (row, column) { |
| | | return row.interfacestatus == 'true' || row.interfacestatus == '1' ? '<i class="el-icon-check"></i>' : '<i class="el-icon-close"></i>' |
| | | } |
| | | width: 150 |
| | | }, |
| | | { |
| | | label:'接口参数', |
| | | prop:'paramString', |
| | | overHidden:true, |
| | | search: true, |
| | | sortable:true, |
| | | width: 150 |
| | | }, |
| | | { |
| | | label:'返回参数', |
| | | prop:'returnString', |
| | | overHidden:true, |
| | | search: true, |
| | | sortable:true, |
| | | width: 150 |
| | | }, |
| | | { |
| | | label: '返回msg', |
| | |
| | | prop: 'createTime', |
| | | sortable:true, |
| | | width: 160 |
| | | } |
| | | }, |
| | | { |
| | | label: '是否推送成功', |
| | | prop: 'interfaceStatus', |
| | | search: true, |
| | | sortable:true, |
| | | width: 120, |
| | | html:true, |
| | | align:'center', |
| | | type:'select', |
| | | searchLabelWidth:130, |
| | | dicData: [{key:'true',value:'是'},{key:'false',value:'否'}], |
| | | props: { |
| | | label: "value", |
| | | value: "key" |
| | | }, |
| | | formatter : function (row, column) { |
| | | return row.interfaceStatus == 'true' || row.interfaceStatus == '' ? '<i class="el-icon-check" style="color: limegreen;font-size: 20px;font-weight: 800"></i>' : '<i class="el-icon-close" style="color: red;font-size: 20px;font-weight: 800"></i>' |
| | | } |
| | | }, |
| | | ] |
| | | } |
| | | } |