更新日历样式
This commit is contained in:
@@ -63,7 +63,7 @@ class RepairHistoryWidget extends GetView<RepairInfoController> {
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
Text(
|
||||
repairListController.model.repairList[index]['device']
|
||||
repairListController.model.repairList[index]['device'][0]
|
||||
['mac'] ??
|
||||
'',
|
||||
style: TextStyle(
|
||||
|
||||
Reference in New Issue
Block a user