Compare commits
4 Commits
bb983557f0
...
acdd26424a
Author | SHA1 | Date | |
---|---|---|---|
acdd26424a | |||
4f62905a97 | |||
653a05d9d9 | |||
![]() |
7dec354bd1 |
|
@ -208,7 +208,7 @@ const columns = [
|
|||
},
|
||||
},
|
||||
{
|
||||
title: 'E-MAIL',
|
||||
title: 'ServerAddress',
|
||||
align: 'center',
|
||||
dataIndex: 'emailServerAddress',
|
||||
},
|
||||
|
|
|
@ -435,4 +435,29 @@ 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>
|
|
@ -726,6 +726,8 @@ 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
|
||||
|
|
|
@ -602,7 +602,8 @@ export default {
|
|||
callInitValue(willAddList) {
|
||||
willAddList
|
||||
.filter(
|
||||
({ sampleType, inputFileName }) => sampleType !== 'B' && inputFileName !== this.sampleData.inputFileName
|
||||
({ sampleType, inputFileName }) =>
|
||||
sampleType !== 'B' && sampleType !== 'C' && inputFileName !== this.sampleData.inputFileName
|
||||
)
|
||||
.forEach(({ inputFileName: fileName, dbName, sampleId, analyst }) => {
|
||||
const params = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user