回复单和整改单

This commit is contained in:
Teo
2025-07-07 19:56:03 +08:00
parent 3259cc6b23
commit 914cd97282
15 changed files with 511 additions and 130 deletions

View File

@ -139,7 +139,7 @@
<script setup lang="ts">
import { getConstructionUser } from '@/api/project/constructionUser';
import { ConstructionUserVO } from '@/api/project/constructionUser/types';
import dayjs from 'dayjs';
import { dayjs } from 'element-plus';
const { proxy } = getCurrentInstance() as ComponentInternalInstance;
const { type_of_work, user_sex_type, user_clock_type } = toRefs<any>(proxy?.useDict('type_of_work', 'user_sex_type', 'user_clock_type'));