外协零件到货时间
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user