|
|
@@ -81,8 +81,8 @@
|
|
|
<el-row class="premium-style " :gutter="20">
|
|
|
<!-- <el-col v-if="orderInfo.referrerDeptAreaInfo" :span="24"><span>推荐人归属机构:</span>{{
|
|
|
orderInfo.referrerDeptAreaInfo }}</el-col> -->
|
|
|
- <el-col :span="6"><span>推荐人工号:</span>{{ orderInfo.userid }}</el-col>
|
|
|
- <el-col :span="6"><span>推荐人姓名:</span>{{ orderInfo.username }}</el-col>
|
|
|
+ <el-col :span="6"><span>推荐人工号:</span>{{ orderInfo.referrerNo }}</el-col>
|
|
|
+ <el-col :span="6"><span>推荐人姓名:</span>{{ orderInfo.referrerName }}</el-col>
|
|
|
<el-col :span="6"><span>联系方式:</span>{{ orderInfo.referrerMobile }}</el-col>
|
|
|
<el-col :span="6"><span>性别:</span>{{ orderInfo.referrerSex }}</el-col>
|
|
|
</el-row>
|