Compare commits

..

No commits in common. "acdd26424af6e73a9cdce34131e79477eefdfbd6" and "bb983557f08f35680d4a105f80a5222b771258e6" have entirely different histories.

4 changed files with 2 additions and 30 deletions

View File

@ -208,7 +208,7 @@ const columns = [
},
},
{
title: 'ServerAddress',
title: 'E-MAIL',
align: 'center',
dataIndex: 'emailServerAddress',
},

View File

@ -435,29 +435,4 @@ export default {
}
}
}
//
.spectrum-analysis-sub-operators {
flex-shrink: 0;
margin-bottom: 19px;
display: flex;
gap: 11px;
flex-wrap: nowrap;
overflow: auto;
height: 46px;
align-items: center;
.pop-over-with-icon {
height: 32px;
flex-shrink: 0;
&:nth-child(1) {
width: 224px;
}
&:nth-child(3) {
width: 125px;
}
}
}
//
</style>

View File

@ -726,8 +726,6 @@ export default {
})
} else if (el.fileType == 'C') {
obj.sampleSystemType = el.fileType
obj.gasFileName = ''
obj.qcFileName = ''
el.files.forEach((item) => {
if (item.includes('_S_')) {
obj.sampleFileName = item

View File

@ -602,8 +602,7 @@ export default {
callInitValue(willAddList) {
willAddList
.filter(
({ sampleType, inputFileName }) =>
sampleType !== 'B' && sampleType !== 'C' && inputFileName !== this.sampleData.inputFileName
({ sampleType, inputFileName }) => sampleType !== 'B' && inputFileName !== this.sampleData.inputFileName
)
.forEach(({ inputFileName: fileName, dbName, sampleId, analyst }) => {
const params = {