Commit 92f6670d authored by Administrator's avatar Administrator

Merge branch 'release' into 'jd_dev'

Release最新代码合并入捷道研发分支20241115

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