fix:国际化修改

This commit is contained in:
zhangyu
2022-06-17 10:39:36 +08:00
parent eed45e2ae1
commit c935039807
23 changed files with 25 additions and 256 deletions

View File

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