From 7107927f99f977a934c182cbfca91ef849eb34f3 Mon Sep 17 00:00:00 2001 From: wangxy <1356089412@qq.com> Date: Mon, 19 Aug 2024 11:04:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=A3=80=E6=9F=A5=E7=BB=93=E6=9E=9C?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/templates/system/network/network/network.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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('');