From 5a9237a1372409a33cfe87ca337fdaccb4826328 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Fri, 30 Jan 2026 15:15:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sMsSendManage/loopSend/Crontab/day.vue | 174 +++++ .../sMsSendManage/loopSend/Crontab/hour.vue | 133 ++++ .../sMsSendManage/loopSend/Crontab/index.vue | 647 ++++++++++++++++++ .../sMsSendManage/loopSend/Crontab/min.vue | 126 ++++ .../sMsSendManage/loopSend/Crontab/month.vue | 141 ++++ .../sMsSendManage/loopSend/Crontab/result.vue | 540 +++++++++++++++ .../sMsSendManage/loopSend/Crontab/second.vue | 128 ++++ .../sMsSendManage/loopSend/Crontab/week.vue | 197 ++++++ .../sMsSendManage/loopSend/Crontab/year.vue | 143 ++++ src/views/sMsSendManage/loopSend/edit.vue | 4 +- src/views/sMsSendManage/loopSend/index.vue | 2 - 11 files changed, 2231 insertions(+), 4 deletions(-) create mode 100644 src/views/sMsSendManage/loopSend/Crontab/day.vue create mode 100644 src/views/sMsSendManage/loopSend/Crontab/hour.vue create mode 100644 src/views/sMsSendManage/loopSend/Crontab/index.vue create mode 100644 src/views/sMsSendManage/loopSend/Crontab/min.vue create mode 100644 src/views/sMsSendManage/loopSend/Crontab/month.vue create mode 100644 src/views/sMsSendManage/loopSend/Crontab/result.vue create mode 100644 src/views/sMsSendManage/loopSend/Crontab/second.vue create mode 100644 src/views/sMsSendManage/loopSend/Crontab/week.vue create mode 100644 src/views/sMsSendManage/loopSend/Crontab/year.vue diff --git a/src/views/sMsSendManage/loopSend/Crontab/day.vue b/src/views/sMsSendManage/loopSend/Crontab/day.vue new file mode 100644 index 0000000..39263f5 --- /dev/null +++ b/src/views/sMsSendManage/loopSend/Crontab/day.vue @@ -0,0 +1,174 @@ + + + + \ No newline at end of file diff --git a/src/views/sMsSendManage/loopSend/Crontab/hour.vue b/src/views/sMsSendManage/loopSend/Crontab/hour.vue new file mode 100644 index 0000000..db77835 --- /dev/null +++ b/src/views/sMsSendManage/loopSend/Crontab/hour.vue @@ -0,0 +1,133 @@ + + + + + \ No newline at end of file diff --git a/src/views/sMsSendManage/loopSend/Crontab/index.vue b/src/views/sMsSendManage/loopSend/Crontab/index.vue new file mode 100644 index 0000000..e0279fd --- /dev/null +++ b/src/views/sMsSendManage/loopSend/Crontab/index.vue @@ -0,0 +1,647 @@ + + + + + diff --git a/src/views/sMsSendManage/loopSend/Crontab/min.vue b/src/views/sMsSendManage/loopSend/Crontab/min.vue new file mode 100644 index 0000000..65f0946 --- /dev/null +++ b/src/views/sMsSendManage/loopSend/Crontab/min.vue @@ -0,0 +1,126 @@ + + + + \ No newline at end of file diff --git a/src/views/sMsSendManage/loopSend/Crontab/month.vue b/src/views/sMsSendManage/loopSend/Crontab/month.vue new file mode 100644 index 0000000..e561ba4 --- /dev/null +++ b/src/views/sMsSendManage/loopSend/Crontab/month.vue @@ -0,0 +1,141 @@ + + + + + \ No newline at end of file diff --git a/src/views/sMsSendManage/loopSend/Crontab/result.vue b/src/views/sMsSendManage/loopSend/Crontab/result.vue new file mode 100644 index 0000000..cbb49ba --- /dev/null +++ b/src/views/sMsSendManage/loopSend/Crontab/result.vue @@ -0,0 +1,540 @@ + + + \ No newline at end of file diff --git a/src/views/sMsSendManage/loopSend/Crontab/second.vue b/src/views/sMsSendManage/loopSend/Crontab/second.vue new file mode 100644 index 0000000..15e47a0 --- /dev/null +++ b/src/views/sMsSendManage/loopSend/Crontab/second.vue @@ -0,0 +1,128 @@ + + + + + \ No newline at end of file diff --git a/src/views/sMsSendManage/loopSend/Crontab/week.vue b/src/views/sMsSendManage/loopSend/Crontab/week.vue new file mode 100644 index 0000000..e59da22 --- /dev/null +++ b/src/views/sMsSendManage/loopSend/Crontab/week.vue @@ -0,0 +1,197 @@ + + + + + \ No newline at end of file diff --git a/src/views/sMsSendManage/loopSend/Crontab/year.vue b/src/views/sMsSendManage/loopSend/Crontab/year.vue new file mode 100644 index 0000000..14758ba --- /dev/null +++ b/src/views/sMsSendManage/loopSend/Crontab/year.vue @@ -0,0 +1,143 @@ + + + + + \ No newline at end of file diff --git a/src/views/sMsSendManage/loopSend/edit.vue b/src/views/sMsSendManage/loopSend/edit.vue index f93f020..b62af43 100644 --- a/src/views/sMsSendManage/loopSend/edit.vue +++ b/src/views/sMsSendManage/loopSend/edit.vue @@ -199,7 +199,7 @@ import { ref, reactive, computed, getCurrentInstance, nextTick, onMounted, watch } from 'vue' import { useRoute, useRouter } from 'vue-router' import { Clock } from '@element-plus/icons-vue' -import Crontab from '@/components/Crontab' +import Crontab from './Crontab/index.vue' import { addLoopSendAPI, updateLoopSendAPI, @@ -235,7 +235,7 @@ const taskStatus = ref('') const cronDialogConfig = reactive({ outerVisible: false, outerTitle: 'Cron表达式生成器', - outerWidth: '800px', + outerWidth: '70%', minHeight: '500px', maxHeight: '80vh', }) diff --git a/src/views/sMsSendManage/loopSend/index.vue b/src/views/sMsSendManage/loopSend/index.vue index 8e15bd6..8c23062 100644 --- a/src/views/sMsSendManage/loopSend/index.vue +++ b/src/views/sMsSendManage/loopSend/index.vue @@ -63,7 +63,6 @@ import { bus, BUS_EVENTS } from '@/utils/bus' const router = useRouter() const { proxy } = getCurrentInstance() - const { tableColumns, buildFormColumns } = config const comTableRef = ref(null) const sendDetailsRef = ref(null) @@ -89,7 +88,6 @@ const actionColumns = [ label: '详情', type: 'primary', link: true, - handler: (row) => { router.push({ path: '/sms/loopSendEdit/index',