Commit abff457e authored by 姬鋆屾's avatar 姬鋆屾

tui

parent fca53f90
...@@ -305,7 +305,7 @@ export default { ...@@ -305,7 +305,7 @@ export default {
formatter: (row) => { formatter: (row) => {
console.log(row); console.log(row);
return row.attendanceRate return row.attendanceRate
? Number(row.attendanceRate) * 100 + "%" ? (Number(row.attendanceRate) * 100).toFixed(2) + "%"
: "--"; : "--";
}, },
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment