fix:修复菜单规则管理中图标选择器在窗口关闭后残留的问题

This commit is contained in:
妙码生花 2022-09-22 02:53:44 +08:00
parent 1c4e748e6d
commit 81dc308908
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"