fixed bug
This commit is contained in:
@@ -181,6 +181,11 @@
|
|||||||
{{ scope.row.姓名 ? scope.row.姓名 : '—' }}
|
{{ scope.row.姓名 ? scope.row.姓名 : '—' }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</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-table>
|
||||||
</el-row>
|
</el-row>
|
||||||
<div class="block">
|
<div class="block">
|
||||||
@@ -347,6 +352,11 @@
|
|||||||
{{ scope.row.姓名 ? scope.row.姓名 : '—' }}
|
{{ scope.row.姓名 ? scope.row.姓名 : '—' }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</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-table>
|
||||||
</el-row>
|
</el-row>
|
||||||
<div class="block">
|
<div class="block">
|
||||||
|
|||||||
Reference in New Issue
Block a user