Browse Source

拿掉财务支出

1
mo 2 years ago
parent
commit
8b9f9fb4a6
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/main/baseinfo/modals/manageOrganAll.vue

+ 3 - 3
src/views/main/baseinfo/modals/manageOrganAll.vue

@@ -5,7 +5,7 @@
       style="height: 68px"
       v-if="JSON.stringify(items) == '{}'"
     ></div>
-    <statistic :col="5" class="statistic" :cols="12" v-else>
+    <statistic :col="3" class="statistic" :cols="12" v-else>
       <statistic-item @click="active = 0">
         <span>
           {{ items["TOTAL_AMOUNT"].title + "(元)" }}
@@ -200,7 +200,7 @@ export default {
         "TOTAL_AMOUNT",
         "FINANCE_AMOUNT",
         "FINANCE_BALANCE_AMOUNT",
-        "FINANCE_PAY",
+        // "FINANCE_PAY",
       ];
       arr.forEach((str) => {
         if (this.data[str]) {
@@ -301,7 +301,7 @@ export default {
           "总收入",
           "现金收入",
           "余额收入",
-          "财务支出",
+          // "财务支出",
           "报名缴费收入",
           "网管课收入",
           "其他收入",