From 7bff4abebec758f357b30450b56bdb89de9f93c4 Mon Sep 17 00:00:00 2001
From: "WANGFAN\\wangf" <15871339963@163.com>
Date: Mon, 14 Apr 2025 17:00:10 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=9A=E6=97=B6=E4=BB=BB=E5=8A=A1?=
=?UTF-8?q?=E6=97=A5=E5=BF=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.eslintrc.cjs | 1 +
src/layout/components/Main/index.vue | 4 ----
src/mock/monitor/index.ts | 3 +--
src/views/monitor/crontab-logs/index.vue | 10 ++++++----
src/views/monitor/crontab/index.vue | 1 +
src/views/monitor/onlineuser/index.vue | 1 +
6 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/.eslintrc.cjs b/.eslintrc.cjs
index 21625d6..317409b 100644
--- a/.eslintrc.cjs
+++ b/.eslintrc.cjs
@@ -60,6 +60,7 @@ module.exports = {
"@typescript-eslint/no-non-null-assertion": "off", // 不允许使用后缀运算符的非空断言(!)
// vue (https://eslint.vuejs.org/rules)
+ "vue/component-definition-name-casing": "off",
"vue/script-setup-uses-vars": "error", // 防止
diff --git a/src/views/monitor/crontab/index.vue b/src/views/monitor/crontab/index.vue
index c1b81c2..29a6d85 100644
--- a/src/views/monitor/crontab/index.vue
+++ b/src/views/monitor/crontab/index.vue
@@ -142,6 +142,7 @@