Commit 481452b5 authored by 姬鋆屾's avatar 姬鋆屾

parent 11097e3a
...@@ -192,7 +192,7 @@ export default { ...@@ -192,7 +192,7 @@ export default {
return new Date(year, month, day); return new Date(year, month, day);
}, },
formatteSec(row, column, val) { formatteSec(row, column, val) {
return val ? (val / 60 / 60 / 24).toFixed(3) + "" : "--"; return val ? (val / 60 / 60 / 24).toFixed(2) + "" : "--";
}, },
// 格式化单元格数据 // 格式化单元格数据
formatter(row, column, val) { formatter(row, column, val) {
......
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