chore: 请假申请布局
This commit is contained in:
parent
3319310c11
commit
540108ac8d
@ -131,6 +131,7 @@ export const modalSchema: (isEdit: boolean) => VbenFormSchema[] = (
|
|||||||
getPopupContainer,
|
getPopupContainer,
|
||||||
},
|
},
|
||||||
rules: 'selectRequired',
|
rules: 'selectRequired',
|
||||||
|
formItemClass: 'col-span-1',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '开始时间',
|
label: '开始时间',
|
||||||
@ -152,6 +153,7 @@ export const modalSchema: (isEdit: boolean) => VbenFormSchema[] = (
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
rules: 'required',
|
rules: 'required',
|
||||||
|
formItemClass: 'col-span-1',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '请假天数',
|
label: '请假天数',
|
||||||
|
@ -134,6 +134,7 @@ async function handleStartWorkFlow() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function handleComplete() {
|
function handleComplete() {
|
||||||
|
formApi.resetForm();
|
||||||
router.push('/demo/leave');
|
router.push('/demo/leave');
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user