名称修改
This commit is contained in:
parent
86ef912b80
commit
6935ff13d4
|
|
@ -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)),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue