bpm:增加 OA 请假的详情

This commit is contained in:
YunaiV
2023-01-21 20:54:33 +08:00
parent b4e86430a3
commit fb06bc8357
4 changed files with 58 additions and 59 deletions

View File

@@ -29,17 +29,23 @@ const crudSchemas = reactive<VxeCrudSchema>({
{
title: t('common.startTimeText'),
field: 'startTime',
formatter: 'formatDate',
formatter: 'formatDay',
table: {
width: 180
},
detail: {
dateFormat: 'YYYY-MM-DD'
}
},
{
title: t('common.endTimeText'),
field: 'endTime',
formatter: 'formatDate',
formatter: 'formatDay',
table: {
width: 180
},
detail: {
dateFormat: 'YYYY-MM-DD'
}
},
{