|
|
@@ -148,7 +148,7 @@
|
|
|
</a-avatar>
|
|
|
</template>
|
|
|
</a-table-column>
|
|
|
- <a-table-column title="学号" :width="115" data-index="student_num" ellipsis tooltip></a-table-column>
|
|
|
+ <a-table-column title="学号" :width="117" data-index="student_num" ellipsis tooltip></a-table-column>
|
|
|
<a-table-column title="姓名" :width="130">
|
|
|
<template #cell="{ record }">
|
|
|
{{ record.name ?? '请使用乐跑登录器更新账号信息' }}
|
|
|
@@ -241,14 +241,14 @@
|
|
|
'已完成' }}
|
|
|
</template>
|
|
|
</a-table-column>
|
|
|
- <a-table-column title="添加时间" :width="145" ellipsis tooltip :sortable="{
|
|
|
+ <a-table-column title="添加时间" :width="150" ellipsis tooltip :sortable="{
|
|
|
sortDirections: ['ascend', 'descend']
|
|
|
}">
|
|
|
<template #cell="{ record }">
|
|
|
{{ stramptoTime(record.create_time) }}
|
|
|
</template>
|
|
|
</a-table-column>
|
|
|
- <a-table-column title="上次更新时间" :width="145" ellipsis tooltip>
|
|
|
+ <a-table-column title="上次更新时间" :width="150" ellipsis tooltip>
|
|
|
<template #cell="{ record }">
|
|
|
{{ record.update_time ? stramptoTime(record.update_time) : '待登录' }}
|
|
|
</template>
|