guhongwei 3 lat temu
rodzic
commit
42210f567d
1 zmienionych plików z 1 dodań i 1 usunięć
  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 },
 };