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_vCurReso: this.list.map((item) => item.fwhm),
|
||||||
m_vCurUncert: this.uncert,
|
m_vCurUncert: this.uncert,
|
||||||
m_curParam: this.param,
|
m_curParam: this.param,
|
||||||
|
width: 922,
|
||||||
})
|
})
|
||||||
if (success) {
|
if (success) {
|
||||||
this.handleResult(result)
|
this.handleResult(result)
|
||||||
|
|
|
@ -86,6 +86,7 @@ const columns = [
|
||||||
{
|
{
|
||||||
title: 'Indentify',
|
title: 'Indentify',
|
||||||
dataIndex: 'indentify',
|
dataIndex: 'indentify',
|
||||||
|
ellipsis: true,
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
export default {
|
export default {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user