wangfumin пре 2 месеци
родитељ
комит
2a5dde48ee
1 измењених фајлова са 1 додато и 1 уклоњено
  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",
       disabled: false, // 默认不禁用,与原来不同
-      label: "基本信息",
+      label: props.fromRoute === 'fire' ? "基本信息" : "案件信息",
       onClick: () => {
         // 不需要再次设置 currentMenuKey,因为已经在 handleMenuClick 中设置了
       },