From ccda7218f40eb96749dec20ce1e641913027fc6d Mon Sep 17 00:00:00 2001 From: caozehui <2427765068@qq.com> Date: Mon, 28 Apr 2025 09:18:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A3=80=E6=B5=8B=E8=AE=A1=E5=88=92=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=BA=90=E5=AD=97=E6=AE=B5=E8=B0=83=E6=95=B4=E3=80=81?= =?UTF-8?q?=E7=BB=91=E5=AE=9A=E8=AE=BE=E5=A4=87=E6=A0=B7=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/plan/planList/components/planPopup.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/frontend/src/views/plan/planList/components/planPopup.vue b/frontend/src/views/plan/planList/components/planPopup.vue index fb27dfc..bee6e7a 100644 --- a/frontend/src/views/plan/planList/components/planPopup.vue +++ b/frontend/src/views/plan/planList/components/planPopup.vue @@ -24,7 +24,7 @@ v-for="item in dictStore.getDictData(dataSourceType)" :key="item.id" :label="item.name" - :value="item.value || ''" + :value="item.code || ''" /> @@ -82,9 +82,7 @@ :data="allData" :titles="['未绑定设备', '已绑定设备']">