This commit is contained in:
liushuai
2020-04-09 18:36:11 +08:00
13 changed files with 89 additions and 100 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