This commit is contained in:
thsrite
2024-07-11 13:21:36 +08:00
parent f05edcd334
commit b785e87bef

View File

@@ -582,23 +582,6 @@ class Cd2Assistant(_PluginBase):
{
'component': 'VRow',
'content': [
{
'component': 'VCol',
'props': {
'cols': 12,
'md': 4
},
'content': [
{
'component': 'VTextField',
'props': {
'model': 'cron',
'label': '检测周期',
'placeholder': '5位cron表达式'
}
}
]
},
{
'component': 'VCol',
'props': {