feat: add unit management functionality with list, detail, and API integration

This commit is contained in:
2025-10-17 15:48:14 +07:00
parent 2df7c953c7
commit 6be90b6ea9
7 changed files with 858 additions and 8 deletions

View File

@@ -15,6 +15,7 @@ import {
RollbackOutlined,
ProductOutlined,
TagOutlined,
AppstoreOutlined,
MobileOutlined,
WarningOutlined,
LineChartOutlined,
@@ -64,6 +65,11 @@ const allItems = [
icon: <TagOutlined style={{ fontSize: '19px' }} />,
label: <Link to="/master/tag">Tag</Link>,
},
{
key: 'master-unit',
icon: <AppstoreOutlined style={{ fontSize: '19px' }} />,
label: <Link to="/master/unit">Unit</Link>,
},
{
key: 'master-status',
icon: <SafetyOutlined style={{ fontSize: '19px' }} />,