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

修改绩效汇总加分展示形式

parent b6a7342f
......@@ -645,6 +645,13 @@ export default {
label: "加分",
prop: "addTotalScore",
width: 120,
formatter: (row) => {
return row.addTotalScore || row.addTotalScore == 0
? row.addTotalScore > 0
? "+" + row.addTotalScore
: row.addTotalScore
: 0;
},
},
{
label: "本月得分",
......
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