数据模型-数据管理预览报错

背景&操作步骤

做了什么操作后,出现的该问题

问题

  1. 这个问题怎么排查

  2. The resource http://116.211.118.76:81/frontResources/wanyun/fonts/bMFfPCHDG0sh.woff2 was preloaded using link preload but not used within a few seconds from the window’s load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.

页面截图

前端控制台错误截图 (如果只是后端问题,可跳过)

接口返回数据截图 & 后端日志错误提示(如只是前端问题,可跳过)

期望效果

这个报错,应该是 【招采公告】 这个模型里面model.py的源码格式不对。可以把它的源码贴个截图。或者丢给AI帮你检查下格式问题。

这个type在python里面是关键词, 建议给公告类型的type换个英文名。


还是报错

1.看你是基于已有数据库创建模型的
2.模型字段类型暂时没有支持 tinyint unsigned
3.你当前数据表使用到了
建议你新建模型,然后将已有数据导入新模型