add plant section management with list and detail views

This commit is contained in:
2025-10-09 10:50:27 +07:00
parent 8ef1bdb142
commit e13539618b
5 changed files with 466 additions and 0 deletions

View File

@@ -41,6 +41,11 @@ const allItems = [
icon: <DatabaseOutlined style={{fontSize:'19px'}} />,
label: 'Master',
children: [
{
key: 'master-plant-section',
icon: <ProductOutlined style={{fontSize:'19px'}} />,
label: <Link to="/master/plant-section">Plant Section</Link>,
},
{
key: 'master-device',
icon: <MobileOutlined style={{fontSize:'19px'}} />,