From ae4f37f1c56a80d79d9ac4bf5eba0cb1e57f4c50 Mon Sep 17 00:00:00 2001 From: insistence <3055204202@qq.com> Date: Fri, 29 Aug 2025 15:42:13 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=B6=88=E9=99=A4=E6=8E=A7=E5=88=B6?= =?UTF-8?q?=E5=8F=B0=E8=AD=A6=E5=91=8A=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/Crontab/index.vue | 72 ++++++++++--------- 1 file changed, 38 insertions(+), 34 deletions(-) diff --git a/ruoyi-fastapi-frontend/src/components/Crontab/index.vue b/ruoyi-fastapi-frontend/src/components/Crontab/index.vue index 103cf4c..cbb41ab 100644 --- a/ruoyi-fastapi-frontend/src/components/Crontab/index.vue +++ b/ruoyi-fastapi-frontend/src/components/Crontab/index.vue @@ -70,42 +70,46 @@
时间表达式
| {{item}} | -Cron 表达式 | +||||||
|---|---|---|---|---|---|---|---|
| {{item}} | +Cron 表达式 | +
- {{crontabValueObj.second}}
- |
-
- {{crontabValueObj.min}}
- |
-
- {{crontabValueObj.hour}}
- |
-
- {{crontabValueObj.day}}
- |
-
- {{crontabValueObj.month}}
- |
-
- {{crontabValueObj.week}}
- |
-
- {{crontabValueObj.year}}
- |
-
- {{crontabValueString}}
- |
+
|
+ {{crontabValueObj.second}}
+ |
+
+ {{crontabValueObj.min}}
+ |
+
+ {{crontabValueObj.hour}}
+ |
+
+ {{crontabValueObj.day}}
+ |
+
+ {{crontabValueObj.month}}
+ |
+
+ {{crontabValueObj.week}}
+ |
+
+ {{crontabValueObj.year}}
+ |
+
+ {{crontabValueString}}
+ |
+