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

自编号报表列表目的地改成目的仓

parent 888525d5
......@@ -85,7 +85,7 @@
<el-table-column :label="$t('运输方式') + '/' + $t('目的地')">
<template slot-scope="{row}">
<dict-tag :type="DICT_TYPE.ECW_TRANSPORT_TYPE" :value="row.transportId"></dict-tag>
/{{row.objectiveName}}
/{{row.dstWarehouseName}}
</template>
</el-table-column>
<el-table-column :label="$t('仓库实测')">
......
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