mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-26 17:21:53 +08:00
style: crontab
This commit is contained in:
parent
daa9d01adf
commit
7225150e0e
@ -1,11 +1,3 @@
|
||||
<!--
|
||||
* @Descripttion: cron规则生成器
|
||||
* @version: 1.0
|
||||
* @Author: sakuya
|
||||
* @Date: 2021年12月29日15:23:54
|
||||
* @LastEditors:
|
||||
* @LastEditTime:
|
||||
-->
|
||||
<script setup lang="ts">
|
||||
import { ElMessage } from 'element-plus'
|
||||
import { ref, computed, onMounted, reactive, watch, PropType } from 'vue'
|
||||
@ -504,7 +496,12 @@ const submit = () => {
|
||||
<template>
|
||||
<el-input v-model="defaultValue" v-bind="$attrs">
|
||||
<template #append>
|
||||
<el-dropdown split-button trigger="click" @command="handleShortcuts">
|
||||
<el-dropdown
|
||||
split-button
|
||||
type="text"
|
||||
@command="handleShortcuts"
|
||||
style="width: 35px; margin-left: 5px; margin-right: 2px"
|
||||
>
|
||||
生成器
|
||||
<template #dropdown>
|
||||
<el-dropdown-menu>
|
||||
|
Loading…
Reference in New Issue
Block a user