Commit 49464031 authored by dragondean@qq.com's avatar dragondean@qq.com

控货列表新增已卸柜到仓时间

parent 77a31264
......@@ -102,6 +102,11 @@
{{row.statusMsg}}
</template>
</el-table-column>
<el-table-column :label="$t('已卸柜/已到仓时间')" align="left" prop="status">
<template slot-scope="{row}">
{{row.unloadTime}}
</template>
</el-table-column>
<el-table-column :label="$t('提单号')" align="center" prop="status">
<template slot-scope="scope">
{{scope.row.tidanNo}}
......
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