增加 加氢站可用标记

This commit is contained in:
2025-12-02 10:36:56 +08:00
parent 4cdedff654
commit f25d7e4567
3 changed files with 21 additions and 6 deletions

View File

@@ -533,7 +533,7 @@ class C_ReservationController extends GetxController with BaseControllerMixin {
), // Blue border
),
child: Text(
reservation.stateName,
reservation.stateName+"-"+reservation.addStatusName,
style: const TextStyle(
color: Color(0xFF1890FF),
fontWeight: FontWeight.bold,
@@ -552,11 +552,11 @@ class C_ReservationController extends GetxController with BaseControllerMixin {
borderRadius: BorderRadius.circular(12),
),
child: Text(
reservation.addStatusName,
"修改",
style: const TextStyle(
color: Color(0xFFFA8C16),
fontWeight: FontWeight.bold,
fontSize: 12,
fontSize: 14,
),
),
),