人员追溯V2

This commit is contained in:
liulujia1
2020-04-09 18:05:38 +08:00
parent 001df32ec4
commit 792b1caf2b
6 changed files with 36 additions and 12 deletions

View File

@@ -59,6 +59,11 @@
{{ scope.row.备料任务分配时间 }}
</template>
</el-table-column>
<el-table-column label="分配人" prop="分配人姓名" width="90" align="center" show-overflow-tooltip>
<template slot-scope="scope">
{{ scope.row.分配人姓名 }}
</template>
</el-table-column>
</el-table>
<div v-show="false" class="block">
<el-pagination