forked from github/dataease
Merge pull request #8182 from dataease/pr@dev-v2_dzz_mobile
fix(系统设置): 显示、隐藏 icon 的 hover文案不对
This commit is contained in:
commit
89e67eec38
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user