refactor(用例管理): 用例详情测试计划tab名字不折行

This commit is contained in:
guoyuqi 2024-05-15 15:02:01 +08:00 committed by Craftsman
parent e0333a661d
commit b5bb1805df
1 changed files with 3 additions and 2 deletions

View File

@ -39,7 +39,6 @@
import { debounce } from 'lodash-es';
import dayjs from 'dayjs';
import MsIcon from '@/components/pure/ms-icon-font/index.vue';
import MsBaseTable from '@/components/pure/ms-table/base-table.vue';
import type { MsTableColumn } from '@/components/pure/ms-table/type';
import useTable from '@/components/pure/ms-table/useTable';
@ -95,7 +94,9 @@
title: 'caseManagement.featureCase.testPlanName',
slotName: 'testPlanName',
dataIndex: 'testPlanName',
width: 200,
showInTable: true,
showTooltip: true,
width: 300,
},
{
title: 'caseManagement.featureCase.projectName',