|
@@ -110,8 +110,8 @@
|
|
|
<span class="order_info_body_info_item_title">快递类别</span>
|
|
|
<span class="order_info_body_info_item_content">
|
|
|
<el-input
|
|
|
- v-model="scope.row.items[0].receive.expressName" maxlength="15" placeholder="请输入15位顺丰快单号"
|
|
|
- type="text" v-if="scope.row.items[0].shippingStatus != 'shipped'">
|
|
|
+ v-model="scope.row.items[0].receive.expressName" maxlength="15" placeholder="请输入快递类别"
|
|
|
+ type="text" v-if="scope.row.items[0].shippingStatus != 'shipped'" disabled>
|
|
|
</el-input>
|
|
|
{{scope.row.items[0].shippingStatus == 'shipped'?scope.row.items[0].receive.expressName:""}}
|
|
|
</span>
|