bug: 取fullname
This commit is contained in:
parent
4072e8b1c4
commit
6e4eb46da6
@ -118,7 +118,7 @@
|
||||
|
||||
const userStore = useUserStore()
|
||||
const formData = ref<FormData>({
|
||||
applicant: userStore.userName,
|
||||
applicant: userStore.fullName,
|
||||
applyDate: dayjs(),
|
||||
applyType: props.applyType,
|
||||
slectedList: [],
|
||||
|
@ -228,6 +228,10 @@
|
||||
title: '任务状态',
|
||||
dataIndex: 'reviewResult',
|
||||
},
|
||||
{
|
||||
title: '审核意见',
|
||||
dataIndex: 'reviewRemark',
|
||||
},
|
||||
{
|
||||
title: '盘点审核人',
|
||||
dataIndex: 'reviewer',
|
||||
|
Loading…
x
Reference in New Issue
Block a user