刘洋 8 bulan lalu
induk
melakukan
0754c176a8
1 mengubah file dengan 9 tambahan dan 1 penghapusan
  1. 9 1
      src/render/views/BaseDataConfig/ImportCardDialog.vue

+ 9 - 1
src/render/views/BaseDataConfig/ImportCardDialog.vue

@@ -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",