Commit 0c5163dd authored by dragondean@qq.com's avatar dragondean@qq.com

无收货人不显示文本框

parent 8aac3258
......@@ -38,7 +38,7 @@
</section-title>
<!--收货人-->
<el-row :gutter="20" style="margin-top: 30px">
<el-row :gutter="20" style="margin-top: 30px" v-if="hasConsignee">
<el-col :span="12">
<el-form-item
:label="$t('名称')"
......@@ -93,7 +93,7 @@
</el-col>
</el-row>
<el-row :gutter="5" v-if="showFullConsignee">
<el-row :gutter="5" v-if="showFullConsignee && hasConsignee">
<el-col :span="6">
<el-form-item
:label="$t('orderdetail.consigneeNameEn')"
......@@ -139,7 +139,7 @@
</el-col>
</el-row>
<el-card>
<el-card style="margin-top:20px;">
<template #header>
<section-title :title="$t('运输')"></section-title>
</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