fix(项目设置): 修复文件库关联用例列表中表头描述错误的问题

修复文件库关联用例列表中表头描述错误的问题
This commit is contained in:
song-tianyang 2022-09-19 15:57:14 +08:00 committed by 建国
parent 28d3da27f4
commit b027ba880d
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
</ms-table-column>
<ms-table-column
:label="$t('project.project_file.repository.file_version')"
:label="$t('commons.type')"
:min-width="120"
prop="caseType">
<template v-slot="scope">
@ -39,7 +39,7 @@
{{ $t('commons.scenario_case') }}
</span>
<span v-else-if="scope.row.caseType === 'TEST_CASE'">
{{ $t('commons.test_case') }}
{{ $t('test_track.case.test_case') }}
</span>
</template>