style: 补充跟踪栏目页面多语言

This commit is contained in:
TsMask
2023-11-10 09:50:10 +08:00
parent 22f2cd9a2e
commit b41d3c3882
5 changed files with 29 additions and 19 deletions

View File

@@ -454,7 +454,7 @@ onMounted(() => {
<template v-if="column.key === 'id'">
<a-space :size="8" align="center">
<a-tooltip>
<template #title>查看详情</template>
<template #title>{{ t('common.viewText') }}</template>
<a-button type="link" @click.prevent="fnModalVisible(record)">
<template #icon><ProfileOutlined /></template>
</a-button>