@@ -97,7 +97,7 @@ const menus = computed(() => {
{
key: "info",
disabled: false, // 默认不禁用,与原来不同
- label: "基本信息",
+ label: props.fromRoute === 'fire' ? "基本信息" : "案件信息",
onClick: () => {
// 不需要再次设置 currentMenuKey,因为已经在 handleMenuClick 中设置了
},