Compare commits

..

No commits in common. "ad3d01a10aa4e2e6f4cfbc20c5c74fc5a672526a" and "b5bc9c2ca3c32818a8dd7912d6e49c38b8f784b3" have entirely different histories.

2 changed files with 1 additions and 11 deletions

View File

@ -127,11 +127,6 @@
{{ warehouseList.find((tag) => tag.id === scope.row.whId)?.whName }}
</template>
</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="creator" min-width="120">
<template #default="scope">
@ -146,7 +141,7 @@
min-width="240"
/>
<el-table-column label="提交人" align="center" prop="keeper" min-width="120">
<el-table-column label="提交人" align="center" prop="keeper" min-width="120">
<template #default="scope">
{{ userList.find((user) => user.id == scope.row.outbound)?.nickname }}
</template>

View File

@ -127,11 +127,6 @@
{{ warehouseList.find((tag) => tag.id === scope.row.whId)?.whName }}
</template>
</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="creator" min-width="120">
<template #default="scope">