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