Browse Source

fix: change selected user

DESKTOP-USV654P\pc 1 month ago
parent
commit
1363e90c7d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/views/schoolOpens/record/index.vue

+ 3 - 0
src/views/schoolOpens/record/index.vue

@@ -51,6 +51,9 @@
     },
     rowSelection: {
       type: 'checkbox',
+      getCheckboxProps: (record: Recordable) => ({
+        disabled: record.isReport === 1,
+      }),
     },
   });