Browse Source

feat:修改新生报到

DESKTOP-USV654P\pc 6 months ago
parent
commit
a3e221056e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/educational/studentReport/data.config.ts

+ 1 - 1
src/views/educational/studentReport/data.config.ts

@@ -102,7 +102,7 @@ export const tableColumns: BasicColumn[] = [
     align: 'left',
     width: 150,
     customRender: ({ record }) => {
-      return record.isReport === 1 ? '' : record.reportTime;
+      return record.isReport === 1 ? record.reportTime : '';
     },
   },
 ];