综合查询1900

This commit is contained in:
zhangdingyu
2019-09-27 12:06:38 +08:00
parent 5acd6a692b
commit 48987a9150

View File

@@ -191,7 +191,7 @@
</el-table-column>
<el-table-column label="交货期" align="center">
<template slot-scope="scope">
{{ scope.row.发货节点 ? scope.row.发货节点.substring(0, 11) : '-' }}
{{ scope.row.发货节点&&scope.row.发货节点!=='1900-01-01 00:00:00' ? scope.row.发货节点.substring(0, 11) : '-' }}
</template>
</el-table-column>
<el-table-column align="center" label="理论工时">