diff --git a/ruoyi-admin/src/main/resources/templates/system/network/network/network.html b/ruoyi-admin/src/main/resources/templates/system/network/network/network.html index 0740bf1..eaf057c 100644 --- a/ruoyi-admin/src/main/resources/templates/system/network/network/network.html +++ b/ruoyi-admin/src/main/resources/templates/system/network/network/network.html @@ -142,7 +142,7 @@ align: 'center', formatter: function(value, row, index) { var actions = []; - actions.push('列表 '); + actions.push('网络登记 '); actions.push('编辑 '); actions.push('删除'); return actions.join('');