Merge branch 'master-V32-XuHaoJie' into 'master'
杭州-乙方运维-扣分原因字段修改 See merge request !326
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -119,7 +119,7 @@ export default { | @@ -119,7 +119,7 @@ export default { | ||
119 | //Strat XuHaoJie 2021/12/31 10:56 TODO 解决列表不能展示数字类型的数据 暂时处理 | 119 | //Strat XuHaoJie 2021/12/31 10:56 TODO 解决列表不能展示数字类型的数据 暂时处理 |
120 | let li =res.data.map(item =>{ | 120 | let li =res.data.map(item =>{ |
121 | let element = { | 121 | let element = { |
122 | - deduction: item.duration, | 122 | + deduction: item.deduction, |
123 | id: item.id, | 123 | id: item.id, |
124 | item: item.item, | 124 | item: item.item, |
125 | projectScoreId: item.projectScoreId, | 125 | projectScoreId: item.projectScoreId, |
-
Please register or login to post a comment