零件报废补投

This commit is contained in:
Vergil
2020-04-01 14:40:55 +08:00
parent 5cdf2865c8
commit b1e3de2da1
3 changed files with 18 additions and 7 deletions

View File

@@ -31,12 +31,12 @@
{{ scope.row.suffix }}
</template>
</el-table-column>
<el-table-column label="导入时间" align="center" width="150px">
<el-table-column label="导入时间" align="center" width="140px">
<template slot-scope="scope">
{{ scope.row.上传时间.split(' ')[0] }}
</template>
</el-table-column>
<el-table-column label="导入人" align="center" width="80px">
<el-table-column label="导入人" align="center" width="90px">
<template slot-scope="scope">
{{ scope.row.导入人 }}
</template>