ZhangXianQiang
2024-04-26 e9f8a9835fbcba98f9d18f1089990f884b20c957
src/views/system/calculate/report/index.vue
@@ -348,18 +348,16 @@
              return prev;
            }
          }, 0);
          sums[index] += ' 元';
          if (column.property === 'score') {
            sums[index] = '-'; // 或者其他你想要显示的内容
            sums[index] = '-';
          }
          if (column.property === 'value') {
            sums[index] = '-'; // 或者其他你想要显示的内容
            sums[index] += '元';
          }
        } else {
          sums[index] = '-';
        }
      });
      return sums;
    },
    toScorePage() {