src/views/system/menu.vue
@@ -38,7 +38,8 @@ data () { return { form: {}, query: {}, query: { }, loading: true, selectionList: [], parentId: 0, @@ -180,6 +181,8 @@ prop: 'sysType', type: 'radio', value: 1, search: true, searchSpan: 4, dicData: [ { label: '后台管理', @@ -188,6 +191,10 @@ { label: '大屏', value: 2, }, { label: '移动app', value: 3, }, ], hide: true, @@ -468,4 +475,4 @@ .namei { margin-right: 5px; } </style> </style>