ETest-Vue-FastAPI/.kiro/specs/sample-remark-tooltip/tasks.md

20 lines
831 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# Implementation Plan
- [-] 1. 在样品管理页面添加备注列
-`ruoyi-fastapi-frontend/src/views/warehouse/sample/index.vue` 文件的 `<el-table>` 组件中添加备注列
- 将备注列放置在状态列和操作列之间
- 配置列属性label="备注", align="center", prop="remark", show-overflow-tooltip="true", width="150"
- _Requirements: 1.1, 1.2, 1.4, 2.1, 2.2, 2.3, 3.1, 3.2_
- [ ] 1.1 手动测试备注列显示功能
- 测试备注列是否正确显示在表格中
- 测试短备注内容是否完整显示
- 测试长备注内容是否显示省略号
- 测试鼠标悬停时 tooltip 是否正确显示完整内容
- 测试空备注是否显示为空白
- 测试样式是否与其他列保持一致
- _Requirements: 1.1, 1.2, 1.3, 2.1, 2.2, 2.3, 2.4, 2.5, 3.1, 3.2, 3.3, 3.4_