This commit is contained in:
sion
2026-04-07 01:32:32 +08:00
parent 10db49434c
commit 27d5b753c5
4 changed files with 17 additions and 10 deletions

View File

@@ -358,7 +358,9 @@ class _BillsPageState extends State<BillsPage> with SingleTickerProviderStateMix
// 福利賬單
// ============================================
Widget _buildWelfareTab(String type) {
final records = _welfareRecords.where((r) => r['type'] == type).toList();
final records = _welfareRecords
.where((r) => r['type'] == type && r['status'] == 1)
.toList();
if (records.isEmpty) {
return _buildEmptyState(