docs: 重构站点侧边导航与文档结构

1. 调整全局侧边栏分类,拆分基础配置、设备管理等模块
2. 新增SPC相关文档图片资源
3. 注释旧的物料模型截图链接
4. 为各模块添加独立的侧边导航配置
This commit is contained in:
sheng
2026-05-11 16:40:51 +08:00
parent d43a9d2536
commit b41d146d36
7 changed files with 128 additions and 15 deletions

View File

@@ -26,29 +26,70 @@ export default defineConfig({
{ {
text: '基础配置', text: '基础配置',
items: [ items: [
{ text: '基础数据管理', link: '/basic/data-management' }, { text: '班组管理', link: '/production_configuration/Organization' },
{ text: '设备管理', link: '/basic/equipment' } { text: '工厂模型', link: '/production_configuration/factory_model' },
{ text: '物料模型', link: '/production_configuration/material_model' },
{ text: '工序模型', link: '/production_configuration/process_model' },
{ text: '产品模型', link: '/production_configuration/product_model' },
{ text: 'SPC配置', link: '/production_configuration/SPC_configuration' }
] ]
}, },
{ {
text: '业务模块', text: '设备管理',
items: [ items: [
{ text: '生产管理', link: '/business/production' }, { text: '设备模型', link: '/device_management/device_model' },
{ text: '质量管理', link: '/business/quality' }, { text: '设备耗材管理', link: '/device_management/equipment_consumables_management' },
{ text: '仓储物流', link: '/business/warehouse' }, { text: '设备点检', link: '/device_management/equipment_inspection' },
{ text: '设备仓储', link: '/business/equipment-warehouse' } { text: '设备保养', link: '/device_management/equipment_maintenance' },
{ text: '设备维修管理', link: '/device_management/equipment_maintenance_management' },
{ text: '设备状态管理', link: '/device_management/equipment_status_management' }
] ]
}, },
{ {
text: '数据集成', text: '排产生产',
items: [ items: [
{ text: '数据与集成', link: '/integration/data-integration' } { text: '预警中心', link: '/planning_production/alert_center' },
{ text: '批次不良报表', link: '/planning_production/batch_defect_report' },
{ text: '批次管理', link: '/planning_production/batch_management' },
{ text: '批次托盘', link: '/planning_production/batch_tray' },
{ text: '设备监控', link: '/planning_production/device_monitoring' },
{ text: '物料监控', link: '/planning_production/material_monitoring' },
{ text: '不良品管理', link: '/planning_production/reject_management' },
{ text: '工艺流程', link: '/planning_production/technology_process' },
{ text: '托盘登录', link: '/planning_production/tray_login' },
{ text: '托盘管理', link: '/planning_production/tray_management' }
] ]
}, },
{ {
text: '报表分析', text: '质量控制',
items: [ items: [
{ text: '报表与分析', link: '/analysis/reports' } { text: '首件检验', link: '/quality_control/first_inspection' },
{ text: '检验管理', link: '/quality_control/inspection_management' },
{ text: 'SPC', link: '/quality_control/spc' },
{ text: 'SPC属性图', link: '/quality_control/spc_attribute_charts' },
{ text: 'SPC变量图', link: '/quality_control/spc_variable_charts' }
]
},
{
text: '数据中台',
items: [
{ text: '电池曲线', link: '/data_middleground/battery_curve' },
{ text: '电池明细报表', link: '/data_middleground/battery_detail_report' },
{ text: '电池追溯', link: '/data_middleground/battery_traceability' },
{ text: '鹰眼监控', link: '/data_middleground/eagle_eyes' },
{ text: '设备历史报表', link: '/data_middleground/equipment_history_report' },
{ text: '正向追溯', link: '/data_middleground/positive_direction_traceability' },
{ text: '反向追溯', link: '/data_middleground/reverse_traceability' },
{ text: '托盘追溯', link: '/data_middleground/tray_traceability' }
]
},
{
text: '系统设置',
items: [
{ text: '菜单配置', link: '/system_settings/menu_configuration' },
{ text: '系统助手', link: '/system_settings/system_assistant' },
{ text: '系统监控', link: '/system_settings/system_monitoring' },
{ text: '用户管理', link: '/system_settings/user_management' }
] ]
}, },
{ {
@@ -89,12 +130,84 @@ export default defineConfig({
] ]
} }
], ],
'/basic/': [ '/production_configuration/': [
{ {
text: '基础配置篇', text: '基础配置篇',
items: [ items: [
{ text: '基础数据管理', link: '/basic/data-management' }, { text: '组织架构管理', link: '/production_configuration/Organization' },
{ text: '设备基础信息', link: '/basic/equipment' } { text: '工厂模型', link: '/production_configuration/factory_model' },
{ text: '物料模型', link: '/production_configuration/material_model' },
{ text: '工序模型', link: '/production_configuration/process_model' },
{ text: '产品模型', link: '/production_configuration/product_model' },
{ text: 'SPC配置', link: '/production_configuration/SPC_configuration' }
]
}
],
'/device_management/': [
{
text: '设备管理篇',
items: [
{ text: '设备模型', link: '/device_management/device_model' },
{ text: '设备耗材管理', link: '/device_management/equipment_consumables_management' },
{ text: '设备点检', link: '/device_management/equipment_inspection' },
{ text: '设备保养', link: '/device_management/equipment_maintenance' },
{ text: '设备维修管理', link: '/device_management/equipment_maintenance_management' },
{ text: '设备状态管理', link: '/device_management/equipment_status_management' }
]
}
],
'/planning_production/': [
{
text: '排产生产篇',
items: [
{ text: '预警中心', link: '/planning_production/alert_center' },
{ text: '批次不良报表', link: '/planning_production/batch_defect_report' },
{ text: '批次管理', link: '/planning_production/batch_management' },
{ text: '批次托盘', link: '/planning_production/batch_tray' },
{ text: '设备监控', link: '/planning_production/device_monitoring' },
{ text: '物料监控', link: '/planning_production/material_monitoring' },
{ text: '不良品管理', link: '/planning_production/reject_management' },
{ text: '工艺流程', link: '/planning_production/technology_process' },
{ text: '托盘登录', link: '/planning_production/tray_login' },
{ text: '托盘管理', link: '/planning_production/tray_management' }
]
}
],
'/quality_control/': [
{
text: '质量控制篇',
items: [
{ text: '首件检验', link: '/quality_control/first_inspection' },
{ text: '检验管理', link: '/quality_control/inspection_management' },
{ text: 'SPC', link: '/quality_control/spc' },
{ text: 'SPC属性图', link: '/quality_control/spc_attribute_charts' },
{ text: 'SPC变量图', link: '/quality_control/spc_variable_charts' }
]
}
],
'/data_middleground/': [
{
text: '数据中台篇',
items: [
{ text: '电池曲线', link: '/data_middleground/battery_curve' },
{ text: '电池明细报表', link: '/data_middleground/battery_detail_report' },
{ text: '电池追溯', link: '/data_middleground/battery_traceability' },
{ text: '鹰眼监控', link: '/data_middleground/eagle_eyes' },
{ text: '设备历史报表', link: '/data_middleground/equipment_history_report' },
{ text: '正向追溯', link: '/data_middleground/positive_direction_traceability' },
{ text: '反向追溯', link: '/data_middleground/reverse_traceability' },
{ text: '托盘追溯', link: '/data_middleground/tray_traceability' }
]
}
],
'/system_settings/': [
{
text: '系统设置篇',
items: [
{ text: '菜单配置', link: '/system_settings/menu_configuration' },
{ text: '系统助手', link: '/system_settings/system_assistant' },
{ text: '系统监控', link: '/system_settings/system_monitoring' },
{ text: '用户管理', link: '/system_settings/user_management' }
] ]
} }
], ],

View File

@@ -157,7 +157,7 @@ flowchart LR
**【重要】** 物料信息被BOM或其他单据引用后不允许删除。 **【重要】** 物料信息被BOM或其他单据引用后不允许删除。
**功能对应截图** **功能对应截图**
![图片:新增物料信息截图](/public/image/material_model/图片:新增物料信息截图.png) <!-- ![图片:新增物料信息截图](/public/image/material_model/图片:新增物料信息截图.png) -->
#### 3.2.3 物料信息查询 #### 3.2.3 物料信息查询

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB