.
This commit is contained in:
@@ -43,8 +43,7 @@ const tableProps = [
|
||||
{
|
||||
prop: 'startDay',
|
||||
label: '上班日期',
|
||||
filter: parseTime,
|
||||
minWidth: 160,
|
||||
filter: (val) => (val ? parseTime(val, '{y}-{m}-{d}') : '-'),
|
||||
},
|
||||
{
|
||||
prop: 'startTime',
|
||||
|
||||
Reference in New Issue
Block a user