|
|
|
@@ -415,7 +415,7 @@ |
|
|
|
:data="equipmentList" |
|
|
|
height="320" |
|
|
|
style="width: 100%; font-size: 14px" |
|
|
|
>> |
|
|
|
> |
|
|
|
<el-table-column prop="accName" label="顾问" align="center"> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="accPhone" label="电话" align="center"> |
|
|
|
@@ -1299,18 +1299,19 @@ export default { |
|
|
|
chooseCompanyRank(keys, index) { |
|
|
|
this[keys] = index |
|
|
|
console.log(keys) |
|
|
|
console.log(this.role, '123891273892178937129837') |
|
|
|
if (this.role != 2) { |
|
|
|
if (keys == 'classatec1') { |
|
|
|
if (index == 0) { |
|
|
|
this.companyRank = this.allCompanyRank.avgFraction |
|
|
|
} else { |
|
|
|
this.companyRank = this.allCompanyRank.receptionCount |
|
|
|
} else { |
|
|
|
this.companyRank = this.allCompanyRank.avgFraction |
|
|
|
} |
|
|
|
} else { |
|
|
|
if (index == 0) { |
|
|
|
this.houseRank = this.allHouseRank.avgFraction |
|
|
|
} else { |
|
|
|
this.houseRank = this.allHouseRank.receptionCount |
|
|
|
} else { |
|
|
|
this.houseRank = this.allHouseRank.avgFraction |
|
|
|
} |
|
|
|
} |
|
|
|
} else { |
|
|
|
@@ -1462,6 +1463,7 @@ export default { |
|
|
|
this.statDateEnd = ""; |
|
|
|
this.customtime = []; |
|
|
|
this.TimetoAhoose = i; |
|
|
|
console.log(this.role) |
|
|
|
if (this.role == 3) { |
|
|
|
this.getgicd(); |
|
|
|
this.getindexZxllist(); |
|
|
|
|