style: 对齐审核智能体节点与信息卡原型
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
<div class="stack">
|
||||
<article class="panel">
|
||||
<h2 class="section-title">上传区</h2>
|
||||
<p class="section-copy">资料包导入入口在资料包页统一维护,当前会话只展示绑定关系。</p>
|
||||
<p class="section-copy">右侧保留资料包上传入口和当前会话的资料上下文。</p>
|
||||
{% if batch %}
|
||||
<ul class="detail-list">
|
||||
<li class="detail-item">
|
||||
@@ -120,6 +120,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
<div class="button-row" style="margin-top: 16px;">
|
||||
<a class="button button-primary" href="{% url 'documents:upload' %}">继续上传资料</a>
|
||||
<a class="button" href="{% url 'documents:list' %}">返回资料包</a>
|
||||
</div>
|
||||
{% else %}
|
||||
@@ -130,8 +131,23 @@
|
||||
<article class="panel">
|
||||
<h2 class="section-title">动态信息卡</h2>
|
||||
<ul class="detail-list">
|
||||
<li class="detail-item">
|
||||
<strong>最高风险等级</strong>
|
||||
<div>{{ workspace_summary.highest_risk_level }}</div>
|
||||
</li>
|
||||
<li class="detail-item">
|
||||
<strong>是否允许正式导出</strong>
|
||||
<div>{{ workspace_summary.export_allowed }}</div>
|
||||
</li>
|
||||
<li class="detail-item">
|
||||
<strong>通知状态</strong>
|
||||
<div>{{ workspace_summary.notify_status }}</div>
|
||||
</li>
|
||||
<li class="detail-item">
|
||||
<strong>导出状态</strong>
|
||||
<div>{{ workspace_summary.export_status }}</div>
|
||||
</li>
|
||||
<li class="detail-item">当前会话围绕 `conversation_id / batch_id / product_name` 串联。</li>
|
||||
<li class="detail-item">任务模式:目录汇总、完整性检查、字段抽取、一致性核查、风险预警。</li>
|
||||
{% if audit_log %}
|
||||
<li class="detail-item"><a href="{% url 'audit:detail' audit_log.id %}">查看本次处理历史</a></li>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user