Compare commits
2 Commits
b5bc9c2ca3
...
ad3d01a10a
Author | SHA1 | Date | |
---|---|---|---|
![]() |
ad3d01a10a | ||
![]() |
b5e9f3514c |
@ -127,6 +127,11 @@
|
|||||||
{{ warehouseList.find((tag) => tag.id === scope.row.whId)?.whName }}
|
{{ warehouseList.find((tag) => tag.id === scope.row.whId)?.whName }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
<el-table-column label="领料人" align="center" prop="materialReceiver" min-width="120">
|
||||||
|
<template #default="scope">
|
||||||
|
{{ userList.find((user) => user.id === scope.row.materialReceiver)?.nickname }}
|
||||||
|
</template>
|
||||||
|
</el-table-column>
|
||||||
<el-table-column label="备注" align="center" prop="description" min-width="120"/>
|
<el-table-column label="备注" align="center" prop="description" min-width="120"/>
|
||||||
<el-table-column label="创建人" align="center" prop="creator" min-width="120">
|
<el-table-column label="创建人" align="center" prop="creator" min-width="120">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
|
@ -127,6 +127,11 @@
|
|||||||
{{ warehouseList.find((tag) => tag.id === scope.row.whId)?.whName }}
|
{{ warehouseList.find((tag) => tag.id === scope.row.whId)?.whName }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
<el-table-column label="领料人" align="center" prop="materialReceiver" min-width="120">
|
||||||
|
<template #default="scope">
|
||||||
|
{{ userList.find((user) => user.id === scope.row.materialReceiver)?.nickname }}
|
||||||
|
</template>
|
||||||
|
</el-table-column>
|
||||||
<el-table-column label="备注" align="center" prop="description" min-width="120"/>
|
<el-table-column label="备注" align="center" prop="description" min-width="120"/>
|
||||||
<el-table-column label="创建人" align="center" prop="creator" min-width="120">
|
<el-table-column label="创建人" align="center" prop="creator" min-width="120">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
|
Loading…
Reference in New Issue
Block a user