feat: 收口知识库治理配置与模板映射
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user