|  |  | 
 |  |  |                                 show-overflow-tooltip> | 
 |  |  |                         </el-table-column> | 
 |  |  |                         <el-table-column | 
 |  |  |                                 label="绑定方式"> | 
 |  |  |                             <template slot-scope="scope"> | 
 |  |  |                                 <span v-if="scope.row.applyWay == 1">自主申请</span> | 
 |  |  |                                 <span v-if="scope.row.applyWay == 2">自动添加</span> | 
 |  |  |                                 <span v-if="scope.row.applyWay == 3">上级邀请</span> | 
 |  |  |                                 <span v-if="scope.row.applyWay == 4">手动添加</span> | 
 |  |  |                             </template> | 
 |  |  |                         </el-table-column> | 
 |  |  |                         <el-table-column | 
 |  |  |                                 label="客户状态"> | 
 |  |  |                             <template slot-scope="scope"> | 
 |  |  |                                 <span v-if="scope.row.doneNum == 0">已成交</span> | 
 |  |  | 
 |  |  |                     url: basePath + '/fenXiao/fenXiaoUser/unbundlingSaleMan', | 
 |  |  |                     callback: function (data) { | 
 |  |  |                         _this.$message.success(data.info); | 
 |  |  |                         if(this.activeName == 'first'){ | 
 |  |  |                         if(_this.activeName == "first"){ | 
 |  |  |                             _this.loadParamSetting(); | 
 |  |  |                         } | 
 |  |  |                         if(this.activeName == 'second'){ | 
 |  |  |                         if(_this.activeName == "second"){ | 
 |  |  |                             _this.loadParamSettinglow(); | 
 |  |  |                         } | 
 |  |  |                         _this.loadParamSettingBasic(); | 
 |  |  |                     } | 
 |  |  |                 }); | 
 |  |  |             }, |