Przeglądaj źródła

添加节点类型

MaiXinRong 5 lat temu
rodzic
commit
484c001751
1 zmienionych plików z 1 dodań i 0 usunięć
  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 = {