fix: 去除 重复国际化

This commit is contained in:
zhangyu
2022-06-21 14:17:46 +08:00
parent 0a6aa58ad3
commit a874bfa87b
35 changed files with 52 additions and 62 deletions

View File

@@ -147,7 +147,7 @@
</template>
<template v-else-if="item.prop === 'enabled'">
<span v-if="scope.row[item.prop] === 1">{{$t('asset.talon.enable')}}</span>
<span v-else>{{$t('project.endpoint.disable')}}</span>
<span v-else>{{$t('profile.close')}}</span>
</template>
<span v-else-if="item.prop === 'id'" :id="'globalSearch' + scope.row.id">{{scope.row[item.prop]}}</span>
<span v-else>{{scope.row[item.prop] ? scope.row[item.prop] : ''}}</span>