fix(测试计划): 修复测试计划报告用例计划名称字段展示错误
This commit is contained in:
parent
6567dcf280
commit
7e9a56f09e
|
@ -135,7 +135,7 @@
|
||||||
const testPlanNameColumns: MsTableColumn = [
|
const testPlanNameColumns: MsTableColumn = [
|
||||||
{
|
{
|
||||||
title: 'report.plan.name',
|
title: 'report.plan.name',
|
||||||
dataIndex: 'name',
|
dataIndex: 'planName',
|
||||||
showTooltip: true,
|
showTooltip: true,
|
||||||
width: 200,
|
width: 200,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue