chore: 审批改为description而非disabled的表单

This commit is contained in:
dap
2024-12-25 11:27:52 +08:00
parent c7a7f94cc5
commit f8c9d41776
3 changed files with 58 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ import dayjs from 'dayjs';
import { OptionsTag } from '#/components/table';
import { renderDict } from '#/utils/render';
const leaveTypeOptions = [
export const leaveTypeOptions = [
{ label: '病假', value: '1' },
{ label: '事假', value: '2' },
{ label: '年假', value: '3' },