瀏覽代碼

添加节点类型

MaiXinRong 5 年之前
父節點
當前提交
484c001751
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/const/standard.js

+ 1 - 0
app/const/standard.js

@@ -23,6 +23,7 @@ const nodeType = [
     {text: '其他费用', value: 11},
     {text: '回收金额', value: 12},
     {text: '建设期贷款利息', value: 13},
+    {text: '其他建安工程', value: 14},
 ];
 
 module.exports = {