| @@ -571,11 +571,11 @@ | |||||
| <!-- <span class="span2-2">{{cardlist.liftlist.accountNum || 0}}%</span> --> | <!-- <span class="span2-2">{{cardlist.liftlist.accountNum || 0}}%</span> --> | ||||
| <span class="span2-2" v-if="orderBy.receptionTime>0"> | <span class="span2-2" v-if="orderBy.receptionTime>0"> | ||||
| <i class="el-icon-top" style="color: red;"></i> | <i class="el-icon-top" style="color: red;"></i> | ||||
| {{orderBy.receptionTime || 0}}% | |||||
| {{orderBy.receptionTime || 0}} | |||||
| </span> | </span> | ||||
| <span class="span2-3" v-if="orderBy.receptionTime<0"> | <span class="span2-3" v-if="orderBy.receptionTime<0"> | ||||
| <i class="el-icon-bottom" style="color: #25CEBA;"></i> | <i class="el-icon-bottom" style="color: #25CEBA;"></i> | ||||
| {{orderBy.receptionTime || 0}}% | |||||
| {{orderBy.receptionTime || 0}} | |||||
| </span> | </span> | ||||
| </div> | </div> | ||||
| </div> | </div> | ||||
| @@ -1,6 +1,6 @@ | |||||
| <template> | <template> | ||||
| <div class="box-center"> | <div class="box-center"> | ||||
| <div id="app"> | |||||
| <div id="app" style="padding-right: 40%;"> | |||||
| <div class="biaoti">客户画像关键词配置</div> | <div class="biaoti">客户画像关键词配置</div> | ||||
| <div class="app-titel" style="margin-top: 20px" v-if="orgType!=3"> | <div class="app-titel" style="margin-top: 20px" v-if="orgType!=3"> | ||||
| <div | <div | ||||
| @@ -666,6 +666,9 @@ height: 400px !important; | |||||
| padding-bottom: 50px; | padding-bottom: 50px; | ||||
| height: 400px !important; | height: 400px !important; | ||||
| } | } | ||||
| /deep/.el-dialog{ | |||||
| min-width: 950px; | |||||
| } | |||||
| // /deep/ .wh_content_all{ | // /deep/ .wh_content_all{ | ||||
| // background: none; | // background: none; | ||||
| // } | // } | ||||
| @@ -852,13 +852,14 @@ export default { | |||||
| this.sysFlag=idx | this.sysFlag=idx | ||||
| this.idx=idx | this.idx=idx | ||||
| this.AllOperationsStaff(idx,row); | this.AllOperationsStaff(idx,row); | ||||
| this.zkoperationrecordFindByOrg(row.id,idx); | |||||
| this.zkoperationrecordFindByOrg(row.id,idx,row.agentId); | |||||
| }, | }, | ||||
| zkoperationrecordFindByOrg(orgId,idx) { | |||||
| zkoperationrecordFindByOrg(orgId,idx,agentId) { | |||||
| this.$api.api | this.$api.api | ||||
| .zkoperationrecordFindByOrg({ | .zkoperationrecordFindByOrg({ | ||||
| orgType:3, | orgType:3, | ||||
| orgId, | orgId, | ||||
| agentId, | |||||
| operationType:this.idx==0?'1':'2' | operationType:this.idx==0?'1':'2' | ||||
| }) | }) | ||||
| .then((res) => { | .then((res) => { | ||||