Browse Source

提交测试

1
mo 4 years ago
parent
commit
0e12cc197b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/main/baseinfo/management.vue

+ 1 - 1
src/views/main/baseinfo/management.vue

@@ -121,7 +121,7 @@ export default {
             return [
               item[0].axisValueLabel,
                `<br/><span style="margin-right:5px;border-radius:10px;width:10px;height:10px;display:inline-block;"></span>总收入:${this.$helpers
-                .numeral(item[0].value + item[1].value-item[2].value)
+                .numeral(item[0].value + item[1].value)
                 .format("0,0.00")}元`,
               ...item.map((d) => {
                 return `<br/>${d.marker}${