mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: tool tag display
This commit is contained in:
parent
c735aaa427
commit
752a4d95c3
|
|
@ -29,7 +29,7 @@
|
|||
<el-tag type="info" v-if="props.tool?.label === 'data_source'" class="info-tag">
|
||||
{{ $t('views.tool.dataSource.title') }}
|
||||
</el-tag>
|
||||
<el-tag type="info" class="info-tag">
|
||||
<el-tag type="info" class="info-tag" v-else>
|
||||
{{ $t('views.tool.title') }}
|
||||
</el-tag>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in New Issue