Commit 527d01ca authored by zhengrobin's avatar zhengrobin

huaguang: 生成问题清单看板

parent 0e113a7f
<!DOCTYPE html>
<html lang="zh-CN"><head><meta charset="utf-8">
<title>问题清单看板</title>
<style>
body { font-family: 'Microsoft YaHei', sans-serif; margin: 20px; background: #f5f6fa; }
h1 { color: #2f3640; } h3 { margin: 8px 0; color: #40739e; }
.grid { display: flex; gap: 16px; flex-wrap: wrap; }
.col { flex: 1 1 220px; background: #fff; border-radius: 8px; padding: 12px; box-shadow: 0 1px 3px rgba(0,0,0,.12); }
.card { border-left: 4px solid #40739e; padding: 8px; margin: 8px 0; background: #f8f9fa; border-radius: 4px; }
.id { font-weight: bold; color: #273c75; } .title { margin: 4px 0; } .meta { font-size: 12px; color: #718093; }
</style></head>
<body><h1>问题清单看板</h1>
<p>共 2 条 · 已完成 0 条 · 2 条未完成</p>
<div class="grid"><section class="col"><h3>已关闭 <small>(0)</small></h3></section><section class="col"><h3>已完成 <small>(0)</small></h3></section><section class="col"><h3>待用户验证 <small>(0)</small></h3></section><section class="col"><h3>进行中(返工) <small>(0)</small></h3></section><section class="col"><h3>进行中 <small>(0)</small></h3></section><section class="col"><h3>未开始 <small>(2)</small></h3><div class="card"><div class="id">ISS-HUA-001</div><div class="title">汇票拆分回传新功能可开发</div><div class="meta">负责人: 刘宇心 · 优先级: 高 · 2026-08-30</div></div><div class="card"><div class="id">ISS-HUA-002</div><div class="title">新增中台调用会计凭证查询接口</div><div class="meta">负责人: 郑容彬 · 优先级: 中 · 2026-08-08</div></div></section></div></body></html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment