From 4f45341e4095d469ce4a8c9b4237fdccfbe861c4 Mon Sep 17 00:00:00 2001 From: qin <a@163.com> Date: 星期二, 01 四月 2025 10:30:49 +0800 Subject: [PATCH] 能效等级计算页面加导航 --- src/views/GB19762-2025.vue | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/views/GB19762-2025.vue b/src/views/GB19762-2025.vue index c11c5b9..5a5020b 100644 --- a/src/views/GB19762-2025.vue +++ b/src/views/GB19762-2025.vue @@ -3,6 +3,12 @@ </div> --> <div class="container mx-auto px-4 py-8 bg-white industrial-soft-style" style="margin-top: 20px; padding-top: 15px"> <div class="w-100 h-100" style="background-color: #fff"> + <div class="mb-6 text-gray-500"> + <el-breadcrumb separator="/"> + <el-breadcrumb-item :to="{ path: '/' }">棣栭〉</el-breadcrumb-item> + <el-breadcrumb-item>鑳芥晥绛夌骇璁$畻</el-breadcrumb-item> + </el-breadcrumb> + </div> <!-- 椤堕儴鍒嗙被鑿滃崟 --> <div class="rounded-lg shadow" style="background-color: #f6f7f9; margin-bottom: 10px"> <div class="border-b p-4 border-bottom-dashed-1 box-border" style="padding: 10px"> -- Gitblit v1.9.3