From 1ba6ece261de4f0fda4c44275e2095198fc14717 Mon Sep 17 00:00:00 2001 From: Zhao Zuohong Date: Tue, 26 Sep 2023 21:11:34 +0800 Subject: [PATCH] =?UTF-8?q?=E7=95=8C=E9=9D=A2=E8=AE=BE=E6=96=BD=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=90=8D=E7=A7=B0=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/stores/plan.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/stores/plan.js b/ui/src/stores/plan.js index 21ff59d7f..5fb1ea75d 100644 --- a/ui/src/stores/plan.js +++ b/ui/src/stores/plan.js @@ -20,7 +20,7 @@ export const usePlanStore = defineStore('plan', () => { for (let i = 1; i <= 3; ++i) { for (let j = 1; j <= 3; ++j) { const facility_name = `room_${i}_${j}` - const display_name = `B${i}0${i}` + const display_name = `B${i}0${j}` facility_operator_limit[facility_name] = 3 left_side_facility.push({ label: display_name, value: facility_name }) }