This commit is contained in:
2025-01-16 08:34:17 +08:00
parent 0b03e6d44b
commit f143c5e2d9
2 changed files with 2 additions and 3 deletions

View File

@@ -43,8 +43,7 @@ const tableProps = [
{
prop: 'startDay',
label: '上班日期',
filter: parseTime,
minWidth: 160,
filter: (val) => (val ? parseTime(val, '{y}-{m}-{d}') : '-'),
},
{
prop: 'startTime',