Sfoglia il codice sorgente

费用类型新增公摊水电费

Shannon_mu 2 anni fa
parent
commit
dadbbeac21
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  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
     }
   ]
 }