Commit 6f14044f authored by 邓春圆's avatar 邓春圆

客户日志列表,客户的旧入公海时间显示为0-0-0 0:0:0(新建的客户没有旧入公海时间,应显示为空或/) bug修复

parent 417acaf0
......@@ -86,7 +86,7 @@
</el-table-column>
<el-table-column label="老的预计入公海时间" >
<template v-slot="{row}">
{{parseTime(row.oldEstimateEnterOpenSeaTime || '/')}}
{{parseTime(row.oldEstimateEnterOpenSeaTime) || '/'}}
</template>
</el-table-column>
<el-table-column label="备注" prop="remark" >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment