diff --git a/src/views/system/menu.vue b/src/views/system/menu.vue index 79b2986..5224a27 100644 --- a/src/views/system/menu.vue +++ b/src/views/system/menu.vue @@ -159,33 +159,6 @@ } ] }, - { - label: "按钮功能", - prop: "action", - type: "radio", - dicData: [ - { - label: "工具栏", - value: 0 - }, - { - label: "操作栏", - value: 1 - }, - { - label: "工具操作栏", - value: 2 - } - ], - hide: true, - rules: [ - { - required: true, - message: "请选择按钮功能", - trigger: "blur" - } - ] - }, { label: "菜单排序", prop: "sort", @@ -198,28 +171,12 @@ } ] }, - { - label: "新窗口", - prop: "isOpen", - type: "radio", - dicData: [ - { - label: "否", - value: 0 - }, - { - label: "是", - value: 1 - }, - ], - hide: true - }, { label: "菜单备注", prop: "remark", type: "textarea", span: 24, - minRows: 6, + minRows: 2, hide: true } ]