刘洋 8 tháng trước cách đây
mục cha
commit
41e9e11417
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/render/views/ScanManage/ScanCheckMiss.vue

+ 2 - 2
src/render/views/ScanManage/ScanCheckMiss.vue

@@ -61,7 +61,7 @@ const params = reactive({
   examSite: "",
   campusCode: "",
   examRoom: "",
-  scannedText: null,
+  scanned: null,
 });
 const transParams = computed(() => {
   return { ...params, examId: userStore.curExam?.id };
@@ -136,7 +136,7 @@ const fields = computed(() => {
       },
     },
     {
-      prop: "scannedText",
+      prop: "scanned",
       type: "select",
       colSpan: 3,
       label: "扫描状态",