From db07d86f01f19683d7adb263139159ffe1e0c9bf Mon Sep 17 00:00:00 2001 From: wangjuncheng <1> Date: 星期四, 08 五月 2025 14:49:59 +0800 Subject: [PATCH] change --- src/components/tools/Message.vue | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/components/tools/Message.vue b/src/components/tools/Message.vue index fa58e21..ff570f3 100644 --- a/src/components/tools/Message.vue +++ b/src/components/tools/Message.vue @@ -118,6 +118,11 @@ continue; } + if (key === "areaName") { + formattedData.push({ name: "鍖哄煙鍚嶇О锛�", value: value || "鏃�" }); + continue; + } + if (key === "name") { formattedData.push({ name: "浠跨湡鏂规锛�", value: value || "鏃�" }); continue; -- Gitblit v1.9.3