refactor(项目管理): 屏蔽入口

--bug=1036348 --user=王孝刚 【项目管理】应用管理,缺陷管理,同步频率,自定义频率入口没屏蔽
https://www.tapd.cn/55049933/s/1471226
This commit is contained in:
wxg0103 2024-03-07 10:27:04 +08:00 committed by Craftsman
parent 046f76a6dc
commit 407bee3d26
2 changed files with 11 additions and 11 deletions

View File

@ -76,11 +76,11 @@
</span>
<span v-if="data.extra" class="text-[var(--color-text-4)]"> {{ data.extra }} </span>
</a-option>
<a-option value="custom">
<div class="border-t-1 cursor-pointer text-[rgb(var(--primary-5))]">{{
<!-- <a-option value="custom">
<div class="border-t-1 cursor-pointer text-[rgb(var(&#45;&#45;primary-5))]">{{
t('project.menu.defect.customLabel')
}}</div>
</a-option>
</a-option>-->
</a-select>
</a-form-item>
</a-form>

View File

@ -530,9 +530,9 @@
}
case MenuEnum.caseManagement: {
children = [
{
/* {
type: 'CASE_PUBLIC', //
},
}, */
{
type: 'CASE_RE_REVIEW', //
},
@ -545,9 +545,9 @@
}
case MenuEnum.apiTest: {
children = [
{
/* {
type: 'API_URL_REPEATABLE', // URL
},
}, */
{
type: 'API_CLEAN_REPORT', //
},
@ -557,15 +557,15 @@
{
type: 'API_RESOURCE_POOL', //
},
{
/* {
type: 'API_SCRIPT_REVIEWER', //
},
}, */
{
type: 'API_ERROR_REPORT_RULE', //
},
{
/* {
type: 'API_SYNC_CASE', //
},
}, */
];
break;
}