跌倒紀錄編號更新
This commit is contained in:
@@ -133,7 +133,7 @@ class _HistoricalRecordState extends State<HistoricalRecord> {
|
||||
),
|
||||
child: ListTile(
|
||||
title: Text(
|
||||
'紀錄編號: 第${displayIndex}筆', // 使用倒序顯示編號
|
||||
'編號: ${displayIndex}', // 使用倒序顯示編號
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.bold,
|
||||
fontSize: 18,
|
||||
|
||||
Reference in New Issue
Block a user