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

修复渠道禁用后空运出货列表渠道显示不出来

parent 10ff810f
...@@ -88,7 +88,9 @@ ...@@ -88,7 +88,9 @@
<el-table-column :label="$t('出货渠道')" align="center" prop="shippingChannelId"> <el-table-column :label="$t('出货渠道')" align="center" prop="shippingChannelId">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ getShipChannelName(scope.row.shippingChannelId) }}</span> <span><!--{{ getShipChannelName(scope.row.shippingChannelId) }}-->
{{$l(scope.row.channelRespVO, 'name')}}
</span>
</template> </template>
</el-table-column> </el-table-column>
......
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