Files
ALL-teach_sys/frontend_食品/project_attachments_data.js

123 lines
3.2 KiB
JavaScript
Raw Normal View History

// 项目附件数据映射
const projectAttachmentsData = {
"轻食店外卖包装与用户体验优化": [
{
"id": "attach_1",
"name": "餐厅安全清洁.doc",
"type": "doc",
"size": "2.5MB",
"url": "https://example.com/files/餐厅安全清洁.doc"
},
{
"id": "attach_2",
"name": "店铺经营.jpeg",
"type": "jpeg",
"size": "2.5MB",
"url": "https://example.com/files/店铺经营.jpeg"
},
{
"id": "attach_3",
"name": "店铺经营流程.docx",
"type": "docx",
"size": "2.5MB",
"url": "https://example.com/files/店铺经营流程.docx"
},
{
"id": "attach_4",
"name": "成本控制.doc",
"type": "doc",
"size": "2.5MB",
"url": "https://example.com/files/成本控制.doc"
}
],
"社区咖啡馆日常运营成本控制分析": [
{
"id": "attach_1",
"name": "餐厅安全清洁.doc",
"type": "doc",
"size": "2.5MB",
"url": "https://example.com/files/餐厅安全清洁.doc"
},
{
"id": "attach_2",
"name": "店铺经营.jpeg",
"type": "jpeg",
"size": "2.5MB",
"url": "https://example.com/files/店铺经营.jpeg"
},
{
"id": "attach_3",
"name": "店铺经营流程.docx",
"type": "docx",
"size": "2.5MB",
"url": "https://example.com/files/店铺经营流程.docx"
},
{
"id": "attach_4",
"name": "成本控制.doc",
"type": "doc",
"size": "2.5MB",
"url": "https://example.com/files/成本控制.doc"
}
],
"临期食品仓储管理系统数据库设计": [
{
"id": "attach_1",
"name": "飞行员营养膳食管理方案.docx",
"type": "docx",
"size": "2.5MB",
"url": "https://example.com/files/飞行员营养膳食管理方案.docx"
}
],
"节庆食品季节性供需波动与库存管理": [
{
"id": "attach_1",
"name": "食品饮料行业产品质量控制方案.docx",
"type": "docx",
"size": "2.5MB",
"url": "https://example.com/files/食品饮料行业产品质量控制方案.docx"
}
],
"传统中式菜肴标准化工艺流程制定": [
{
"id": "attach_1",
"name": "苹果多酚面包工艺与配方优化项目.pdf",
"type": "pdf",
"size": "2.5MB",
"url": "https://example.com/files/苹果多酚面包工艺与配方优化项目.pdf"
}
],
"地方特色食品抖音短视频营销方案": [
{
"id": "attach_1",
"name": "A3包装文创2.psd",
"type": "psd",
"size": "2.5MB",
"url": "https://example.com/files/A3包装文创2.psd"
},
{
"id": "attach_2",
"name": "A3包装文创.psd",
"type": "psd",
"size": "2.5MB",
"url": "https://example.com/files/A3包装文创.psd"
},
{
"id": "attach_3",
"name": "A3包装文创.jpg",
"type": "jpg",
"size": "2.5MB",
"url": "https://example.com/files/A3包装文创.jpg"
},
{
"id": "attach_4",
"name": "A3包装文创2.jpg",
"type": "jpg",
"size": "2.5MB",
"url": "https://example.com/files/A3包装文创2.jpg"
}
]
};
export default projectAttachmentsData;