From 7ab4a1b4beb4dbfb448b6409828970b6249bf9cc Mon Sep 17 00:00:00 2001 From: RuoYi Date: Fri, 20 Mar 2020 13:46:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E5=8A=A8=E7=AB=AF=E5=AE=9A=E6=97=B6?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1&=E8=A7=92=E8=89=B2=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E6=9B=B4=E5=A4=9A=E6=93=8D=E4=BD=9C=E5=8F=AF=E7=82=B9=E5=87=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-admin/src/main/resources/templates/system/role/role.html | 2 +- ruoyi-quartz/src/main/resources/templates/monitor/job/job.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/role/role.html b/ruoyi-admin/src/main/resources/templates/system/role/role.html index 0de5bbea..8ecb856f 100644 --- a/ruoyi-admin/src/main/resources/templates/system/role/role.html +++ b/ruoyi-admin/src/main/resources/templates/system/role/role.html @@ -118,7 +118,7 @@ var more = []; more.push("数据权限 "); more.push("分配用户 "); - actions.push('更多操作'); + actions.push('更多操作'); return actions.join(''); } }] diff --git a/ruoyi-quartz/src/main/resources/templates/monitor/job/job.html b/ruoyi-quartz/src/main/resources/templates/monitor/job/job.html index 238ada5e..b87076b0 100644 --- a/ruoyi-quartz/src/main/resources/templates/monitor/job/job.html +++ b/ruoyi-quartz/src/main/resources/templates/monitor/job/job.html @@ -129,7 +129,7 @@ var more = []; more.push(" 执行一次 "); more.push("任务详细 "); - actions.push('更多操作'); + actions.push('更多操作'); return actions.join(''); } }]