'人员追溯V5三表导入人员'

This commit is contained in:
liulujia1
2020-04-10 11:43:45 +08:00
parent d6995d807e
commit 2f1915e5d0
5 changed files with 38 additions and 13 deletions

View File

@@ -36,6 +36,11 @@
{{ scope.row.外协分配人 }}
</template>
</el-table-column>
<el-table-column label="分配时间" align="center" show-overflow-tooltip width="100px">
<template slot-scope="scope">
{{ scope.row.分配时间 | formatTime }}
</template>
</el-table-column>
</el-table>
</el-card>
<el-card>