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

View File

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