diff --git a/web/index.html b/web/index.html index 59646d0..03682df 100644 --- a/web/index.html +++ b/web/index.html @@ -6,7 +6,7 @@ - +
| + | {report.failure_reason || '-'} |
@@ -603,48 +554,23 @@ export default function BugDetail() {
{/* 拒绝原因模态框 */}
{showRejectModal && (
-
-
- {hasPR ? '拒绝修复' : '驳回修复'}-+ { setShowRejectModal(false); setRejectReason(''); }}>
+ e.stopPropagation()}>
+ {hasPR ? '拒绝修复' : '驳回修复'}+请说明{hasPR ? '拒绝' : '驳回'}原因,Agent 将根据您的反馈重新修复: -
- |
- + | {report.failure_reason || '-'} |
@@ -159,7 +159,6 @@ export default function RepairList() {
key={report.id}
to={`/repairs/${report.id}`}
className="mobile-card-item"
- style={{ textDecoration: 'none', color: 'inherit' }}
>
#{report.id}
|