This commit is contained in:
Zzc 2025-11-28 00:29:47 +08:00
commit 278ed183cc
2 changed files with 12 additions and 7 deletions

View File

@ -26,15 +26,17 @@
<div class="force-dispatch__stat">
<span class="force-dispatch__stat-label">应急基地与预置点</span>
<span class="force-dispatch__stat-value">
{{ dispatchSuggestion.bases }}
<span class="force-dispatch__stat-unit"></span>
<!-- {{ dispatchSuggestion.bases }} -->
2
<span class="force-dispatch__stat-unit"></span>
</span>
</div>
<div class="force-dispatch__stat">
<span class="force-dispatch__stat-label">应急装备</span>
<span class="force-dispatch__stat-value">
{{ dispatchSuggestion.excavators }}
<span class="force-dispatch__stat-unit"></span>
<!-- {{ dispatchSuggestion.excavators }} -->
14
<span class="force-dispatch__stat-unit"></span>
</span>
</div>
<div class="force-dispatch__stat force-dispatch__stat--action">
@ -59,14 +61,16 @@
<div class="force-dispatch__stat">
<span class="force-dispatch__stat-label">应急物资</span>
<span class="force-dispatch__stat-value">
{{ dispatchSuggestion.supplies }}
<!-- {{ dispatchSuggestion.supplies }} -->
100
<span class="force-dispatch__stat-unit"></span>
</span>
</div>
<div class="force-dispatch__stat">
<span class="force-dispatch__stat-label">应急人员</span>
<span class="force-dispatch__stat-value">
{{ dispatchSuggestion.personnel }}
<!-- {{ dispatchSuggestion.personnel }} -->
20
<span class="force-dispatch__stat-unit"></span>
</span>
</div>

View File

@ -44,7 +44,8 @@ export function useDisasterData() {
// 力量调度信息
const forceDispatch = ref({
responseLevel: 4, // 四级
estimatedClearTime: getCurrentDateTime('24:00'),
// estimatedClearTime: getCurrentDateTime('24:00'),
estimatedClearTime: '2025-11-19 24:00',
plan: {
name: '智能应急方案',
status: 'ready'