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 0de5bbeae..8ecb856f7 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 238ada5e8..b87076b0f 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(''); } }]