Commit df50bfc7 authored by 孙浩's avatar 孙浩

库存管理列表创建人显示昵称

parent 10cc1c33
......@@ -105,7 +105,7 @@
</el-table-column>
<el-table-column label="创建人" prop="createBy" :show-overflow-tooltip="true">
<template slot-scope="scope">
{{ scope.row.createBy || '-' }}
{{ scope.row.createName || '-' }}
</template>
</el-table-column>
<el-table-column label="创建时间" prop="createDate" :show-overflow-tooltip="true">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment