| | |
| | | prop: 'interfaceStatus', |
| | | value:7 |
| | | }, |
| | | { |
| | | label: '标准申请', |
| | | prop: 'applyCodeForBZ', |
| | | value:8 }, |
| | | { |
| | | label: '部门申请', |
| | | prop: 'syncDataForOrg', |
| | | value:9 |
| | | }, |
| | | { |
| | | label: '人员申请', |
| | | prop: 'syncDataForPerson', |
| | | value:10 |
| | | }, |
| | | ], |
| | | }, |
| | | loading: false, |
| | |
| | | calcHeight: 0, |
| | | tip: false, |
| | | searchShow: false, |
| | | // searchMenuSpan: 12, |
| | | border: true, |
| | | index: true, |
| | | viewBtn: true, |
| | |
| | | sortable:true, |
| | | overHidden: true, |
| | | width: 140 |
| | | }, |
| | | { |
| | | label: '标准申请', |
| | | prop: 'applyCodeForBZ', |
| | | sortable:true, |
| | | width: 130 |
| | | }, |
| | | { |
| | | label: '部门申请', |
| | | prop: 'syncDataForOrg', |
| | | sortable:true, |
| | | width: 130 |
| | | }, |
| | | { |
| | | label: '人员申请', |
| | | prop: 'syncDataForPerson', |
| | | sortable:true, |
| | | width: 130 |
| | | }, |
| | | { |
| | | label: '集成系统编号', |
| | |
| | | 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>' |
| | | return row.interfaceStatus == 'true' || row.interfaceStatus == '' ? '<i class="el-icon-check" style="color: #32cd32;font-size: 20px;font-weight: 800"></i>' : '<i class="el-icon-close" style="color: #ff0000;font-size: 20px;font-weight: 800"></i>' |
| | | } |
| | | }, |
| | | ] |