统一运输方式兜底文案为公路运输

去掉计划单调度、运输计划展示中的「公路整车」旧文案
This commit is contained in:
2026-09-21 06:24:31 +08:00
parent 57368f0179
commit 4e04cdbc5b
3 changed files with 3 additions and 3 deletions
@@ -3374,7 +3374,7 @@
{{ dispatchDialogStatusText }} {{ dispatchDialogStatusText }}
</el-tag> </el-tag>
<el-tag type="primary" effect="light"> <el-tag type="primary" effect="light">
{{ formatDispatchTransportType(dispatchRow.transportType) || '公路整车' }} {{ formatDispatchTransportType(dispatchRow.transportType) || '公路运输' }}
</el-tag> </el-tag>
</div> </div>
</div> </div>
@@ -1231,7 +1231,7 @@
{{ dispatchDialogStatusText }} {{ dispatchDialogStatusText }}
</el-tag> </el-tag>
<el-tag type="primary" effect="light"> <el-tag type="primary" effect="light">
{{ formatDispatchTransportType(dispatchRow.transportType) || '公路整车' }} {{ formatDispatchTransportType(dispatchRow.transportType) || '公路运输' }}
</el-tag> </el-tag>
</div> </div>
</div> </div>
@@ -11,7 +11,7 @@
{{ planData.businessStatusName || '-' }} {{ planData.businessStatusName || '-' }}
</span> </span>
<span class="detail-status-text detail-transport-type"> <span class="detail-status-text detail-transport-type">
{{ planData.transportTypeName || '公路整车' }} {{ planData.transportTypeName || '公路运输' }}
</span> </span>
</div> </div>
<div class="transport-plan-dispatch-page__summary-grid"> <div class="transport-plan-dispatch-page__summary-grid">