站点 确认拒绝流程

This commit is contained in:
2025-12-08 09:32:06 +08:00
parent 88b16ca69e
commit a3fb0d8018
3 changed files with 271 additions and 22 deletions

View File

@@ -408,7 +408,7 @@ class SitePage extends GetView<SiteController> {
child: ElevatedButton(
onPressed: () => controller.confirmReservation(item.id),
style: ElevatedButton.styleFrom(backgroundColor: Colors.blue),
child: const Text(''),
child: const Text(''),
),
),
const SizedBox(width: 16),