| | |
| | | showField: formItem.showField || formItem.field, |
| | | field: formItem.field, |
| | | fieldMap:formItem.fieldMap || {fieldMapKey:'id'}, |
| | | |
| | | placeholder: formItem.inputTip, |
| | | options: formItem.referConfig |
| | | } |
| | |
| | | prop: 'classifyId', |
| | | search: true, |
| | | sortable:true, |
| | | width: 250 |
| | | width: 230 |
| | | }, |
| | | { |
| | | label: '分类名称', |
| | | prop: 'classifyName', |
| | | search: true, |
| | | sortable:true, |
| | | overHidden: true |
| | | overHidden: true, |
| | | width: 150 |
| | | }, |
| | | { |
| | | label: '集成系统编号', |
| | |
| | | { |
| | | label: '集成系统名称', |
| | | prop: 'systemName', |
| | | search: true, |
| | | sortable:true, |
| | | width: 150 |
| | | }, |
| | | { |
| | | label: '类型', |
| | | prop: 'type', |
| | | search: true, |
| | | sortable:true, |
| | | width: 150 |
| | |
| | | }, |
| | | { |
| | | label: '是否推送成功', |
| | | prop: 'interFaceStatus', |
| | | prop: 'interfaceStatus', |
| | | search: true, |
| | | sortable:true, |
| | | width: 120, |
| | |
| | | value: "key" |
| | | }, |
| | | formatter : function (row, column) { |
| | | return row.interFaceStatus == 'true' || row.interFaceStatus == '1' ? '<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>' |
| | | 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>' |
| | | } |
| | | }, |
| | | ] |