parent
905385d4ae
commit
fe3fd184f9
|
@ -1,3 +1,11 @@
|
||||||
|
<!--
|
||||||
|
* @Descripttion: cron规则生成器
|
||||||
|
* @version: 1.0
|
||||||
|
* @Author: sakuya
|
||||||
|
* @Date: 2021年12月29日15:23:54
|
||||||
|
* @LastEditors:
|
||||||
|
* @LastEditTime:
|
||||||
|
-->
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { ElMessage } from 'element-plus'
|
import { ElMessage } from 'element-plus'
|
||||||
import { ref, computed, onMounted, reactive, watch, PropType } from 'vue'
|
import { ref, computed, onMounted, reactive, watch, PropType } from 'vue'
|
||||||
|
@ -496,12 +504,7 @@ const submit = () => {
|
||||||
<template>
|
<template>
|
||||||
<el-input v-model="defaultValue" v-bind="$attrs">
|
<el-input v-model="defaultValue" v-bind="$attrs">
|
||||||
<template #append>
|
<template #append>
|
||||||
<el-dropdown
|
<el-dropdown split-button trigger="click" @command="handleShortcuts">
|
||||||
split-button
|
|
||||||
type="text"
|
|
||||||
@command="handleShortcuts"
|
|
||||||
style="width: 35px; margin-left: 5px; margin-right: 2px"
|
|
||||||
>
|
|
||||||
生成器
|
生成器
|
||||||
<template #dropdown>
|
<template #dropdown>
|
||||||
<el-dropdown-menu>
|
<el-dropdown-menu>
|
||||||
|
|
Loading…
Reference in New Issue