fix(测试计划): 修复测试计划报告用例计划名称字段展示错误

This commit is contained in:
xinxin.wu 2024-07-18 16:28:37 +08:00 committed by 刘瑞斌
parent 6567dcf280
commit 7e9a56f09e
1 changed files with 1 additions and 1 deletions

View File

@ -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,
}, },