fix:添加页面按钮时,隐藏链接地址的输入框 close #I7LS7G

This commit is contained in:
妙码生花 2023-07-18 16:57:18 +08:00
parent e5fa764873
commit a7899b7d78

View File

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