mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-14 19:05:07 +08:00
REVIEW 定时任务(表单)
This commit is contained in:
@ -6,7 +6,10 @@ interface shortcutsType {
|
||||
value: string
|
||||
}
|
||||
const props = defineProps({
|
||||
modelValue: { type: String, default: '* * * * * ?' },
|
||||
modelValue: {
|
||||
type: String,
|
||||
default: '* * * * * ?'
|
||||
},
|
||||
shortcuts: { type: Array as PropType<shortcutsType[]>, default: () => [] }
|
||||
})
|
||||
const defaultValue = ref('')
|
||||
|
Reference in New Issue
Block a user