430文档V1
This commit is contained in:
@@ -252,7 +252,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column align="center" label="采购时间">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.创建日期 ? scope.row.创建日期.split(' ')[0] : scope.row.采购日期.split(' ')[0] }}
|
||||
{{ scope.row.创建日期 ? scope.row.创建日期.split(' ')[0] : (scope.row.采购日期 ? scope.row.采购日期.split(' ')[0]: '') }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column align="center" label="到货数量">
|
||||
|
||||
Reference in New Issue
Block a user