fix: Peak Infomation最后一列溢出隐藏,Resolution报错的问题
This commit is contained in:
parent
2196ded56c
commit
4feda76add
|
@ -421,6 +421,7 @@ export default {
|
|||
m_vCurReso: this.list.map((item) => item.fwhm),
|
||||
m_vCurUncert: this.uncert,
|
||||
m_curParam: this.param,
|
||||
width: 922,
|
||||
})
|
||||
if (success) {
|
||||
this.handleResult(result)
|
||||
|
|
|
@ -86,6 +86,7 @@ const columns = [
|
|||
{
|
||||
title: 'Indentify',
|
||||
dataIndex: 'indentify',
|
||||
ellipsis: true,
|
||||
},
|
||||
]
|
||||
export default {
|
||||
|
|
Loading…
Reference in New Issue
Block a user