fix: 修正知识库预览区表头名称label改为tag

This commit is contained in:
chenjinsong
2023-09-15 10:20:20 +08:00
parent 8880ac8b08
commit 6d4626ddc7

View File

@@ -114,7 +114,7 @@
<table class="imported-table" v-if="!importedDataNoData">
<tr>
<th style="width: 230px">{{ importedTableFirstColumn }}</th>
<th >Label</th>
<th>{{$t('overall.tag')}}</th>
<th style="width: 200px">{{ $t('overall.tip') }}</th>
<th style="width: 50px"></th>
</tr>