feat: 收口知识库治理配置与模板映射

This commit is contained in:
2026-06-04 01:42:12 +08:00
parent 0b7322aa65
commit 4914ee3a75
5 changed files with 250 additions and 40 deletions

View File

@@ -164,6 +164,43 @@
</div>
</article>
<article class="panel">
<div class="section-heading">
<div>
<h2 class="section-title">Word 模板与字段映射</h2>
<p class="section-copy">维护输出模板版本、占位符数量和字段映射摘要。</p>
</div>
</div>
<div class="table-wrap">
<table class="data-table">
<thead>
<tr>
<th>模板名称</th>
<th>输出类型</th>
<th>版本</th>
<th>占位符数量</th>
<th>字段映射摘要</th>
<th>状态</th>
</tr>
</thead>
<tbody>
{% for item in template_mappings %}
<tr>
<td>{{ item.template_name }}</td>
<td>{{ item.output_type }}</td>
<td>{{ item.version }}</td>
<td>{{ item.placeholder_count }}</td>
<td>{{ item.field_mapping_summary }}</td>
<td>{{ item.status }}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
</article>
</section>
<section class="grid-1">
<article class="panel">
<div class="section-heading">
<div>