...
|
...
|
@@ -119,7 +119,7 @@ export default { |
|
|
//Strat XuHaoJie 2021/12/31 10:56 TODO 解决列表不能展示数字类型的数据 暂时处理
|
|
|
let li =res.data.map(item =>{
|
|
|
let element = {
|
|
|
deduction: item.duration,
|
|
|
deduction: item.deduction,
|
|
|
id: item.id,
|
|
|
item: item.item,
|
|
|
projectScoreId: item.projectScoreId,
|
...
|
...
|
|