mirror of
https://gitee.com/wonderful-code/buildadmin
synced 2024-11-23 07:40:18 +00:00
fix:修复菜单规则管理中图标选择器在窗口关闭后残留的问题
This commit is contained in:
parent
1c4e748e6d
commit
81dc308908
@ -67,7 +67,7 @@
|
||||
></el-input>
|
||||
</el-form-item>
|
||||
<FormItem
|
||||
v-if="baTable.form.items!.type != 'button'"
|
||||
v-if="baTable.form.operate && baTable.form.items!.type != 'button'"
|
||||
type="icon"
|
||||
:label="t('auth.menu.Rule Icon')"
|
||||
v-model="baTable.form.items!.icon"
|
||||
|
@ -63,7 +63,7 @@
|
||||
<el-input v-model="baTable.form.items!.path" type="string" :placeholder="t('user.rule.Web side routing path')"></el-input>
|
||||
</el-form-item>
|
||||
<FormItem
|
||||
v-if="baTable.form.items!.type != 'button'"
|
||||
v-if="baTable.form.operate && baTable.form.items!.type != 'button'"
|
||||
type="icon"
|
||||
:label="t('auth.menu.Rule Icon')"
|
||||
v-model="baTable.form.items!.icon"
|
||||
|
Loading…
Reference in New Issue
Block a user