浏览代码

费用类型新增公摊水电费

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
     }
   ]
 }