fix: 关联场景用例tag显示问题

This commit is contained in:
chenjianxing 2021-01-28 14:10:41 +08:00
parent 50ea7f76bf
commit 801e07da1a
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
<el-table-column prop="tagNames" :label="$t('api_test.automation.tag')" width="200px">
<template v-slot:default="scope">
<div v-for="itemName in scope.row.tags" :key="itemName">
<ms-tag type="success" effect="plain" :content="itemName.substring(1, itemName.length-1)"/>
<ms-tag type="success" effect="plain" :content="itemName"/>
</div>
</template>
</el-table-column>