diff --git a/Dkl-vue3-ui-DP/src/components/Crontab/day.vue b/Dkl-vue3-ui-DP/src/components/Crontab/day.vue
new file mode 100644
index 0000000..39263f5
--- /dev/null
+++ b/Dkl-vue3-ui-DP/src/components/Crontab/day.vue
@@ -0,0 +1,174 @@
+
+
+
+
+ 日,允许的通配符[, - * ? / L W]
+
+
+
+
+
+ 不指定
+
+
+
+
+
+ 周期从
+ -
+ 日
+
+
+
+
+
+ 从
+ 号开始,每
+ 日执行一次
+
+
+
+
+
+ 每月
+ 号最近的那个工作日
+
+
+
+
+
+ 本月最后一天
+
+
+
+
+
+ 指定
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Dkl-vue3-ui-DP/src/components/Crontab/hour.vue b/Dkl-vue3-ui-DP/src/components/Crontab/hour.vue
new file mode 100644
index 0000000..8e7c21c
--- /dev/null
+++ b/Dkl-vue3-ui-DP/src/components/Crontab/hour.vue
@@ -0,0 +1,133 @@
+
+
+
+
+ 小时,允许的通配符[, - * /]
+
+
+
+
+
+ 周期从
+ -
+ 时
+
+
+
+
+
+ 从
+ 时开始,每
+ 小时执行一次
+
+
+
+
+
+ 指定
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Dkl-vue3-ui-DP/src/components/Crontab/index.vue b/Dkl-vue3-ui-DP/src/components/Crontab/index.vue
new file mode 100644
index 0000000..103cf4c
--- /dev/null
+++ b/Dkl-vue3-ui-DP/src/components/Crontab/index.vue
@@ -0,0 +1,309 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 确定
+ 重置
+ 取消
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Dkl-vue3-ui-DP/src/components/Crontab/min.vue b/Dkl-vue3-ui-DP/src/components/Crontab/min.vue
new file mode 100644
index 0000000..65f0946
--- /dev/null
+++ b/Dkl-vue3-ui-DP/src/components/Crontab/min.vue
@@ -0,0 +1,126 @@
+
+
+
+
+ 分钟,允许的通配符[, - * /]
+
+
+
+
+
+ 周期从
+ -
+ 分钟
+
+
+
+
+
+ 从
+ 分钟开始, 每
+ 分钟执行一次
+
+
+
+
+
+ 指定
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Dkl-vue3-ui-DP/src/components/Crontab/month.vue b/Dkl-vue3-ui-DP/src/components/Crontab/month.vue
new file mode 100644
index 0000000..e561ba4
--- /dev/null
+++ b/Dkl-vue3-ui-DP/src/components/Crontab/month.vue
@@ -0,0 +1,141 @@
+
+
+
+
+ 月,允许的通配符[, - * /]
+
+
+
+
+
+ 周期从
+ -
+ 月
+
+
+
+
+
+ 从
+ 月开始,每
+ 月月执行一次
+
+
+
+
+
+ 指定
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Dkl-vue3-ui-DP/src/components/Crontab/result.vue b/Dkl-vue3-ui-DP/src/components/Crontab/result.vue
new file mode 100644
index 0000000..5a812ee
--- /dev/null
+++ b/Dkl-vue3-ui-DP/src/components/Crontab/result.vue
@@ -0,0 +1,540 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/Dkl-vue3-ui-DP/src/components/Crontab/second.vue b/Dkl-vue3-ui-DP/src/components/Crontab/second.vue
new file mode 100644
index 0000000..15e47a0
--- /dev/null
+++ b/Dkl-vue3-ui-DP/src/components/Crontab/second.vue
@@ -0,0 +1,128 @@
+
+
+
+
+ 秒,允许的通配符[, - * /]
+
+
+
+
+
+ 周期从
+ -
+ 秒
+
+
+
+
+
+ 从
+ 秒开始,每
+ 秒执行一次
+
+
+
+
+
+ 指定
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Dkl-vue3-ui-DP/src/components/Crontab/week.vue b/Dkl-vue3-ui-DP/src/components/Crontab/week.vue
new file mode 100644
index 0000000..e59da22
--- /dev/null
+++ b/Dkl-vue3-ui-DP/src/components/Crontab/week.vue
@@ -0,0 +1,197 @@
+
+
+
+
+ 周,允许的通配符[, - * ? / L #]
+
+
+
+
+
+ 不指定
+
+
+
+
+
+ 周期从
+
+ {{item.value}}
+
+ -
+
+ {{item.value}}
+
+
+
+
+
+
+ 第
+ 周的
+
+
+
+
+
+
+
+
+ 本月最后一个
+
+
+
+
+
+
+
+
+ 指定
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Dkl-vue3-ui-DP/src/components/Crontab/year.vue b/Dkl-vue3-ui-DP/src/components/Crontab/year.vue
new file mode 100644
index 0000000..fa921ae
--- /dev/null
+++ b/Dkl-vue3-ui-DP/src/components/Crontab/year.vue
@@ -0,0 +1,149 @@
+
+
+
+
+ 不填,允许的通配符[, - * /]
+
+
+
+
+
+ 每年
+
+
+
+
+
+ 周期从
+ -
+
+
+
+
+
+
+ 从
+ 年开始,每
+ 年执行一次
+
+
+
+
+
+
+ 指定
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file