Переглянути джерело

费用类型新增公摊水电费

Shannon_mu 2 роки тому
батько
коміт
dadbbeac21
1 змінених файлів з 8 додано та 0 видалено
  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
     }
   ]
 }