|
@@ -386,7 +386,7 @@
|
|
}
|
|
}
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- @if (getRequirementSummary().length === 0 && !orderCreationData?.requirementInfo) {
|
|
|
|
|
|
+ @if (getRequirementSummary().length === 0 && !orderCreationData.requirementInfo) {
|
|
<div class="sync-placeholder">
|
|
<div class="sync-placeholder">
|
|
<span class="placeholder-text">暂无同步的需求信息</span>
|
|
<span class="placeholder-text">暂无同步的需求信息</span>
|
|
<button class="sync-btn" (click)="syncRequirementKeyInfo({})">手动同步</button>
|
|
<button class="sync-btn" (click)="syncRequirementKeyInfo({})">手动同步</button>
|