ADK-agents/data/tasks/238726a8.json

18 lines
3.4 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"id": "238726a8",
"description": "【重要任务】重构勤务统计页面schedulingStatistical.vue将现有占位页面改为大屏可视化风格像素级复刻老项目样式。\n\n==== 项目信息 ====\n项目路径d:/nzy/workspace_git/Baseplatform-Ui-V3\n目标文件src/views/serviceManage/schedulingStatistical.vue\n老项目参考D:/nzy/workspace_git/baseplatform-ui/src/views/postPage/schedulingStatistical.vue\n\n==== 必须遵守的迁移规范(非常重要) ====\n\n1. 【页面外壳】使用 BgAndInfo 组件:\n import BgAndInfo from '/@/components/Common/bgAndInfo.vue'\n 用法:<bg-and-info title-menu=\"勤务管理\" title-name=\"勤务统计\" step-url=\"/frontend/schedulingStatistical\" bg-size=\"small\">\n 参考已实现的 serviceIndexDd.vue 和 workData.vue\n\n2. 【颜色规范】深色科技感大屏风格:\n 主色:#29B3FF\n 背景:#0A1A29\n 文字主色:#eaf8ff\n 文字次色:#7aabc6\n 强调色:#FFC34D (金黄)、#55E1CA (青色)、#FF6565 (红色)\n 面板背景rgba(4, 21, 40, 0.5) ~ (0.6)\n 面板边框rgba(41, 179, 255, 0.15) ~ (0.3)\n\n3. 【图片引用规则 — 绝对不能错】\n 禁止使用 <img src=\"/@/assets/...\"> 方式(运行时 vite 无法解析)\n 必须用 CSS background-image: url('/@/assets/...') 方式\n 所有图标都这样写,包括按钮图标、列表图标等\n\n4. 【图标资源位置】\n sandImg 通用图标src/assets/sandImg/ 133个从老项目拷贝的\n service 专属图标src/assets/service/ 42个从老项目拷贝的\n work 专属图标src/assets/map_image/work/ 45个\n 背景图src/assets/map_image/ 下的 ponding/, small/, schdulingCommand/ 等\n\n5. 【技术栈】\n Vue3 Composition API + TypeScript\n ref / reactive / computed / onMounted / onUnmounted\n 图表import * as echarts from 'echarts'\n 图表在 onMounted 中初始化onUnmounted 中 dispose\n 样式:<style scoped lang=\"scss\">\n\n6. 【数据】\n 全部用 Mock 数据,不要调真实 API\n 数据量适中列表8-15条图表5-12个数据点\n 数据字段名尽量参考老项目,方便后续接 API\n\n7. 【参考页面】\n 勤务排班src/views/serviceManage/serviceIndexDd.vue (已完成,左右+中部布局)\n 施工智管src/views/serviceManage/workData.vue (已完成,左列表+右4面板\n 情报研判相关src/views/intelligenceAnalysis/trafficPerception.vue\n\n8. 【老项目分析】\n 先读取老项目 D:/nzy/workspace_git/baseplatform-ui/src/views/postPage/schedulingStatistical.vue 的完整代码\n 分析布局结构和功能模块\n 然后根据老项目的布局来实现\n\n9. 【验收标准】\n - 构建通过npx vite build 无错误\n - 无 <img src=\"/@/assets/...\"> 写法\n - 视觉风格与老项目一致(布局、颜色、字体)\n - 交互完整(切换、筛选、列表点击等)\n - 全部 Mock 数据\n\n请先分析老项目页面结构然后再开始编码。完成后告诉我你做了什么。",
"project_path": "d:/nzy/workspace_git/Baseplatform-Ui-V3",
"requirements": "",
"status": "completed",
"created_at": 1785464745.188234,
"updated_at": 1785465287.061655,
"result": {
"summary": "(无响应)",
"full_response": "",
"tool_calls_count": 0,
"tool_calls_sample": [],
"status": "empty"
},
"logs": [],
"extra": {}
}