|
@@ -44,7 +44,7 @@
|
|
<view class="enterprise_title" v-if="companyList.length>0">所属企业:</view>
|
|
<view class="enterprise_title" v-if="companyList.length>0">所属企业:</view>
|
|
<view class="enterprise_title" v-else>个人货主,暂未代理企业</view>
|
|
<view class="enterprise_title" v-else>个人货主,暂未代理企业</view>
|
|
<view v-for='item in companyList'>
|
|
<view v-for='item in companyList'>
|
|
- {{item.company?item.company:item.companyName}}
|
|
|
|
|
|
+ <view style="color: #999999;margin: 20rpx;">{{item.company?item.company:item.companyName}}</view>
|
|
</view>
|
|
</view>
|
|
<!-- <view class="enterprise_name" v-if="companyList.length>0">{{objectInfo.cargoOwner}}</view> -->
|
|
<!-- <view class="enterprise_name" v-if="companyList.length>0">{{objectInfo.cargoOwner}}</view> -->
|
|
</view>
|
|
</view>
|