接口地址:/api/Extend/lqevent
请求方法:GET, POST, PUT, DELETE
参数格式:
{
"eventName": "string",
"startTime": "2025-09-17T09:12:11.607Z",
"endTime": "2025-09-17T09:12:11.607Z",
"eventCoordinator": "string",
"eventNumber": "string",
"members": [
{
"id": "string",
"eventId": "string",
"userId": "string",
"depId": "string",
"teamName": "string"
}
]
}
lqEvent/
├── index.vue # 主页面组件
├── Form.vue # 表单组件
├── ExportBox.vue # 导出组件
└── test.html # 测试页面