feat: add project work order UI
This commit is contained in:
@@ -288,7 +288,7 @@ function AftersalesConfirmPage() {
|
||||
<span className="value">{SERVICE_TYPE_LABEL[order.serviceType] || order.serviceType}</span>
|
||||
</div>
|
||||
<div className="detail-item detail-item-block">
|
||||
<span className="label">问题描述反馈</span>
|
||||
<span className="label">现场情况说明</span>
|
||||
<span className="value value-block">{order.issueDescription}</span>
|
||||
</div>
|
||||
{order.resolutionNote && (
|
||||
|
||||
Reference in New Issue
Block a user