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

列表目的国不显示bug修复

parent 1c3c5c44
......@@ -57,7 +57,7 @@
</el-table-column>
<el-table-column :label="$t('目的仓国家')" align="center">
<template slot-scope="{row}">
{{ row.channelIds ? $l(row, 'destCountryName') : '/' }}
{{$l(row, 'destCountryName')}}
</template>
</el-table-column>
<el-table-column :label="$t('出货渠道')" align="center">
......
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