| | |
| | | { |
| | | title:'旧标识', |
| | | align:"center", |
| | | dataIndex: 'equipmentImportanceId_dictText', |
| | | dataIndex: 'oldStandard_dictText', |
| | | width:200 |
| | | }, |
| | | { |
| | |
| | | this.ipagination.current = 1 |
| | | }, |
| | | tableRowClass(record, index) { |
| | | if (record.equipmentImportanceId!==record.finalStandard) { |
| | | if (record.oldStandard!==record.finalStandard) { |
| | | return 'primary' |
| | | } |
| | | |
| | |
| | | }, |
| | | { |
| | | title: '旧标识', |
| | | key: 'equipmentImportanceId', |
| | | key: 'oldStandard', |
| | | type: JVXETypes.select, |
| | | width:"180px", |
| | | disabled:true, |
| | |
| | | standardD:data[i].standardD, |
| | | standardE:data[i].standardE, |
| | | standardF:data[i].standardF, |
| | | equipmentImportanceId:data[i].equipmentImportanceId, |
| | | oldStandard:data[i].equipmentImportanceId, |
| | | finalStandard:data[i].equipmentImportanceId, |
| | | } |
| | | } |