|
|
@@ -106,13 +106,6 @@ class HomePage extends ConsumerWidget {
|
|
|
color: const Color(0xFF722ED1),
|
|
|
onTap: () => context.push('/announcement/list'),
|
|
|
),
|
|
|
- _EntryItem(
|
|
|
- icon: Icons.description,
|
|
|
- label: '全部单据',
|
|
|
- badge: '${summary.totalCount}条',
|
|
|
- color: const Color(0xFFEB2F96),
|
|
|
- onTap: () {},
|
|
|
- ),
|
|
|
],
|
|
|
),
|
|
|
const SizedBox(height: 12),
|