Browse Source

账号组添加其他

laiguoran 5 years ago
parent
commit
7d65bd3d07
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/const/account_group.js

+ 2 - 0
app/const/account_group.js

@@ -14,6 +14,7 @@ const accountGroup = {
     SJDW: 4,
     DJDW: 5,
     GZSJ: 6,
+    QT: 7,
 };
 
 const group = [];
@@ -23,6 +24,7 @@ group[accountGroup.JLDW] = '监理单位';
 group[accountGroup.SGDW] = '施工单位';
 group[accountGroup.SJDW] = '设计单位';
 group[accountGroup.GZSJ] = '跟踪审计';
+group[accountGroup.QT] = '其他';
 
 module.exports = {
     type: accountGroup,