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
楼盘对比 合计
newStyle
jyt
2 years ago
parent
c277424db3
commit
56bf1b0145
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/views/Statistics/BuildingContrast.vue
+ 1
- 1
src/views/Statistics/BuildingContrast.vue
View File
@@ -333,7 +333,7 @@ export default {
const sums = [];
columns.forEach((column, index) => {
if (index === 0) {
sums[index] = '
总价
';
sums[index] = '
合计
';
return;
}
Write
Preview
Loading…
Cancel
Save