From 5a67d60937a696dbe3630364a264afaf4c7ed960 Mon Sep 17 00:00:00 2001
From: ks3356143 <314298729@qq.com>
Date: Thu, 30 May 2024 19:49:45 +0800
Subject: [PATCH] 32123
---
cdTMP/src/layout/components/navbar.vue | 2 +-
cdTMP/src/views/project/testDemand/index.vue | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/cdTMP/src/layout/components/navbar.vue b/cdTMP/src/layout/components/navbar.vue
index 1e85459..4f751ae 100644
--- a/cdTMP/src/layout/components/navbar.vue
+++ b/cdTMP/src/layout/components/navbar.vue
@@ -19,7 +19,7 @@
- 项目名称:{{ title }}
+ 项目名称:{{ $route.query.ident }}-{{ title }}
diff --git a/cdTMP/src/views/project/testDemand/index.vue b/cdTMP/src/views/project/testDemand/index.vue
index 5027e08..f0ac732 100644
--- a/cdTMP/src/views/project/testDemand/index.vue
+++ b/cdTMP/src/views/project/testDemand/index.vue
@@ -57,6 +57,7 @@ const crudOptions = ref({
let design_key = key_split[2]
let test_key = key_split[3]
let td = treeDataStore.treeData
+ console.log(route.query.key)
crudRef.value.crudFormRef.actionTitle = `${route.query.ident} >
${td[round_key].title} > ${td[round_key].children[dut_key].title} >
${td[round_key].children[dut_key].children[design_key].title} >