Commit 024b511563683d0147a6f2daabd0713d59a5fc26

Authored by fengwotao
1 parent 817b53e3

fix: 修改修改密码根据权限标识来显示隐藏

@@ -17,6 +17,7 @@ @@ -17,6 +17,7 @@
17 icon="ion:document-text-outline" 17 icon="ion:document-text-outline"
18 /> 18 />
19 <MenuItem 19 <MenuItem
  20 + v-if="hasPermission('system:password:view')"
20 key="changePassword" 21 key="changePassword"
21 :text="t('layout.header.dropdownItemChangePassword')" 22 :text="t('layout.header.dropdownItemChangePassword')"
22 icon="ant-design:unlock-twotone" 23 icon="ant-design:unlock-twotone"