新增前端vue

This commit is contained in:
2025-12-11 12:07:50 +08:00
parent b71e1331dd
commit d3a19803e9
2 changed files with 5 additions and 1 deletions

View File

@@ -91,6 +91,7 @@
format: 'YYYY-MM-DD HH:mm',
showTime: { format: 'HH:mm' },
},
required: true,
},
{
label: t('结束时间'),
@@ -100,6 +101,7 @@
format: 'YYYY-MM-DD HH:mm',
showTime: { format: 'HH:mm' },
},
required: true,
},
{
label: t('是否全天'),

View File

@@ -51,6 +51,7 @@
maxlength: 255,
},
required: true,
dynamicDisabled: true,
colProps: { md: 24, lg: 24 },
},
{
@@ -61,6 +62,7 @@
maxlength: 64,
},
required: true,
dynamicDisabled: true,
},
{
label: t('通知人员'),