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