This commit is contained in:
liushuai
2020-05-11 18:53:06 +08:00
parent 18349b0f90
commit e5a23954be
7 changed files with 214 additions and 260 deletions

View File

@@ -32,7 +32,7 @@
:data="tableData"
:header-cell-style="{fontFamily:'YouYuan',fontSize:'14px',fontWeight:200}"
height="760"
style="width: 1110px; margin: 3px 0"
style="width: 1015px; margin: 3px 0"
size="mini"
border
stripe
@@ -87,11 +87,11 @@
{{ scope.row.备料任务接受时间 | formatTime }}
</template>
</el-table-column>
<el-table-column label="分配时间" align="center" width="90" show-overflow-tooltip>
<template slot-scope="scope">
{{ scope.row.备料任务分配时间 | formatTime }}
</template>
</el-table-column>
<!--<el-table-column label="分配时间" align="center" width="90" show-overflow-tooltip>-->
<!--<template slot-scope="scope">-->
<!--{{ scope.row.备料任务分配时间 | formatTime }}-->
<!--</template>-->
<!--</el-table-column>-->
</el-table>
<div class="block">
<el-pagination