Commit 2185cf27 authored by dragondean@qq.com's avatar dragondean@qq.com

价格编辑页面海运不显示渠道

parent 76e4f802
......@@ -61,8 +61,8 @@
</el-checkbox>
</el-checkbox-group>
</el-form-item>
<el-form-item v-if="channel" :label="$t('出货渠道')">
{{$l(channel, 'name')}}
<el-form-item v-if="type === 'air'" :label="$t('出货渠道')">
{{channel ? $l(channel, 'name') : '/'}}
</el-form-item>
</template>
<!--有路线则不显示路线选择器-->
......
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