const PlansPage = { async render() { return '
加载中...
暂无计划
| # | 计划标题 | 关联投诉 | 状态 | 规划者 | 创建时间 | 操作 |
|---|---|---|---|---|---|---|
| ${p.id} | ${Utils.escapeHtml(p.title)} | #${p.complaint_id} ${Utils.escapeHtml(p.complaint_title)} | ${Utils.statusBadge(p.status)} | ${p.planner_name || '-'} | ${Utils.formatDate(p.created_at)} |