fix:修复bug
This commit is contained in:
@@ -178,7 +178,7 @@ function handleExportXlsx (columns, data) {
|
||||
if (e === 0) {
|
||||
|
||||
source.fit_chart.map((ee, ei) => {
|
||||
obj[`${ee.name}人数占比`] = `${ee.value}%`;;
|
||||
obj[`${ee.name}人数占比`] = `${ee?.value *100 }%`;;
|
||||
});
|
||||
obj["BIC贝叶斯信息准则"] = `${column.fit}`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user