refactor(项目管理): 未配置三方信息的需求点击打开需求弹窗
This commit is contained in:
parent
9684b3eeb6
commit
cd26045961
|
@ -291,7 +291,7 @@
|
||||||
<template #content>
|
<template #content>
|
||||||
<span class="text-[var(--color-text-1)]">
|
<span class="text-[var(--color-text-1)]">
|
||||||
{{ t('project.menu.notConfig') }}
|
{{ t('project.menu.notConfig') }}
|
||||||
<span class="cursor-pointer text-[rgb(var(--primary-4))]" @click="showDefectDrawer">
|
<span class="cursor-pointer text-[rgb(var(--primary-4))]" @click="showRelatedCaseDrawer">
|
||||||
{{ t(`project.menu.${record.type}`) }}
|
{{ t(`project.menu.${record.type}`) }}
|
||||||
</span>
|
</span>
|
||||||
{{ t('project.menu.configure') }}
|
{{ t('project.menu.configure') }}
|
||||||
|
|
Loading…
Reference in New Issue