Skip to content

Commit b889bab

Browse files
committed
fix:修复菜单规则管理可能意外的要求链接字段必填的问题
1 parent 863803f commit b889bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/views/backend/auth/rule/popupForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
/>
9696
<el-form-item
9797
prop="url"
98-
v-if="baTable.form.items!.menu_type != 'tab' && baTable.form.items!.type != 'button'"
98+
v-if="baTable.form.items!.menu_type != 'tab' && baTable.form.items!.type == 'menu'"
9999
:label="t('auth.rule.Link address')"
100100
>
101101
<el-input

0 commit comments

Comments
 (0)