bug: 取fullname
All checks were successful
Release / lint (push) Successful in 27s
Release / Release (push) Successful in 1m21s

This commit is contained in:
my_ong 2024-12-19 16:55:50 +08:00
parent 4072e8b1c4
commit 6e4eb46da6
2 changed files with 5 additions and 1 deletions

View File

@ -118,7 +118,7 @@
const userStore = useUserStore()
const formData = ref<FormData>({
applicant: userStore.userName,
applicant: userStore.fullName,
applyDate: dayjs(),
applyType: props.applyType,
slectedList: [],

View File

@ -228,6 +228,10 @@
title: '任务状态',
dataIndex: 'reviewResult',
},
{
title: '审核意见',
dataIndex: 'reviewRemark',
},
{
title: '盘点审核人',
dataIndex: 'reviewer',