| | |
| | | temperatureDataList: [ |
| | | {label: '<', value: '<'}, |
| | | {label: '≤', value: '≤'}, |
| | | {label: '>', value: '>'}, |
| | | {label: '=', value: '='}, |
| | | {label: '≥', value: '≥'}, |
| | | {label: '=', value: '='}, |
| | | {label: '>', value: '>'}, |
| | | ] |
| | | } |
| | | }, |
| | |
| | | }).catch(() => {}) |
| | | }else{ |
| | | let isRTS = this.totalArr.find(a => a.ask != null && this.symbolList.find(b=>a.ask.includes(b)) && a.state == 1) |
| | | if (isRTS) { |
| | | if (isRTS&&this.PROJECT=='检测中心') { |
| | | this.editTable = this.handleData(sampleList,this.containsValue, 0) |
| | | this.editTable.forEach(item => { |
| | | item.value = item.modelNum |