refactor(项目管理): 屏蔽入口
--bug=1036348 --user=王孝刚 【项目管理】应用管理,缺陷管理,同步频率,自定义频率入口没屏蔽 https://www.tapd.cn/55049933/s/1471226
This commit is contained in:
parent
046f76a6dc
commit
407bee3d26
|
@ -76,11 +76,11 @@
|
||||||
</span>
|
</span>
|
||||||
<span v-if="data.extra" class="text-[var(--color-text-4)]"> {{ data.extra }} </span>
|
<span v-if="data.extra" class="text-[var(--color-text-4)]"> {{ data.extra }} </span>
|
||||||
</a-option>
|
</a-option>
|
||||||
<a-option value="custom">
|
<!-- <a-option value="custom">
|
||||||
<div class="border-t-1 cursor-pointer text-[rgb(var(--primary-5))]">{{
|
<div class="border-t-1 cursor-pointer text-[rgb(var(--primary-5))]">{{
|
||||||
t('project.menu.defect.customLabel')
|
t('project.menu.defect.customLabel')
|
||||||
}}</div>
|
}}</div>
|
||||||
</a-option>
|
</a-option>-->
|
||||||
</a-select>
|
</a-select>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-form>
|
</a-form>
|
||||||
|
|
|
@ -530,9 +530,9 @@
|
||||||
}
|
}
|
||||||
case MenuEnum.caseManagement: {
|
case MenuEnum.caseManagement: {
|
||||||
children = [
|
children = [
|
||||||
{
|
/* {
|
||||||
type: 'CASE_PUBLIC', // 公共用例库
|
type: 'CASE_PUBLIC', // 公共用例库
|
||||||
},
|
}, */
|
||||||
{
|
{
|
||||||
type: 'CASE_RE_REVIEW', // 重新提审
|
type: 'CASE_RE_REVIEW', // 重新提审
|
||||||
},
|
},
|
||||||
|
@ -545,9 +545,9 @@
|
||||||
}
|
}
|
||||||
case MenuEnum.apiTest: {
|
case MenuEnum.apiTest: {
|
||||||
children = [
|
children = [
|
||||||
{
|
/* {
|
||||||
type: 'API_URL_REPEATABLE', // 接口定义URL可重复
|
type: 'API_URL_REPEATABLE', // 接口定义URL可重复
|
||||||
},
|
}, */
|
||||||
{
|
{
|
||||||
type: 'API_CLEAN_REPORT', // 报告保留时间范围
|
type: 'API_CLEAN_REPORT', // 报告保留时间范围
|
||||||
},
|
},
|
||||||
|
@ -557,15 +557,15 @@
|
||||||
{
|
{
|
||||||
type: 'API_RESOURCE_POOL', // 执行资源池
|
type: 'API_RESOURCE_POOL', // 执行资源池
|
||||||
},
|
},
|
||||||
{
|
/* {
|
||||||
type: 'API_SCRIPT_REVIEWER', // 脚本审核
|
type: 'API_SCRIPT_REVIEWER', // 脚本审核
|
||||||
},
|
}, */
|
||||||
{
|
{
|
||||||
type: 'API_ERROR_REPORT_RULE', // 误报规则
|
type: 'API_ERROR_REPORT_RULE', // 误报规则
|
||||||
},
|
},
|
||||||
{
|
/* {
|
||||||
type: 'API_SYNC_CASE', // 用例同步
|
type: 'API_SYNC_CASE', // 用例同步
|
||||||
},
|
}, */
|
||||||
];
|
];
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue