diff --git a/ruoyi-admin/src/main/resources/templates/system/menu/menu.html b/ruoyi-admin/src/main/resources/templates/system/menu/menu.html index a5ee4767..8208165b 100644 --- a/ruoyi-admin/src/main/resources/templates/system/menu/menu.html +++ b/ruoyi-admin/src/main/resources/templates/system/menu/menu.html @@ -116,6 +116,9 @@ width: '10%', align: "left", formatter: function(value, row, index) { + if (row.menuType == 'F') { + return '-'; + } return $.table.selectDictLabel(datas, row.visible); } },