|
@@ -265,7 +265,7 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column align="center" label="入团年份">
|
|
|
<template slot-scope="scope">
|
|
|
- <div>{{ scope.row.currentGradeDate | dayjsFormat('YYYY年') }}</div>
|
|
|
+ <div>{{ scope.row.registerTime | dayjsFormat('YYYY年') }}</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column align="center" label="年级班级">
|