cron 生成组件.

This commit is contained in:
lijiahang
2024-05-21 13:15:25 +08:00
parent 4f0f320fcd
commit cce511c4b4
45 changed files with 105 additions and 57 deletions

View File

@@ -1,6 +1,6 @@
<template>
<a-modal v-model:visible="visible"
body-class="modal-form-large"
modal-class="modal-form-large"
title-align="start"
title="清空批量执行日志"
:align-center="false"

View File

@@ -9,7 +9,7 @@
:cancel-button-props="{ disabled: loading }"
:on-before-ok="handlerOk"
@cancel="handleClose">
<a-spin class="full modal-form-small" :loading="loading">
<a-spin class="full drawer-form-small" :loading="loading">
<!-- 命令表单 -->
<a-form :model="formModel"
ref="formRef"

View File

@@ -9,7 +9,7 @@
:cancel-button-props="{ disabled: loading }"
:on-before-ok="handlerOk"
@cancel="handleClose">
<a-spin class="full modal-form-small" :loading="loading">
<a-spin class="full drawer-form-small" :loading="loading">
<a-form :model="formModel"
ref="formRef"
label-align="right"

View File

@@ -1,6 +1,6 @@
<template>
<a-modal v-model:visible="visible"
body-class="modal-form-large"
modal-class="modal-form-large"
title-align="start"
title="清理上传任务"
:top="80"