NEZ-1990 feat :补充 icon/button title

This commit is contained in:
likexuan
2022-07-01 09:39:20 +08:00
parent 21091355cf
commit 4064987ef5
121 changed files with 341 additions and 330 deletions

View File

@@ -42,7 +42,7 @@
<template v-if="item.prop == 'token'">
<div style="cursor:text" class="document-copy-block">
<span class="document-copy-text"> {{scope.row[item.prop]?scope.row[item.prop].replace(reg, '*'):'-'}}</span>
<i class="nz-icon nz-icon-override" style="cursor: pointer;visibility: hidden" @click="onCopy(scope.row[item.prop])"></i>
<i class="nz-icon nz-icon-override" style="cursor: pointer;visibility: hidden" @click="onCopy(scope.row[item.prop])" :title="$t('overall.duplicate')"></i>
</div>
</template>
<template v-if="item.prop == 'expireAt'">