Browse Source

楼盘对比 合计

newStyle
jyt 2 years ago
parent
commit
56bf1b0145
1 changed files with 1 additions and 1 deletions
  1. +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;
}


Loading…
Cancel
Save