fix(用例管理): 版本字段隐藏
--bug=1040030 --user=王旭 【用例管理】功能用例详情-用例列表-版本字段未隐藏 https://www.tapd.cn/55049933/s/1508066
This commit is contained in:
parent
11cdd7a7b3
commit
2ed4628d04
|
@ -145,15 +145,15 @@
|
||||||
showTooltip: true,
|
showTooltip: true,
|
||||||
width: 300,
|
width: 300,
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
title: 'caseManagement.featureCase.tableColumnVersion',
|
// title: 'caseManagement.featureCase.tableColumnVersion',
|
||||||
slotName: 'versionName',
|
// slotName: 'versionName',
|
||||||
dataIndex: 'versionName',
|
// dataIndex: 'versionName',
|
||||||
showInTable: true,
|
// showInTable: true,
|
||||||
showTooltip: true,
|
// showTooltip: true,
|
||||||
width: 300,
|
// width: 300,
|
||||||
ellipsis: true,
|
// ellipsis: true,
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
title: 'caseManagement.featureCase.changeType',
|
title: 'caseManagement.featureCase.changeType',
|
||||||
slotName: 'sourceType',
|
slotName: 'sourceType',
|
||||||
|
|
|
@ -302,11 +302,11 @@
|
||||||
titleSlotName: 'caseLevelFilter',
|
titleSlotName: 'caseLevelFilter',
|
||||||
width: 100,
|
width: 100,
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
title: 'caseManagement.featureCase.tableColumnVersion',
|
// title: 'caseManagement.featureCase.tableColumnVersion',
|
||||||
slotName: 'version',
|
// slotName: 'version',
|
||||||
width: 80,
|
// width: 80,
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
title: 'caseManagement.featureCase.tableColumnTag',
|
title: 'caseManagement.featureCase.tableColumnTag',
|
||||||
dataIndex: 'tags',
|
dataIndex: 'tags',
|
||||||
|
|
|
@ -127,15 +127,15 @@
|
||||||
width: 300,
|
width: 300,
|
||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
title: 'caseManagement.featureCase.tableColumnVersion',
|
// title: 'caseManagement.featureCase.tableColumnVersion',
|
||||||
slotName: 'versionName',
|
// slotName: 'versionName',
|
||||||
dataIndex: 'versionName',
|
// dataIndex: 'versionName',
|
||||||
showInTable: true,
|
// showInTable: true,
|
||||||
showTooltip: true,
|
// showTooltip: true,
|
||||||
width: 300,
|
// width: 300,
|
||||||
ellipsis: true,
|
// ellipsis: true,
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
title: 'caseManagement.featureCase.tableColumnCreateUser',
|
title: 'caseManagement.featureCase.tableColumnCreateUser',
|
||||||
slotName: 'userName',
|
slotName: 'userName',
|
||||||
|
|
Loading…
Reference in New Issue