|
|
@@ -33,11 +33,11 @@ |
|
|
|
<span class="span2-1"> 环比:{{cardlist.sequential.receptionCount || 0}}</span> |
|
|
|
<span class="span2-2" v-if="cardlist.liftlist.receptionCount>0"> |
|
|
|
<i class="el-icon-top" style="color: red;"></i> |
|
|
|
{{cardlist.liftlist.receptionCount || 0}}% |
|
|
|
{{cardlist.liftlist.receptionCount || 0}} |
|
|
|
</span> |
|
|
|
<span class="span2-3" v-if="cardlist.liftlist.receptionCount<0"> |
|
|
|
<i class="el-icon-bottom" style="color: #25CEBA;"></i> |
|
|
|
{{cardlist.liftlist.receptionCount || 0}}% |
|
|
|
{{cardlist.liftlist.receptionCount || 0}} |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@@ -51,11 +51,11 @@ |
|
|
|
<!-- <span class="span2-2">{{cardlist.liftlist.activeCustomer || 0}}%</span> --> |
|
|
|
<span class="span2-2" v-if="cardlist.liftlist.activeCustomer>0"> |
|
|
|
<i class="el-icon-top" style="color: red;"></i> |
|
|
|
{{cardlist.liftlist.activeCustomer || 0}}% |
|
|
|
{{cardlist.liftlist.activeCustomer || 0}} |
|
|
|
</span> |
|
|
|
<span class="span2-3" v-if="cardlist.liftlist.activeCustomer<0"> |
|
|
|
<i class="el-icon-bottom" style="color: #25CEBA;"></i> |
|
|
|
{{cardlist.liftlist.activeCustomer || 0}}% |
|
|
|
{{cardlist.liftlist.activeCustomer || 0}} |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@@ -75,11 +75,11 @@ |
|
|
|
<!-- <span class="span2-2">{{cardlist.liftlist.avgDuration || 0}}%</span> --> |
|
|
|
<span class="span2-2" v-if="cardlist.liftlist.avgDuration>0"> |
|
|
|
<i class="el-icon-top" style="color: red;"></i> |
|
|
|
{{cardlist.liftlist.avgDuration || 0}}% |
|
|
|
{{cardlist.liftlist.avgDuration || 0}} |
|
|
|
</span> |
|
|
|
<span class="span2-3" v-if="cardlist.liftlist.avgDuration<0"> |
|
|
|
<i class="el-icon-bottom" style="color: #25CEBA;"></i> |
|
|
|
{{cardlist.liftlist.avgDuration || 0}}% |
|
|
|
{{cardlist.liftlist.avgDuration || 0}} |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@@ -113,11 +113,11 @@ |
|
|
|
<!-- <span class="span2-2">{{cardlist.liftlist.prohibitedCustomer || 0}}%</span> --> |
|
|
|
<span class="span2-2" v-if="cardlist.liftlist.prohibitedCustomer>0"> |
|
|
|
<i class="el-icon-top" style="color: red;"></i> |
|
|
|
{{cardlist.liftlist.prohibitedCustomer || 0}}% |
|
|
|
{{cardlist.liftlist.prohibitedCustomer || 0}} |
|
|
|
</span> |
|
|
|
<span class="span2-3" v-if="cardlist.liftlist.prohibitedCustomer<0"> |
|
|
|
<i class="el-icon-bottom" style="color: #25CEBA;"></i> |
|
|
|
{{cardlist.liftlist.prohibitedCustomer || 0}}% |
|
|
|
{{cardlist.liftlist.prohibitedCustomer || 0}} |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@@ -149,11 +149,11 @@ |
|
|
|
<!-- <span class="span2-2">{{cardlist.liftlist.accountNum || 0}}%</span> --> |
|
|
|
<span class="span2-2" v-if="cardlist.liftlist.accountNum>0"> |
|
|
|
<i class="el-icon-top" style="color: red;"></i> |
|
|
|
{{cardlist.liftlist.accountNum || 0}}% |
|
|
|
{{cardlist.liftlist.accountNum || 0}} |
|
|
|
</span> |
|
|
|
<span class="span2-3" v-if="cardlist.liftlist.accountNum<0"> |
|
|
|
<i class="el-icon-bottom" style="color: #25CEBA;"></i> |
|
|
|
{{cardlist.liftlist.accountNum || 0}}% |
|
|
|
{{cardlist.liftlist.accountNum || 0}} |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@@ -211,18 +211,18 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="app-box-san"> |
|
|
|
<div class="app-box-san" > |
|
|
|
<div class="zuo"> |
|
|
|
<div class="title"> |
|
|
|
<div class="text1">违禁提醒</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="tabbox"> |
|
|
|
<div class="tabbox" > |
|
|
|
<el-table |
|
|
|
:header-cell-style="{background:'#F2F4F5'}" |
|
|
|
:data="prohibitedlist" |
|
|
|
height="320" |
|
|
|
style="width: 100%"> |
|
|
|
style="width: 100%;font-size: 14px;"> |
|
|
|
<el-table-column |
|
|
|
prop="agentName" |
|
|
|
label="顾问" |
|
|
@@ -245,8 +245,8 @@ |
|
|
|
prop="date" |
|
|
|
label="操作" |
|
|
|
align="center"> |
|
|
|
<template slot-scope=""> |
|
|
|
<div style="color: #2671E2;">查看</div> |
|
|
|
<template slot-scope="{row}"> |
|
|
|
<div @click="goinfo(row)" style="color: #2671E2;cursor:pointer;">查看</div> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table> |
|
|
@@ -263,7 +263,7 @@ |
|
|
|
:header-cell-style="{background:'#F2F4F5'}" |
|
|
|
:data="equipmentList" |
|
|
|
height="320" |
|
|
|
style="width: 100%"> |
|
|
|
style="width: 100%;font-size: 14px;">> |
|
|
|
<el-table-column |
|
|
|
prop="accName" |
|
|
|
label="顾问" |
|
|
@@ -302,7 +302,7 @@ |
|
|
|
:header-cell-style="{background:'#F2F4F5'}" |
|
|
|
:data="equipmentList" |
|
|
|
height="320" |
|
|
|
style="width: 100%"> |
|
|
|
style="width: 100%;font-size: 14px;">> |
|
|
|
<el-table-column |
|
|
|
prop="accName" |
|
|
|
label="顾问" |
|
|
@@ -398,11 +398,11 @@ |
|
|
|
<span class="span2-1"> 环比:{{sysCompare.newAddHouseQuantity || 0}}</span> |
|
|
|
<span class="span2-2" v-if="orderBy.newAddHouseQuantity>0"> |
|
|
|
<i class="el-icon-top" style="color: red;"></i> |
|
|
|
{{orderBy.newAddHouseQuantity || 0}}% |
|
|
|
{{orderBy.newAddHouseQuantity || 0}} |
|
|
|
</span> |
|
|
|
<span class="span2-3" v-if="orderBy.newAddHouseQuantity<0"> |
|
|
|
<i class="el-icon-bottom" style="color: #25CEBA;"></i> |
|
|
|
{{orderBy.newAddHouseQuantity || 0}}% |
|
|
|
{{orderBy.newAddHouseQuantity || 0}} |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@@ -415,11 +415,11 @@ |
|
|
|
<span class="span2-1"> 环比:{{sysCompare.activeHouseQuantity || 0}}</span> |
|
|
|
<span class="span2-2" v-if="orderBy.activeHouseQuantity>0"> |
|
|
|
<i class="el-icon-top" style="color: red;"></i> |
|
|
|
{{orderBy.activeHouseQuantity || 0}}% |
|
|
|
{{orderBy.activeHouseQuantity || 0}} |
|
|
|
</span> |
|
|
|
<span class="span2-3" v-if="orderBy.activeHouseQuantity<0"> |
|
|
|
<i class="el-icon-bottom" style="color: #25CEBA;"></i> |
|
|
|
{{orderBy.activeHouseQuantity || 0}}% |
|
|
|
{{orderBy.activeHouseQuantity || 0}} |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@@ -433,11 +433,11 @@ |
|
|
|
<!-- <span class="span2-2">{{cardlist.liftlist.avgDuration || 0}}%</span> --> |
|
|
|
<span class="span2-2" v-if="orderBy.equipmentQuantityWithSold>0"> |
|
|
|
<i class="el-icon-top" style="color: red;"></i> |
|
|
|
{{orderBy.equipmentQuantityWithSold || 0}}% |
|
|
|
{{orderBy.equipmentQuantityWithSold || 0}} |
|
|
|
</span> |
|
|
|
<span class="span2-3" v-if="orderBy.equipmentQuantityWithSold<0"> |
|
|
|
<i class="el-icon-bottom" style="color: #25CEBA;"></i> |
|
|
|
{{orderBy.equipmentQuantityWithSold || 0}}% |
|
|
|
{{orderBy.equipmentQuantityWithSold || 0}} |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@@ -451,11 +451,11 @@ |
|
|
|
<!-- <span class="span2-2">{{cardlist.liftlist.fraction || 0}}%</span> --> |
|
|
|
<span class="span2-2" v-if="orderBy.activeEquipmentQuantity>0"> |
|
|
|
<i class="el-icon-top" style="color: red;"></i> |
|
|
|
{{orderBy.activeEquipmentQuantity || 0}}% |
|
|
|
{{orderBy.activeEquipmentQuantity || 0}} |
|
|
|
</span> |
|
|
|
<span class="span2-3" v-if="orderBy.activeEquipmentQuantity<0"> |
|
|
|
<i class="el-icon-bottom" style="color: #25CEBA;"></i> |
|
|
|
{{orderBy.activeEquipmentQuantity || 0}}% |
|
|
|
{{orderBy.activeEquipmentQuantity || 0}} |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@@ -470,11 +470,11 @@ |
|
|
|
<!-- <span class="span2-2">{{cardlist.liftlist.prohibitedCustomer || 0}}%</span> --> |
|
|
|
<span class="span2-2" v-if="orderBy.activeUserQuantity>0"> |
|
|
|
<i class="el-icon-top" style="color: red;"></i> |
|
|
|
{{orderBy.activeUserQuantity || 0}}% |
|
|
|
{{orderBy.activeUserQuantity || 0}} |
|
|
|
</span> |
|
|
|
<span class="span2-3" v-if="orderBy.activeUserQuantity<0"> |
|
|
|
<i class="el-icon-bottom" style="color: #25CEBA;"></i> |
|
|
|
{{orderBy.activeUserQuantity || 0}}% |
|
|
|
{{orderBy.activeUserQuantity || 0}} |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@@ -490,11 +490,11 @@ |
|
|
|
<!-- <span class="span2-2">{{cardlist.liftlist.prohibitedZb || 0}}%</span> --> |
|
|
|
<span class="span2-2" v-if="orderBy.receptionCount>0"> |
|
|
|
<i class="el-icon-top" style="color: red;"></i> |
|
|
|
{{orderBy.receptionCount || 0}}% |
|
|
|
{{orderBy.receptionCount || 0}} |
|
|
|
</span> |
|
|
|
<span class="span2-3" v-if="orderBy.receptionCount<0"> |
|
|
|
<i class="el-icon-bottom" style="color: #25CEBA;"></i> |
|
|
|
{{orderBy.receptionCount || 0}}% |
|
|
|
{{orderBy.receptionCount || 0}} |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@@ -508,11 +508,11 @@ |
|
|
|
<!-- <span class="span2-2">{{cardlist.liftlist.accountNum || 0}}%</span> --> |
|
|
|
<span class="span2-2" v-if="orderBy.activeCustomer>0"> |
|
|
|
<i class="el-icon-top" style="color: red;"></i> |
|
|
|
{{orderBy.activeCustomer || 0}}% |
|
|
|
{{orderBy.activeCustomer || 0}} |
|
|
|
</span> |
|
|
|
<span class="span2-3" v-if="orderBy.activeCustomer<0"> |
|
|
|
<i class="el-icon-bottom" style="color: #25CEBA;"></i> |
|
|
|
{{orderBy.activeCustomer || 0}}% |
|
|
|
{{orderBy.activeCustomer || 0}} |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@@ -526,11 +526,11 @@ |
|
|
|
<!-- <span class="span2-2">{{cardlist.liftlist.accountNum || 0}}%</span> --> |
|
|
|
<span class="span2-2" v-if="orderBy.prohibitedCount>0"> |
|
|
|
<i class="el-icon-top" style="color: red;"></i> |
|
|
|
{{orderBy.prohibitedCount || 0}}% |
|
|
|
{{orderBy.prohibitedCount || 0}} |
|
|
|
</span> |
|
|
|
<span class="span2-3" v-if="orderBy.prohibitedCount<0"> |
|
|
|
<i class="el-icon-bottom" style="color: #25CEBA;"></i> |
|
|
|
{{orderBy.prohibitedCount || 0}}% |
|
|
|
{{orderBy.prohibitedCount || 0}} |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@@ -544,11 +544,11 @@ |
|
|
|
<!-- <span class="span2-2">{{cardlist.liftlist.accountNum || 0}}%</span> --> |
|
|
|
<span class="span2-2" v-if="orderBy.receptionTimeWithAvg>0"> |
|
|
|
<i class="el-icon-top" style="color: red;"></i> |
|
|
|
{{orderBy.receptionTimeWithAvg || 0}}% |
|
|
|
{{orderBy.receptionTimeWithAvg || 0}} |
|
|
|
</span> |
|
|
|
<span class="span2-3" v-if="orderBy.receptionTimeWithAvg<0"> |
|
|
|
<i class="el-icon-bottom" style="color: #25CEBA;"></i> |
|
|
|
{{orderBy.receptionTimeWithAvg || 0}}% |
|
|
|
{{orderBy.receptionTimeWithAvg || 0}} |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@@ -562,11 +562,11 @@ |
|
|
|
<!-- <span class="span2-2">{{cardlist.liftlist.accountNum || 0}}%</span> --> |
|
|
|
<span class="span2-2" v-if="orderBy.receptionTimeCount>0"> |
|
|
|
<i class="el-icon-top" style="color: red;"></i> |
|
|
|
{{orderBy.receptionTimeCount || 0}}% |
|
|
|
{{orderBy.receptionTimeCount || 0}} |
|
|
|
</span> |
|
|
|
<span class="span2-3" v-if="orderBy.receptionTimeCount<0"> |
|
|
|
<i class="el-icon-bottom" style="color: #25CEBA;"></i> |
|
|
|
{{orderBy.receptionTimeCount || 0}}% |
|
|
|
{{orderBy.receptionTimeCount || 0}} |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@@ -586,11 +586,11 @@ |
|
|
|
<!-- <span class="span2-2">{{cardlist.liftlist.prohibitedZb || 0}}%</span> --> |
|
|
|
<span class="span2-2" v-if="orderBy.receptionCount>0"> |
|
|
|
<i class="el-icon-top" style="color: red;"></i> |
|
|
|
{{orderBy.receptionCount || 0}}% |
|
|
|
{{orderBy.receptionCount || 0}} |
|
|
|
</span> |
|
|
|
<span class="span2-3" v-if="orderBy.receptionCount<0"> |
|
|
|
<i class="el-icon-bottom" style="color: #25CEBA;"></i> |
|
|
|
{{orderBy.receptionCount || 0}}% |
|
|
|
{{orderBy.receptionCount || 0}} |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@@ -605,11 +605,11 @@ |
|
|
|
<!-- <span class="span2-2">{{cardlist.liftlist.accountNum || 0}}%</span> --> |
|
|
|
<span class="span2-2" v-if="orderBy.activeCustomer>0"> |
|
|
|
<i class="el-icon-top" style="color: red;"></i> |
|
|
|
{{orderBy.activeCustomer || 0}}% |
|
|
|
{{orderBy.activeCustomer || 0}} |
|
|
|
</span> |
|
|
|
<span class="span2-3" v-if="orderBy.activeCustomer<0"> |
|
|
|
<i class="el-icon-bottom" style="color: #25CEBA;"></i> |
|
|
|
{{orderBy.activeCustomer || 0}}% |
|
|
|
{{orderBy.activeCustomer || 0}} |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@@ -622,11 +622,11 @@ |
|
|
|
<span class="span2-1"> 环比:{{sysCompare.invalidCustomer || 0}}</span> |
|
|
|
<span class="span2-2" v-if="orderBy.invalidCustomer>0"> |
|
|
|
<i class="el-icon-top" style="color: red;"></i> |
|
|
|
{{orderBy.invalidCustomer || 0}}% |
|
|
|
{{orderBy.invalidCustomer || 0}} |
|
|
|
</span> |
|
|
|
<span class="span2-3" v-if="orderBy.invalidCustomer<0"> |
|
|
|
<i class="el-icon-bottom" style="color: #25CEBA;"></i> |
|
|
|
{{orderBy.invalidCustomer || 0}}% |
|
|
|
{{orderBy.invalidCustomer || 0}} |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@@ -641,11 +641,11 @@ |
|
|
|
<!-- <span class="span2-2">{{cardlist.liftlist.accountNum || 0}}%</span> --> |
|
|
|
<span class="span2-2" v-if="orderBy.receptionTime>0"> |
|
|
|
<i class="el-icon-top" style="color: red;"></i> |
|
|
|
{{orderBy.receptionTime || 0}}% |
|
|
|
{{orderBy.receptionTime || 0}} |
|
|
|
</span> |
|
|
|
<span class="span2-3" v-if="orderBy.receptionTime<0"> |
|
|
|
<i class="el-icon-bottom" style="color: #25CEBA;"></i> |
|
|
|
{{orderBy.receptionTime || 0}}% |
|
|
|
{{orderBy.receptionTime || 0}} |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@@ -660,11 +660,11 @@ |
|
|
|
<!-- <span class="span2-2">{{cardlist.liftlist.accountNum || 0}}%</span> --> |
|
|
|
<span class="span2-2" v-if="orderBy.receptionTimeWithAvg>0"> |
|
|
|
<i class="el-icon-top" style="color: red;"></i> |
|
|
|
{{orderBy.receptionTimeWithAvg || 0}}% |
|
|
|
{{orderBy.receptionTimeWithAvg || 0}} |
|
|
|
</span> |
|
|
|
<span class="span2-3" v-if="orderBy.receptionTimeWithAvg<0"> |
|
|
|
<i class="el-icon-bottom" style="color: #25CEBA;"></i> |
|
|
|
{{orderBy.receptionTimeWithAvg || 0}}% |
|
|
|
{{orderBy.receptionTimeWithAvg || 0}} |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@@ -705,11 +705,11 @@ |
|
|
|
<!-- <span class="span2-2">{{cardlist.liftlist.accountNum || 0}}%</span> --> |
|
|
|
<span class="span2-2" v-if="orderBy.prohibitedCount>0"> |
|
|
|
<i class="el-icon-top" style="color: red;"></i> |
|
|
|
{{orderBy.prohibitedCount || 0}}% |
|
|
|
{{orderBy.prohibitedCount || 0}} |
|
|
|
</span> |
|
|
|
<span class="span2-3" v-if="orderBy.prohibitedCount<0"> |
|
|
|
<i class="el-icon-bottom" style="color: #25CEBA;"></i> |
|
|
|
{{orderBy.prohibitedCount || 0}}% |
|
|
|
{{orderBy.prohibitedCount || 0}} |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@@ -724,11 +724,11 @@ |
|
|
|
<!-- <span class="span2-2">{{cardlist.liftlist.fraction || 0}}%</span> --> |
|
|
|
<span class="span2-2" v-if="orderBy.activeEquipmentQuantity>0"> |
|
|
|
<i class="el-icon-top" style="color: red;"></i> |
|
|
|
{{orderBy.activeEquipmentQuantity || 0}}% |
|
|
|
{{orderBy.activeEquipmentQuantity || 0}} |
|
|
|
</span> |
|
|
|
<span class="span2-3" v-if="orderBy.activeEquipmentQuantity<0"> |
|
|
|
<i class="el-icon-bottom" style="color: #25CEBA;"></i> |
|
|
|
{{orderBy.activeEquipmentQuantity || 0}}% |
|
|
|
{{orderBy.activeEquipmentQuantity || 0}} |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@@ -764,11 +764,11 @@ |
|
|
|
<!-- <span class="span2-2">{{cardlist.liftlist.activeCustomer || 0}}%</span> --> |
|
|
|
<span class="span2-2" v-if="orderBy.activeHouseQuantity>0"> |
|
|
|
<i class="el-icon-top" style="color: red;"></i> |
|
|
|
{{orderBy.activeHouseQuantity || 0}}% |
|
|
|
{{orderBy.activeHouseQuantity || 0}} |
|
|
|
</span> |
|
|
|
<span class="span2-3" v-if="orderBy.activeHouseQuantity<0"> |
|
|
|
<i class="el-icon-bottom" style="color: #25CEBA;"></i> |
|
|
|
{{orderBy.activeHouseQuantity || 0}}% |
|
|
|
{{orderBy.activeHouseQuantity || 0}} |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@@ -791,7 +791,7 @@ |
|
|
|
:header-cell-style="{background:'#F2F4F5'}" |
|
|
|
:data="companyRank" |
|
|
|
height="320" |
|
|
|
style="width: 100%"> |
|
|
|
style="width: 100%;font-size: 14px;">> |
|
|
|
<el-table-column |
|
|
|
prop="companyName" |
|
|
|
label="公司名称" |
|
|
@@ -810,7 +810,7 @@ |
|
|
|
<el-table-column |
|
|
|
v-if="classatec1==0" |
|
|
|
prop="receptionTime" |
|
|
|
label="接待时长(小时)" |
|
|
|
label="接待时长(分钟)" |
|
|
|
align="center"> |
|
|
|
|
|
|
|
</el-table-column> |
|
|
@@ -841,7 +841,7 @@ |
|
|
|
:header-cell-style="{background:'#F2F4F5'}" |
|
|
|
:data="houseRank" |
|
|
|
height="320" |
|
|
|
style="width: 100%"> |
|
|
|
style="width: 100%;font-size: 14px;">> |
|
|
|
<el-table-column |
|
|
|
prop="houseName" |
|
|
|
label="楼盘名称" |
|
|
@@ -861,7 +861,7 @@ |
|
|
|
<el-table-column |
|
|
|
v-if="classatec2==0" |
|
|
|
prop="receptionTime" |
|
|
|
label="接待时长(小时)" |
|
|
|
label="接待时长(分钟)" |
|
|
|
align="center"> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column |
|
|
@@ -953,6 +953,21 @@ export default { |
|
|
|
|
|
|
|
}, |
|
|
|
methods: { |
|
|
|
goinfo(row){ |
|
|
|
this.$api.http.findByCusIdcusId({cusId:row.id}).then((res) => { |
|
|
|
if(res.data.length==0){ |
|
|
|
this.$message({ |
|
|
|
message: '无录音', |
|
|
|
type: 'warning' |
|
|
|
}); |
|
|
|
}else{ |
|
|
|
this.$router.push({ |
|
|
|
path: "/Receive/index", |
|
|
|
query: { flag: row.id ,AudioIdx:0}, |
|
|
|
}); |
|
|
|
} |
|
|
|
}) |
|
|
|
}, |
|
|
|
jumpto(ind){ |
|
|
|
let num = 24 * 3600 * 1000 * 29; |
|
|
|
let dang=this.getCurrentTime() |
|
|
@@ -1271,7 +1286,9 @@ export default { |
|
|
|
} |
|
|
|
} |
|
|
|
.colostyle{ |
|
|
|
color: red; |
|
|
|
color: #1E90FF; |
|
|
|
// font-size: 18px; |
|
|
|
font-weight: 600; |
|
|
|
} |
|
|
|
.table-box{ |
|
|
|
width:98.8%; |
|
|
|