外购备料

This commit is contained in:
Vergil
2020-03-27 15:34:35 +08:00
parent 3112b8af03
commit 140d07dd3b

View File

@@ -54,6 +54,11 @@
{{ scope.row.材料 }}
</template>
</el-table-column>
<el-table-column label="分配时间" prop="备料任务分配时间" width="120" 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