mirror of
https://gitee.com/wonderful-code/buildadmin
synced 2024-11-21 22:55:36 +00:00
fix:添加页面按钮时,隐藏链接地址的输入框 close #I7LS7G
This commit is contained in:
parent
e5fa764873
commit
a7899b7d78
@ -89,7 +89,11 @@
|
||||
childrenAttr: { border: true },
|
||||
}"
|
||||
/>
|
||||
<el-form-item prop="url" v-if="baTable.form.items!.menu_type != 'tab'" :label="t('auth.rule.Link address')">
|
||||
<el-form-item
|
||||
prop="url"
|
||||
v-if="baTable.form.items!.menu_type != 'tab' && baTable.form.items!.type != 'button'"
|
||||
:label="t('auth.rule.Link address')"
|
||||
>
|
||||
<el-input
|
||||
v-model="baTable.form.items!.url"
|
||||
type="string"
|
||||
|
Loading…
Reference in New Issue
Block a user