diff --git a/src/views/first-aid-runbook/components/FirstAidReplay.vue b/src/views/first-aid-runbook/components/FirstAidReplay.vue index 67dd0b60..f6fded13 100644 --- a/src/views/first-aid-runbook/components/FirstAidReplay.vue +++ b/src/views/first-aid-runbook/components/FirstAidReplay.vue @@ -80,7 +80,9 @@ function toneClass(severity: Severity): string {

{{ replayItem.selectedLabel }}

{{ replayItem.consequence }}

-

Điểm: {{ replayItem.impact }}

+

+ Điểm: {{ replayItem.impact }} +

Tốn: {{ replayItem.elapsedTime }}s

diff --git a/src/views/first-aid-runbook/components/FirstAidScenarioGrid.vue b/src/views/first-aid-runbook/components/FirstAidScenarioGrid.vue index c867ae2a..9d5f3f45 100644 --- a/src/views/first-aid-runbook/components/FirstAidScenarioGrid.vue +++ b/src/views/first-aid-runbook/components/FirstAidScenarioGrid.vue @@ -38,7 +38,9 @@ function handlePick(scenarioId: string) { @click="handlePick(scenario.id)" >
- {{ scenario.badge }} + {{ + scenario.badge + }} {{ scenario.steps.length }} bước @@ -52,7 +54,9 @@ function handlePick(scenarioId: string) { loading="lazy" /> -

{{ scenario.name }}

+

+ {{ scenario.name }} +

{{ scenario.description }}

{{ scenario.summary }}

diff --git a/src/views/first-aid-runbook/components/FirstAidStepPanel.vue b/src/views/first-aid-runbook/components/FirstAidStepPanel.vue index 3899f81f..82735195 100644 --- a/src/views/first-aid-runbook/components/FirstAidStepPanel.vue +++ b/src/views/first-aid-runbook/components/FirstAidStepPanel.vue @@ -42,7 +42,9 @@ function severityIcon(severity: Severity): string { -