外协零件到货时间

This commit is contained in:
Vergil
2020-04-16 16:09:46 +08:00
parent d2e49e667f
commit 0a3126ca7b

View File

@@ -62,6 +62,11 @@
{{ scope.row.到货日期 }} {{ scope.row.到货日期 }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="到货日期" align="center" >
<template slot-scope="scope">
{{ scope.row.到货时间 }}
</template>
</el-table-column>
</el-table> </el-table>
</el-card> </el-card>
</el-col> </el-col>