名称修改

This commit is contained in:
machuanyu 2024-02-26 14:28:48 +08:00
parent 86ef912b80
commit 6935ff13d4
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ class BasicTable extends StatelessWidget {
child: IntrinsicHeight( child: IntrinsicHeight(
child: Row( child: Row(
children: [ children: [
Expanded(flex: 1, child: BasicTableCell('年级平均分排名', false)), Expanded(flex: 1, child: BasicTableCell('平均分排名', false)),
Expanded(flex: 1, child: BasicTableCell(baseInfo!.totalRank.toString(), true)), Expanded(flex: 1, child: BasicTableCell(baseInfo!.totalRank.toString(), true)),
Expanded(flex: 1, child: BasicTableCell('参考班级总数', false)), Expanded(flex: 1, child: BasicTableCell('参考班级总数', false)),
Expanded(flex: 1, child: BasicTableCell(baseInfo!.joinCount.toString(), true)), Expanded(flex: 1, child: BasicTableCell(baseInfo!.joinCount.toString(), true)),