Merge pull request #8182 from dataease/pr@dev-v2_dzz_mobile

fix(系统设置): 显示、隐藏 icon 的 hover文案不对
This commit is contained in:
dataeaseShu 2024-02-27 15:10:40 +08:00 committed by GitHub
commit 89e67eec38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,7 +40,7 @@
<el-tooltip
effect="dark"
:content="pwdItem[item.pkey]['hidden'] ? '点击隐藏' : '点击显示'"
:content="pwdItem[item.pkey]['hidden'] ? '点击显示' : '点击隐藏'"
placement="top"
>
<el-button text @click="switchPwd(item.pkey)" class="setting-tip-btn">