@@ -51,7 +51,15 @@ const fields = computed(() => {
label: "科目题卡",
colSpan: 24,
},
- { prop: "remark", type: "textarea", label: "备注", colSpan: 24 },
+ {
+ prop: "remark",
+ type: "textarea",
+ label: "备注",
+ colSpan: 24,
+ attrs: {
+ spellcheck: "false",
+ },
{ prop: "file", cell: "file", label: "选择卡格式", colSpan: 24 },
{
prop: "paperCount",