Forráskód Böngészése

费用类型新增公摊水电费

Shannon_mu 2 éve
szülő
commit
dadbbeac21
1 módosított fájl, 8 hozzáadás és 0 törlés
  1. 8 0
      operationSupport/src/utils/publicArray.js

+ 8 - 0
operationSupport/src/utils/publicArray.js

@@ -28,6 +28,14 @@ const chargeType = () => {
     {
       label: "租赁费",
       value: 8
+    },
+    {
+      label: "公摊水费",
+      value: 9
+    },
+    {
+      label: "公摊电费",
+      value: 10
     }
   ]
 }