fix: Peak Infomation最后一列溢出隐藏,Resolution报错的问题

This commit is contained in:
Xu Zhimeng 2023-11-02 10:42:28 +08:00
parent 2196ded56c
commit 4feda76add
2 changed files with 2 additions and 0 deletions

View File

@ -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)

View File

@ -86,6 +86,7 @@ const columns = [
{ {
title: 'Indentify', title: 'Indentify',
dataIndex: 'indentify', dataIndex: 'indentify',
ellipsis: true,
}, },
] ]
export default { export default {