guhongwei 3 tahun lalu
induk
melakukan
55bfd061ef
2 mengubah file dengan 3 tambahan dan 0 penghapusan
  1. 2 0
      app/controller/.investigation.js
  2. 1 0
      app/model/investigation.js

+ 2 - 0
app/controller/.investigation.js

@@ -21,6 +21,7 @@ module.exports = {
       "contact",
       "contact_tel",
       "email",
+      "qq",
     ],
   },
   destroy: {
@@ -50,6 +51,7 @@ module.exports = {
       "contact",
       "contact_tel",
       "email",
+      "qq",
     ],
   },
   show: {

+ 1 - 0
app/model/investigation.js

@@ -17,6 +17,7 @@ const investigation = {
   contact: { type: String, required: false }, // 联系人
   contact_tel: { type: String, required: false }, // 联系电话
   email: { type: String, required: false }, // 电子邮箱
+  qq: { type: String, required: false }, // qq
   person_number: { type: String, required: false }, // 职工人数
   bk_number: { type: String, required: false }, // 本科以上人数
   research_number: { type: String, required: false }, // 研究开发人数