This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
liumin
/
zkPCproject
Watch
0
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
禅道bug
newStyle
jyt
2 years ago
parent
8ee7fe1d05
commit
17d4fe7637
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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() {
Write
Preview
Loading…
Cancel
Save