wangfumin il y a 2 mois
Parent
commit
2a5dde48ee
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/view/newFireCase/newFireDetails/editIndex.vue

+ 1 - 1
src/view/newFireCase/newFireDetails/editIndex.vue

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