Browse Source

禅道bug

newStyle
jyt 2 years ago
parent
commit
17d4fe7637
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/views/Statistics/BuildingContrast.vue

+ 2
- 2
src/views/Statistics/BuildingContrast.vue View File

@@ -350,7 +350,7 @@ export default {
}
}, 0);
// sums[index] += ' 元';
if (index === 7) {
if (index === 2) {
sums[index] += '%';
return;
}
@@ -360,7 +360,7 @@ export default {
}
}
});
sums[1] = 'N/A';
sums[1] = ' ';
return sums;
},
downLoad() {


Loading…
Cancel
Save