Files
QingAnVue2TV/work/working1/05-验收证据.md
2026-06-25 08:45:26 +08:00

92 lines
3.5 KiB
Markdown
Raw Permalink 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.
# 05-验收证据
更新时间2026-06-24
说明本文件记录命令、页面、job_id、report_id、PDF、截图等验收证据。没有的证据明确写“暂无”避免以后误以为已经做过。
## 1. 构建验证
| 时间 | 命令 | 结果 | 备注 |
|---|---|---|---|
| 2026-06-24 | `npm run build` | 通过 | Vue CLI 构建成功,存在资源体积 warning |
| 2026-06-24 14:33:31 | `npm run build` | 通过 | 输出 `DONE Build complete. The dist directory is ready to be deployed.` |
已知 warning
- `chunk-vendors` 体积较大。
- `png/背景底图.png` 等图片资源超过 webpack 推荐体积。
- Browserslist 数据过期。
这些 warning 不阻断当前功能验收,但后续性能优化可单独建任务。
## 2. 本地页面验证
| 项目 | 内容 |
|---|---|
| 本地服务 | `npm run serve` |
| 访问地址 | `http://127.0.0.1:8084/` |
| 页面 | `DaLuJiaTV1.vue` |
| 验证点 | 页面可打开、无 console error、中文渲染正常、模块布局可见 |
## 3. 截图证据
| 时间 | 工具 | 路径 | 验证内容 |
|---|---|---|---|
| 2026-06-24 | Playwright + 系统 Chrome | `C:\Users\86156\AppData\Local\Temp\qingan-dashboard-check.png` | 页面截图,无 console error检查左侧联动、右侧设备状态、底部库位矩阵 |
注意:临时目录截图可能会被系统清理。正式验收截图建议复制到:
```text
D:\5ITlearning\DT_TV\QingAnVue2TV\work\working1\evidence\
```
## 4. Git 证据
近期提交记录示例:
| commit | 说明 |
|---|---|
| `a69d0ca` | fix: add transparent=true param to iframe URL for transparent 3D model background |
| `833e256` | refactor: fullscreen iframe layout - 3D model as background with overlay panels |
| `e12a7b0` | fix: make central iframe transparent with semi-transparent panel background |
| `56a0c6b` | chore: snapshot before iframe transparency fix |
| `26cb102` | chore: update config, vue component, and add new html page |
提交前应再次执行:
```powershell
git -c safe.directory=D:/5ITlearning/DT_TV/QingAnVue2TV -C D:\5ITlearning\DT_TV\QingAnVue2TV status --short
```
## 5. 当前工作区证据
截至本文档创建时,已观察到的工作区状态包括:
| 状态 | 文件/目录 | 说明 |
|---|---|---|
| M | `src/views/DaLuJiaTV1.vue` | 当前看板主页面迭代中 |
| M | `public/config.js` | iframe 地址等配置可能被调整,提交前需确认 |
| ?? | `work/` | 工作文档目录,本文档属于该目录 |
| D | `public/产线通讯信号可视化看板设计说明.md` | 旧位置文档删除记录,提交前需确认是否保留删除 |
## 6. job_id / report_id / PDF
| 类型 | 当前状态 | 说明 |
|---|---|---|
| job_id | 暂无 | 当前未接入外部任务平台 |
| report_id | 暂无 | 当前未生成自动化测试报告编号 |
| PDF | 暂无 | 当前仅生成 Markdown 工作文档 |
| 自动化测试报告 | 暂无 | 后续可引入 Playwright 截图报告 |
## 7. 验收清单
| 验收项 | 标准 | 当前状态 |
|---|---|---|
| 构建 | `npm run build` 成功 | 通过 |
| 页面访问 | `http://127.0.0.1:8084/` 可打开 | 通过 |
| 中文显示 | 页面中文不乱码 | 通过 |
| 左侧联动监控 | 无临时任务号,表达紧凑 | 待用户复核 |
| 物料库位矩阵 | 9/9/6 格完整显示 | 待用户复核 |
| 加工设备状态 | 最右状态列不挤出 | 待用户复核 |
| 右侧标题 | 加工/辅助设备标题靠右 | 待用户复核 |
| iframe | 中央模型区不被无用浮层遮挡 | 待用户复核 |