Pārlūkot izejas kodu

费用类型新增公摊水电费

Shannon_mu 2 gadi atpakaļ
vecāks
revīzija
dadbbeac21
1 mainītis faili ar 8 papildinājumiem un 0 dzēšanām
  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
     }
   ]
 }