forked from github/dataease
fix(系统设置): 显示、隐藏 icon 的 hover文案不对
This commit is contained in:
parent
c25d94ab4f
commit
873d00835e
@ -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