fixed bug

This commit is contained in:
chenjianan
2019-05-22 11:39:14 +08:00
parent dec47d26f7
commit 2f7c27d744

View File

@@ -181,6 +181,11 @@
{{ scope.row.姓名 ? scope.row.姓名 : '—' }}
</template>
</el-table-column>
<el-table-column align="center" label="采购分配时间" min-width="100px">
<template slot-scope="scope">
{{ scope.row.任务分配时间 ? scope.row.任务分配时间.split(' ')[0] : '—' }}
</template>
</el-table-column>
</el-table>
</el-row>
<div class="block">
@@ -347,6 +352,11 @@
{{ scope.row.姓名 ? scope.row.姓名 : '—' }}
</template>
</el-table-column>
<el-table-column align="center" label="采购分配时间" min-width="100px">
<template slot-scope="scope">
{{ scope.row.任务分配时间 ? scope.row.任务分配时间.split(' ')[0] : '—' }}
</template>
</el-table-column>
</el-table>
</el-row>
<div class="block">