Browse Source

fix: change enroll

DESKTOP-USV654P\pc 2 weeks ago
parent
commit
84b4160e12
2 changed files with 7 additions and 1 deletions
  1. 1 1
      Makefile
  2. 6 0
      src/views/prize/enroll/data.config.ts

+ 1 - 1
Makefile

@@ -12,7 +12,7 @@ build:
 
 commit:
 	git add . && \
-	git commit --no-verify -m "fix: change notice list"
+	git commit --no-verify -m "fix: change enroll"
 
 checkPre:
 	git checkout pre

+ 6 - 0
src/views/prize/enroll/data.config.ts

@@ -73,6 +73,12 @@ export const tableColumns: BasicColumn[] = [
     align: 'left',
     width: 150,
   },
+  {
+    title: '上传时间',
+    dataIndex: 'createDate',
+    align: 'left',
+    width: 180,
+  },
   //   {
   //     title: '获奖分数',
   //     dataIndex: 'awardScore',