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,
|
||||
width: 300,
|
||||
},
|
||||
{
|
||||
title: 'caseManagement.featureCase.tableColumnVersion',
|
||||
slotName: 'versionName',
|
||||
dataIndex: 'versionName',
|
||||
showInTable: true,
|
||||
showTooltip: true,
|
||||
width: 300,
|
||||
ellipsis: true,
|
||||
},
|
||||
// {
|
||||
// title: 'caseManagement.featureCase.tableColumnVersion',
|
||||
// slotName: 'versionName',
|
||||
// dataIndex: 'versionName',
|
||||
// showInTable: true,
|
||||
// showTooltip: true,
|
||||
// width: 300,
|
||||
// ellipsis: true,
|
||||
// },
|
||||
{
|
||||
title: 'caseManagement.featureCase.changeType',
|
||||
slotName: 'sourceType',
|
||||
|
|
|
@ -302,11 +302,11 @@
|
|||
titleSlotName: 'caseLevelFilter',
|
||||
width: 100,
|
||||
},
|
||||
{
|
||||
title: 'caseManagement.featureCase.tableColumnVersion',
|
||||
slotName: 'version',
|
||||
width: 80,
|
||||
},
|
||||
// {
|
||||
// title: 'caseManagement.featureCase.tableColumnVersion',
|
||||
// slotName: 'version',
|
||||
// width: 80,
|
||||
// },
|
||||
{
|
||||
title: 'caseManagement.featureCase.tableColumnTag',
|
||||
dataIndex: 'tags',
|
||||
|
|
|
@ -127,15 +127,15 @@
|
|||
width: 300,
|
||||
ellipsis: true,
|
||||
},
|
||||
{
|
||||
title: 'caseManagement.featureCase.tableColumnVersion',
|
||||
slotName: 'versionName',
|
||||
dataIndex: 'versionName',
|
||||
showInTable: true,
|
||||
showTooltip: true,
|
||||
width: 300,
|
||||
ellipsis: true,
|
||||
},
|
||||
// {
|
||||
// title: 'caseManagement.featureCase.tableColumnVersion',
|
||||
// slotName: 'versionName',
|
||||
// dataIndex: 'versionName',
|
||||
// showInTable: true,
|
||||
// showTooltip: true,
|
||||
// width: 300,
|
||||
// ellipsis: true,
|
||||
// },
|
||||
{
|
||||
title: 'caseManagement.featureCase.tableColumnCreateUser',
|
||||
slotName: 'userName',
|
||||
|
|
Loading…
Reference in New Issue