guhongwei 3 rokov pred
rodič
commit
42210f567d
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      app/model/patent/patentassess.js

+ 1 - 1
app/model/patent/patentassess.js

@@ -10,7 +10,7 @@ const patentassess = {
   patent_name: { type: String }, // 专利名称
   is_money: { type: Boolean, default: false }, // 是否缴费
   expert: { type: Array }, // 专家
-  report: { type: String }, // 评估报告
+  report: { type: Array }, // 评估报告
   status: { type: String }, // 状态
   remark: { type: String },
 };