Commit a8bcebb7 authored by 邓春圆's avatar 邓春圆

为掉入公海池显示预计调入公海池时间

parent 1d9ac66f
...@@ -113,8 +113,8 @@ ...@@ -113,8 +113,8 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :label="$t('入公海时间')" align="center" prop="createTime" width="180"> <el-table-column :label="$t('入公海时间')" align="center" prop="createTime" width="180">
<template slot-scope="scope"> <template v-slot = {row}>
<span>{{ parseTime(scope.row.enterOpenSeaTime) }}</span> <span>{{ parseTime(row.enterOpenSeaTime ? row.enterOpenSeaTime : row.estimateEnterOpenSeaTime ) }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :label="$t('客户经理')" align="center" prop="customerServiceName"> <el-table-column :label="$t('客户经理')" align="center" prop="customerServiceName">
......
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