@@ -43,7 +43,15 @@ | |||
}} | |||
</div> | |||
<el-button @click="goChange" class="avue-header" style="margin-left: 10px;color: #2671E2;border:1px solid #2671E2;padding: 10px;">切换后台</el-button> | |||
<el-button @click="goChange" class="avue-header" style="margin-left: 10px;color: #2671E2;border:1px solid #2671E2;padding: 10px;"> {{ | |||
orgType == 0 | |||
? "切换后台" | |||
: orgType == 1 | |||
? "切换代理" | |||
: orgType == 2 | |||
? "切换公司" | |||
: "切换后台" | |||
}}</el-button> | |||
</div> | |||
<div | |||
v-if="companyName" | |||
@@ -103,7 +111,7 @@ | |||
</div> --> | |||
<!-- 暂时注释下一版本开发上线 --> | |||
<el-popover placement="bottom" trigger="hover" width="350"> | |||
<el-table :data="gridData" @row-click="msgTap"> | |||
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="gridData" @row-click="msgTap"> | |||
<el-table-column | |||
width="324" | |||
property="date" | |||
@@ -148,11 +148,11 @@ | |||
环比:{{ cardlist.sequential.fraction || 0 }}</span> | |||
<span class="span2-2" v-if="cardlist.liftlist.fraction > 0"> | |||
+{{ cardlist.liftlist.fraction || 0 }} | |||
+{{ cardlist.liftlist.fraction || 0 }}% | |||
<i class="up"></i> | |||
</span> | |||
<span class="span2-3" v-if="cardlist.liftlist.fraction < 0"> | |||
{{ cardlist.liftlist.fraction || 0 }} | |||
{{ cardlist.liftlist.fraction || 0 }}% | |||
<i class="down"></i> | |||
</span> | |||
@@ -257,11 +257,11 @@ | |||
环比:{{ cardlist.sequential.prohibitedZb || 0 }}</span> | |||
<span class="span2-2" v-if="cardlist.liftlist.prohibitedZb > 0"> | |||
+{{ cardlist.liftlist.prohibitedZb || 0 }} | |||
+{{ cardlist.liftlist.prohibitedZb || 0 }}% | |||
<i class="up"></i> | |||
</span> | |||
<span class="span2-3" v-if="cardlist.liftlist.prohibitedZb < 0"> | |||
{{ cardlist.liftlist.prohibitedZb || 0 }} | |||
{{ cardlist.liftlist.prohibitedZb || 0 }}% | |||
<i class="down"></i> | |||
</span> | |||
@@ -280,7 +280,7 @@ | |||
<div class="app-box-san"> | |||
<div class="zuo"> | |||
<div class="title"> | |||
<div class="text1">维度触达占比 | |||
<div class="text1">场景执行分析 | |||
<el-tooltip effect="light" | |||
content="筛选时间内,场景触达率=有效接待的场景执行率的之和/有效接待数,例如:品牌介绍,第1次接待执行了100%,第2次接待没有执行,场景触达率=(100+0)/2=50%;" | |||
placement="bottom-end"> | |||
@@ -390,7 +390,7 @@ | |||
</div> | |||
<div class="tabbox"> | |||
<el-table :header-cell-style="{ background: '#F2F4F5' }" :data="prohibitedlist" height="320" | |||
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="prohibitedlist" height="320" | |||
style="width: 100%; font-size: 14px"> | |||
<el-table-column prop="agentName" label="顾问" align="center"> | |||
</el-table-column> | |||
@@ -425,7 +425,7 @@ | |||
</el-badge> | |||
</div> | |||
<div class="tabbox" v-if="classatec == 0"> | |||
<el-table :header-cell-style="{ background: '#F2F4F5' }" :data="equipmentList" height="320" | |||
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="equipmentList" height="320" | |||
style="width: 100%; font-size: 14px">> | |||
<el-table-column prop="accName" label="顾问" align="center"> | |||
</el-table-column> | |||
@@ -446,7 +446,7 @@ | |||
</el-table> | |||
</div> | |||
<div class="tabbox" v-if="classatec == 1"> | |||
<el-table :header-cell-style="{ background: '#F2F4F5' }" :data="equipmentList" height="320" | |||
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="equipmentList" height="320" | |||
style="width: 100%; font-size: 14px"> | |||
<el-table-column prop="accName" label="顾问" align="center"> | |||
</el-table-column> | |||
@@ -554,7 +554,7 @@ | |||
</div> | |||
</div> | |||
<div class="pagechen" @click="toDetail('/building/Count', '', '楼盘统计')"> | |||
<div class="pagechen" @click="toDetail('/building/Count', '', '项目统计')"> | |||
<div style="width:100%"> | |||
<div class="pageboxtitle1 projectCardItem"> | |||
@@ -588,7 +588,7 @@ | |||
</div> | |||
</div> | |||
<div class="pagechen" @click="toDetail('/building/Count', '', '楼盘统计')"> | |||
<div class="pagechen" @click="toDetail('/building/Count', '', '项目统计')"> | |||
<div style="width:100%"> | |||
<div class="pageboxtitle1 projectCardItem"> | |||
@@ -625,7 +625,7 @@ | |||
</div> | |||
</div> | |||
<div class="pagechen" @click="toDetail('/building/Count', '', '楼盘统计')"> | |||
<div class="pagechen" @click="toDetail('/building/Count', '', '项目统计')"> | |||
<div style="width:100%"> | |||
<div class="pageboxtitle1 projectCardItem"> | |||
@@ -660,7 +660,7 @@ | |||
</div> | |||
<div class="pagechen" @click="toDetail('/building/Count', '', '楼盘统计')"> | |||
<div class="pagechen" @click="toDetail('/building/Count', '', '项目统计')"> | |||
<div style="width:100%"> | |||
<div class="pageboxtitle1 projectCardItem"> | |||
@@ -896,7 +896,7 @@ | |||
<div v-if="role == 2"> | |||
<!-- 卡片部分 --> | |||
<div class="page-container grid4"> | |||
<div class="pagechen" @click="toDetail('/building/Count', '', '楼盘统计')"> | |||
<div class="pagechen" @click="toDetail('/building/Count', '', '项目统计')"> | |||
<div style="width:100%"> | |||
<div class="pageboxtitle1 projectCardItem"> | |||
<div class="sum">接待量 | |||
@@ -932,7 +932,7 @@ | |||
</div> | |||
</div> | |||
<div class="pagechen" @click="toDetail('/building/Count', '', '楼盘统计')"> | |||
<div class="pagechen" @click="toDetail('/building/Count', '', '项目统计')"> | |||
<div style="width:100%"> | |||
<div class="pageboxtitle1 projectCardItem"> | |||
<div class="sum">有效接待 | |||
@@ -968,7 +968,7 @@ | |||
</div> | |||
</div> | |||
<div class="pagechen" @click="toDetail('/building/Count', '', '楼盘统计')"> | |||
<div class="pagechen" @click="toDetail('/building/Count', '', '项目统计')"> | |||
<div style="width:100%"> | |||
<div class="pageboxtitle1 projectCardItem"> | |||
<div class="sum">平均执行率 | |||
@@ -988,11 +988,11 @@ | |||
环比:{{ sysCompare.avgFration || 0 }}</span> | |||
<span class="span2-2" v-if="orderBy.avgFration > 0"> | |||
+{{ orderBy.avgFration || 0 }} | |||
+{{ orderBy.avgFration || 0 }}% | |||
<i class="up"></i> | |||
</span> | |||
<span class="span2-3" v-if="orderBy.avgFration < 0"> | |||
{{ orderBy.avgFration || 0 }} | |||
{{ orderBy.avgFration || 0 }}% | |||
<i class="down"></i> | |||
</span> | |||
@@ -1004,7 +1004,7 @@ | |||
</div> | |||
</div> | |||
<div class="pagechen" @click="toDetail('/building/Count', '', '楼盘统计')"> | |||
<div class="pagechen" @click="toDetail('/building/Count', '', '项目统计')"> | |||
<div style="width:100%"> | |||
<div class="pageboxtitle1 projectCardItem"> | |||
<div class="sum">平均接待时长(分钟) | |||
@@ -1040,7 +1040,7 @@ | |||
</div> | |||
</div> | |||
<div class="pagechen" @click="toDetail('/building/Count', '', '楼盘统计')"> | |||
<div class="pagechen" @click="toDetail('/building/Count', '', '项目统计')"> | |||
<div style="width:100%"> | |||
<div class="pageboxtitle1 projectCardItem"> | |||
<div class="sum">违禁接待次数 | |||
@@ -1076,7 +1076,7 @@ | |||
</div> | |||
</div> | |||
<div class="pagechen" @click="toDetail('/building/Count', '', '楼盘统计')"> | |||
<div class="pagechen" @click="toDetail('/building/Count', '', '项目统计')"> | |||
<div style="width:100%"> | |||
<div class="pageboxtitle1 projectCardItem"> | |||
<div class="sum">接待时长(小时) | |||
@@ -1109,7 +1109,7 @@ | |||
</div> | |||
</div> | |||
<div class="pagechen" @click="toDetail('/building/Count', '', '楼盘统计')"> | |||
<div class="pagechen" @click="toDetail('/building/Count', '', '项目统计')"> | |||
<div style="width:100%"> | |||
<div class="pageboxtitle1 projectCardItem"> | |||
<div class="sum">活跃项目数 | |||
@@ -1142,7 +1142,7 @@ | |||
</div> | |||
</div> | |||
<!-- <div class="pagechen" @click="toDetail('/building/Count', '', '楼盘统计')"> | |||
<div class="pagechen" @click="toDetail('/building/Count', '', '项目统计')"> | |||
<div style="width:100%"> | |||
<div class="pageboxtitle1 projectCardItem"> | |||
<div class="sum">无效接待 | |||
@@ -1173,12 +1173,12 @@ | |||
</div> | |||
</div> | |||
</div> | |||
</div> --> | |||
</div> | |||
<!-- <div class="pagechen" @click="toDetail('/Equipment/state', '', '设备监控')"> | |||
<div class="pagechen" @click="toDetail('/Equipment/state', '', '设备监控')"> | |||
<div style="width:100%"> | |||
<div class="pageboxtitle1 projectCardItem"> | |||
<div class="sum">活跃设备数 | |||
@@ -1213,7 +1213,7 @@ | |||
</div> | |||
</div> | |||
</div> --> | |||
</div> | |||
<div class="pagechen" @click="toDetail('/Equipment/state', '', '设备监控')"> | |||
<div style="width:100%"> | |||
@@ -1273,7 +1273,7 @@ | |||
</div> | |||
</div> | |||
<div class="tabbox"> | |||
<el-table :header-cell-style="{ background: '#F2F4F5' }" :data="companyRank" | |||
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="companyRank" | |||
style="width: 100%; font-size: 14px"> | |||
<el-table-column prop="companyName" :label="role == 2 ? '项目名称' : '公司名称'" align="center"> | |||
<template slot-scope="{ row }"> | |||
@@ -1310,7 +1310,7 @@ | |||
</div> | |||
<div class="tabbox"> | |||
<el-table :header-cell-style="{ background: '#F2F4F5' }" :data="houseRank" | |||
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="houseRank" | |||
style="width: 100%; font-size: 14px">> | |||
<el-table-column prop="houseName" :label="role == 2 ? '顾问名称' : '项目名称'" align="center"> | |||
<template slot-scope="{ row }"> | |||
@@ -56,7 +56,7 @@ | |||
<!-- 表格 --> | |||
<div class="cen-tab"> | |||
<el-table :data="tableData" stripe style="width: 100%" height="640"> | |||
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="tableData" stripe style="width: 100%" height="640"> | |||
<el-table-column :show-overflow-tooltip="true" width="120px" prop="agentName" label="代理商" align="center"> | |||
</el-table-column> | |||
<el-table-column :show-overflow-tooltip="true" width="140px" prop="provinceName,cityName" label="地区" | |||
@@ -67,7 +67,7 @@ | |||
<!-- 表格 --> | |||
<div class="cen-tab"> | |||
<el-table :data="tableData" stripe style="width: 100%" height="640"> | |||
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="tableData" stripe style="width: 100%" height="640"> | |||
<el-table-column :show-overflow-tooltip="true" width="120px" prop="name" label="公司名称" align="center"> | |||
</el-table-column> | |||
<el-table-column prop="operatorName" label="代理商" align="center"> | |||
@@ -86,7 +86,7 @@ | |||
<!-- 表格 --> | |||
<div class="cen-tab"> | |||
<el-table :data="tableData" stripe style="width: 100%" height="640"> | |||
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="tableData" stripe style="width: 100%" height="640"> | |||
<el-table-column prop="name" label="公司名称" align="center"> | |||
</el-table-column> | |||
<el-table-column | |||
@@ -38,7 +38,7 @@ | |||
</div> | |||
<!-- 表格 --> | |||
<div class="cen-tab"> | |||
<el-table :data="tableData" stripe style="width: 100%" height="640"> | |||
<el-table :data="tableData" stripe style="width: 100%" height="640" :header-cell-style="{background:'#F5F7FA',color:'#333333'}"> | |||
<el-table-column prop="houseName" label="项目名称" align="center"> | |||
</el-table-column> | |||
<el-table-column prop="stageName" label="阶段名称" align="center"> | |||
@@ -265,6 +265,7 @@ | |||
</div> | |||
</div> | |||
<!-- 表格 --> | |||
<div class="cen-tab"> | |||
<el-table | |||
@@ -273,6 +274,7 @@ | |||
style="width: 100%" | |||
@selection-change="handleSelectionChange" | |||
height="390" | |||
:header-cell-style="{background:'#F5F7FA',color:'#333333'}" | |||
> | |||
<el-table-column type="selection" width="55"></el-table-column> | |||
<el-table-column | |||
@@ -17,7 +17,7 @@ | |||
<!-- 表格 --> | |||
<div class="cen-tab"> | |||
<el-table :data="tableData" stripe style="width: 100%" row-key="id" height="640"> | |||
<el-table :data="tableData" stripe style="width: 100%" row-key="id" height="640" :header-cell-style="{background:'#F5F7FA',color:'#333333'}"> | |||
<el-table-column label="序号" align="center"> | |||
<template slot-scope="scope"> | |||
{{ scope.$index + 1 }} | |||
@@ -451,7 +451,7 @@ | |||
</div> | |||
<div class="tablebox" v-if="!selectTime1"> | |||
<template> | |||
<el-table :data="tableData" style="width: 100%" height="640"> | |||
<el-table :data="tableData" style="width: 100%" height="640" :header-cell-style="{background:'#F5F7FA',color:'#333333'}"> | |||
<el-table-column prop="createTime" label="日期" width="100" align="center"> | |||
</el-table-column> | |||
<el-table-column prop="equipmentQuantity" label="设备总数" align="center"> | |||
@@ -510,7 +510,7 @@ | |||
<div class="tablebox" v-if="selectTime1"> | |||
<template> | |||
<el-table :data="compareList" style="width: 100%" height="640"> | |||
<el-table :data="compareList" style="width: 100%" height="640" :header-cell-style="{background:'#F5F7FA',color:'#333333'}"> | |||
<el-table-column prop="name" label="时间" align="center"> | |||
</el-table-column> | |||
<el-table-column prop="time" label="时段一" align="center"> | |||
@@ -97,7 +97,7 @@ | |||
</div> | |||
<div class="tablebox" v-if="activeTotal == 0"> | |||
<template> | |||
<el-table :data="tableData" style="width: 100%" height="640"> | |||
<el-table :data="tableData" style="width: 100%" height="640" :header-cell-style="{background:'#F5F7FA',color:'#333333'}"> | |||
<el-table-column prop="index" label="序号" width="100" align="center"> | |||
</el-table-column> | |||
<el-table-column prop="imei" label="设备编号" align="center"> | |||
@@ -226,7 +226,7 @@ | |||
</div> | |||
<div class="tablebox" v-if="activeTotal == 1"> | |||
<template> | |||
<el-table :data="tableData" style="width: 100%" height="640"> | |||
<el-table :data="tableData" style="width: 100%" height="640" :header-cell-style="{background:'#F5F7FA',color:'#333333'}"> | |||
<el-table-column prop="index" label="序号" width="100" align="center"> | |||
</el-table-column> | |||
<el-table-column prop="imei" label="设备编号" align="center"> | |||
@@ -58,7 +58,7 @@ | |||
<!-- 表格 --> | |||
<div class="cen-tab"> | |||
<el-table :data="tableData" stripe style="width: 100%" height="640"> | |||
<el-table :data="tableData" stripe style="width: 100%" height="640" :header-cell-style="{background:'#F5F7FA',color:'#333333'}"> | |||
<el-table-column prop="equipImei" label="设备编号" align="center"> | |||
</el-table-column> | |||
<el-table-column prop="userName" label="领用人" align="center"> | |||
@@ -111,7 +111,7 @@ | |||
<div style="width: 50%"> | |||
<div>到访次数:{{ userinformationlist.visitRecord || "" }}次</div> | |||
<div style="font-size: 14px; margin-top: 8px"> | |||
接待时长: | |||
接待时长:{{ userinformationlist.mm || "-" }}分钟 | |||
</div> | |||
</div> | |||
</div> | |||
@@ -160,7 +160,7 @@ | |||
<!-- 表格 --> | |||
<div class="cen-tab"> | |||
<el-table :data="tableData" stripe style="width: 100%" height="640"> | |||
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="tableData" stripe style="width: 100%" height="640"> | |||
<el-table-column prop="staTimeOfCN" label="接待开始时间" align="center" width="200" sortable height="390"> | |||
</el-table-column> | |||
<el-table-column prop="agentName" label="顾问" align="center"> | |||
@@ -2,7 +2,7 @@ | |||
<div class="box-center"> | |||
<!-- 头 --> | |||
<div class="app-titel"> | |||
<div style="text-indent: 30px">接待时间:</div> | |||
<div style="text-indent: 30px;font-weight: bold;">接待时间:</div> | |||
<div class="toptimeqhuan"> | |||
<div :class="{ tophove: TimetoAhoose == 4 }" @click="tabtimetap(4)"> | |||
近7天 | |||
@@ -41,13 +41,24 @@ | |||
<!-- 表格 --> | |||
<div class="cen-tab"> | |||
<el-table :data="tableData" stripe style="width: 100%" show-summary :summary-method="getSummaries" height="640"> | |||
<el-table-column prop="batchId" label="序号" align="center"> | |||
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="tableData" stripe style="width: 100%" height="640"> | |||
<el-table-column prop="batchId" label="序号" align="center"> | |||
<template slot-scope="scope"> | |||
<span> {{ scope.$index + 1 }}</span> | |||
{{ | |||
scope.$index == tableData.length - 1 | |||
? "合计/平均" | |||
: scope.$index + 1 | |||
}} | |||
</template> | |||
</el-table-column> | |||
<el-table-column prop="houseName" label="项目" align="center"> | |||
<template slot-scope="scope"> | |||
{{ | |||
scope.$index == tableData.length - 1 | |||
? "/" | |||
: scope.row.houseName | |||
}} | |||
</template> | |||
</el-table-column> | |||
<el-table-column prop="fraction" label="平均执行率" align="center" width="110" sortable> | |||
<template slot-scope="{ row }"> {{ row.fraction }}% </template> | |||
@@ -21,7 +21,7 @@ | |||
</div> | |||
</div> | |||
<div class="app-titel"> | |||
<div style="text-indent: 30px">接待时间:</div> | |||
<div style="text-indent: 30px;font-weight: bold;">接待时间:</div> | |||
<div class="toptimeqhuan"> | |||
<div :class="{ tophove: dateType == 4 }" @click="tabtimetap(4)"> | |||
近7天 | |||
@@ -88,7 +88,7 @@ | |||
<el-button @click="downLoad" icon="el-icon-download">导出</el-button> | |||
</div> | |||
</div> | |||
<el-table :data="tableData" stripe style="width: 100%" height="640"> | |||
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="tableData" stripe style="width: 100%" height="640"> | |||
<el-table-column prop="batchId" label="序号" align="center"> | |||
<template slot-scope="scope"> | |||
{{ | |||
@@ -23,7 +23,7 @@ | |||
</div> | |||
</div> | |||
<div class="app-titel"> | |||
<div style="text-indent: 30px; min-width: 100px">接待时间:</div> | |||
<div style="text-indent: 30px; min-width: 100px;font-weight:bold;">接待时间:</div> | |||
<div class="toptimeqhuan"> | |||
<div :class="{ tophove: TimetoAhoose == 4 }" @click="tabtimetap(4)"> | |||
近7天 | |||
@@ -264,7 +264,7 @@ | |||
<el-button @click="downLoad" icon="el-icon-download">导出</el-button> | |||
</div> | |||
</div> | |||
<el-table :data="tableData" stripe style="width: 100%" height="640"> | |||
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="tableData" stripe style="width: 100%" height="640"> | |||
<el-table-column prop="statDate" label="日期" align="center"> | |||
<template slot-scope="scope"> | |||
{{ | |||
@@ -39,13 +39,13 @@ | |||
<el-card shadow="hover" :class="{ tophovese: cardindex == 4 }"> | |||
<div @click="Overviewxlick('4')"> | |||
<div class="text1"> | |||
平均执行率(%) | |||
平均执行率 | |||
<el-tooltip effect="light" content="筛选时间内,有效接待(不包含待接单)的平均执行率;" placement="bottom-end"> | |||
<i class="pop"></i> | |||
</el-tooltip> | |||
</div> | |||
<div class="text2"> | |||
{{ cardobj.fraction || 0 }} | |||
{{ cardobj.fraction || 0 }}<span style="font-size: 24px;">%</span> | |||
</div> | |||
<div class="text3"> | |||
<span>环比 {{ cardobjs.fraction || 0 }}</span> | |||
@@ -979,13 +979,13 @@ export default { | |||
var newline2 = []; | |||
var Strname = ""; | |||
if (this.cardindex == 1) { | |||
Strname = "接待客户/个"; | |||
Strname = "接待量/个"; | |||
this.Brokenline.map((item) => { | |||
newline.push(item.receptionCount); | |||
newline2.push(item.statDate.slice(5, 10)); | |||
}); | |||
} else if (this.cardindex == 2) { | |||
Strname = "接待客户/个"; | |||
Strname = "有效接待/次"; | |||
this.Brokenline.map((item) => { | |||
newline.push(item.activeCustomer); | |||
newline2.push(item.statDate.slice(5, 10)); | |||
@@ -21,7 +21,7 @@ | |||
</div> | |||
</div> | |||
<div class="app-titel"> | |||
<div style="text-indent: 30px">接待时间:</div> | |||
<div style="text-indent: 30px;font-weight: bold;">接待时间:</div> | |||
<div class="toptimeqhuan"> | |||
<div :class="{ tophove: dateType == 4 }" @click="tabtimetap(4)"> | |||
近7天 | |||
@@ -108,7 +108,7 @@ | |||
</div> | |||
<!-- 表格 --> | |||
<div class="cen-tab"> | |||
<el-table :data="tableData" style="width: 100%" height="640"> | |||
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="tableData" style="width: 100%" height="640"> | |||
<el-table-column prop="batchId" label="序号" align="center"> | |||
<template slot-scope="scope"> | |||
{{ | |||
@@ -13,7 +13,7 @@ | |||
</div> | |||
<div class="app-titel"> | |||
<div style="text-indent: 30px">接待时间:</div> | |||
<div style="text-indent: 30px;font-weight: bold;">接待时间:</div> | |||
<div class="toptimeqhuan"> | |||
<div :class="{ tophove: TimetoAhoose == 4 }" @click="tabtimetap(4)"> | |||
近7天 | |||
@@ -155,11 +155,11 @@ | |||
环比:{{ cardobj.endFraction || 0 }}次</span> | |||
<span class="span2-2" v-if="cardobj.contrastFraction > 0"> | |||
+{{ cardobj.contrastFraction || 0 }} | |||
+{{ cardobj.contrastFraction || 0 }}% | |||
<i class="up"></i> | |||
</span> | |||
<span class="span2-3" v-if="cardobj.contrastFraction < 0"> | |||
{{ cardobj.contrastFraction || 0 }} | |||
{{ cardobj.contrastFraction || 0 }}% | |||
<i class="down"></i> | |||
</span> | |||
@@ -282,7 +282,7 @@ | |||
<div class="app-box-san" v-if="Confirmthecontrast && aliasclass != 3 && aliasclass != 4"> | |||
<div class="santitle">对比报表</div> | |||
<div class="santab"> | |||
<el-table :data="tableData" height="640" border style="width: 100%"> | |||
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="tableData" height="640" border style="width: 100%"> | |||
<el-table-column prop="name" label="时间" align="center"> | |||
</el-table-column> | |||
<el-table-column prop="shiduan1" label="时段1" align="center"> | |||
@@ -192,7 +192,7 @@ | |||
</div> | |||
<div id="main" v-if="echarValue1 == 0"></div> | |||
<div v-if="echarValue1 == 1"> | |||
<el-table :data="echarList1" stripe style="width: 100%" height="640"> | |||
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="echarList1" stripe style="width: 100%" height="640"> | |||
<!-- <el-table-column type="index" label="序号" width="50"> | |||
</el-table-column> --> | |||
<el-table-column prop="time" label="时间" align="center"> | |||
@@ -480,7 +480,7 @@ | |||
<div id="echar2" v-if="echarValue == 0"></div> | |||
<div v-if="echarValue == 1"> | |||
<el-table :data="echarList" stripe style="width: 100%" height="640"> | |||
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="echarList" stripe style="width: 100%" height="640"> | |||
<!-- <el-table-column type="index" label="序号" width="50"> | |||
</el-table-column> --> | |||
<el-table-column prop="date" label="日期" align="center"> | |||
@@ -536,7 +536,7 @@ | |||
<el-dialog :title="elTitle" :visible.sync="dialogVisible"> | |||
<div class="cen-tab"> | |||
<div style="font-size: 20px">{{ timeStr }}</div> | |||
<el-table :data="detailList" stripe style="width: 100%" height="640"> | |||
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="detailList" stripe style="width: 100%" height="640"> | |||
<el-table-column v-if="visible1" prop="houseName" label="项目" align="center"> | |||
</el-table-column> | |||
<el-table-column v-if="visible1" prop="receptionQuantity" label="接待量" align="center"> | |||
@@ -291,7 +291,7 @@ | |||
</div> | |||
<div id="main" v-if="echarValue1 == 0"></div> | |||
<div v-if="echarValue1 == 1"> | |||
<el-table :data="echarList1" stripe style="width: 100%" height="640"> | |||
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="echarList1" stripe style="width: 100%" height="640"> | |||
<!-- <el-table-column type="index" label="序号" width="50"> | |||
</el-table-column> --> | |||
<el-table-column prop="time" label="时间" align="center"> | |||
@@ -504,7 +504,7 @@ | |||
<div id="echar2" v-if="echarValue == 0"></div> | |||
<div v-if="echarValue == 1"> | |||
<el-table :data="echarList" stripe style="width: 100%" height="640"> | |||
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="echarList" stripe style="width: 100%" height="640"> | |||
<!-- <el-table-column type="index" label="序号" width="50"> | |||
</el-table-column> --> | |||
<el-table-column prop="date" label="日期" align="center"> | |||
@@ -589,7 +589,7 @@ | |||
<el-dialog :title="elTitle" :visible.sync="dialogVisible"> | |||
<div class="cen-tab"> | |||
<div style="font-size: 20px">{{ timeStr }}</div> | |||
<el-table :data="detailList" stripe style="width: 100%" height="640"> | |||
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="detailList" stripe style="width: 100%" height="640"> | |||
<el-table-column v-if="visible1" prop="houseName" label="项目" align="center"> | |||
</el-table-column> | |||
<el-table-column v-if="visible1" prop="receptionQuantity" label="接待量" align="center"> | |||
@@ -306,7 +306,7 @@ | |||
</div> | |||
<div v-if="echarValue1 == 0" id="main"></div> | |||
<div v-if="echarValue1 == 1"> | |||
<el-table :data="echarList1" stripe style="width: 100%" height="640"> | |||
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="echarList1" stripe style="width: 100%" height="640"> | |||
<!-- <el-table-column type="index" label="序号" width="50"> | |||
</el-table-column> --> | |||
<el-table-column prop="time" label="时间" align="center"> | |||
@@ -634,7 +634,7 @@ | |||
<div v-if="echarValue == 0" id="echar2"></div> | |||
<div v-if="echarValue == 1"> | |||
<el-table :data="echarList" stripe style="width: 100%" height="640"> | |||
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="echarList" stripe style="width: 100%" height="640"> | |||
<!-- <el-table-column type="index" label="序号" width="50"> | |||
</el-table-column> --> | |||
<el-table-column prop="date" label="日期" align="center"> | |||
@@ -688,7 +688,7 @@ | |||
<el-dialog :title="elTitle" :visible.sync="dialogVisible"> | |||
<div class="cen-tab"> | |||
<div style="font-size: 20px">{{ timeStr }}</div> | |||
<el-table :data="detailList" stripe style="width: 100%" height="640"> | |||
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="detailList" stripe style="width: 100%" height="640"> | |||
<el-table-column v-if="visible1" prop="houseName" label="项目" align="center"> | |||
</el-table-column> | |||
<el-table-column v-if="visible1" prop="receptionQuantity" label="接待量" align="center"> | |||
@@ -82,13 +82,13 @@ | |||
style="font-size:22px;color:#FFF;position: absolute;right: 2px;bottom: -42px;"></i> | |||
</div> | |||
</div> | |||
<div class="cardItem" @click="changeTab('累计项目数')" :class="{ borderCss: tabName == '累计项目数' }"> | |||
<span>过期项目数</span> | |||
<div class="cardItem" @click="changeTab('累计项目数')"> | |||
<span>累计项目数</span> | |||
<h2>{{ firstTab.houseQuantity || 0 }}</h2> | |||
<div class="sel" :class="{ seled: tabName == '累计项目数' }"> | |||
<!-- <div class="sel" :class="{ seled: tabName == '累计项目数' }"> | |||
<i v-show="tabName == '累计项目数'" class="el-icon-check" | |||
style="font-size:22px;color:#FFF;position: absolute;right: 2px;bottom: -42px;"></i> | |||
</div> | |||
</div> --> | |||
</div> | |||
</div> | |||
<!-- <div id="main"></div> --> | |||
@@ -208,7 +208,7 @@ | |||
<div class="app-box-er" v-if="selectTime1"> | |||
<template> | |||
<el-table :data="tableData" style="width: 100%" height="640"> | |||
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="tableData" style="width: 100%" height="640"> | |||
<el-table-column prop="time" label="时间" align="center"> | |||
</el-table-column> | |||
<el-table-column prop="data1" label="时段一" align="center"> | |||
@@ -224,7 +224,7 @@ | |||
有效接待占比 | |||
</div> | |||
<div class="text2"> | |||
{{ compare.activeCustomerRate || 0 }} | |||
{{ compare.activeCustomerRate || 0 }}<span style="font-size: 24px;">%</span> | |||
</div> | |||
<div class="text3" v-if="selectTime1"> | |||
<span>环比 {{ compare1.activeCustomerRate || 0 }}</span> | |||
@@ -321,7 +321,7 @@ | |||
<div class="app-box-er" v-if="selectTime1"> | |||
<template> | |||
<el-table :data="tableData" style="width: 100%" height="640"> | |||
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="tableData" style="width: 100%" height="640"> | |||
<el-table-column prop="time" label="时间" align="center"> | |||
</el-table-column> | |||
<el-table-column prop="data1" label="时段一" align="center"> | |||
@@ -32,7 +32,7 @@ | |||
<!-- 表格 --> | |||
<div class="cen-tab"> | |||
<el-table :data="tableData" stripe style="width: 100%" height="640"> | |||
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="tableData" stripe style="width: 100%" height="640"> | |||
<el-table-column prop="houseName" label="项目名称" align="center"> | |||
</el-table-column> | |||
<el-table-column prop="name" label="状态" align="center"> | |||
@@ -47,7 +47,7 @@ | |||
<!-- 表格 --> | |||
<div class="cen-tab"> | |||
<el-table :data="tableData" stripe style="width: 100%" height="640"> | |||
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="tableData" stripe style="width: 100%" height="640"> | |||
<el-table-column prop="words" label="敏感词" align="center"> | |||
</el-table-column> | |||
<el-table-column prop="houseName" label="项目名称" align="center"> | |||
@@ -61,7 +61,7 @@ | |||
<!-- 表格 --> | |||
<div class="cen-tab"> | |||
<el-table :data="tableData" stripe style="width: 100%" height="640"> | |||
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="tableData" stripe style="width: 100%" height="640"> | |||
<el-table-column type="index" label="序号" width="50"> | |||
</el-table-column> | |||
<el-table-column prop="correctWord" label="正确词" align="center"> | |||
@@ -15,7 +15,7 @@ | |||
<!-- 表格 --> | |||
<div class="cen-tab"> | |||
<el-table :data="tableData" stripe style="width: 100%" height="390"> | |||
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="tableData" stripe style="width: 100%" height="390"> | |||
<el-table-column type="index" label="序号" width="50"> | |||
</el-table-column> | |||
<el-table-column prop="name" label="名称" align="center"> | |||
@@ -15,7 +15,7 @@ | |||
<!-- 表格 --> | |||
<div class="cen-tab"> | |||
<el-table :data="tableData" stripe height="390" style="width: 100%"> | |||
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="tableData" stripe height="390" style="width: 100%"> | |||
<el-table-column prop="name" label="部门名称" align="center"> | |||
</el-table-column> | |||
<el-table-column prop="peopleCount" label="部门人数" align="center"> | |||
@@ -93,7 +93,7 @@ | |||
</div> | |||
<el-table :data="list" border @selection-change="handleSelectionChange" style="width: 100%" | |||
:header-cell-style="{ textAlign: 'center' }" :cell-style="{ textAlign: 'center' }" height="390"> | |||
:header-cell-style="{ textAlign: 'center',background:'#F5F7FA',color:'#333333' }" :cell-style="{ textAlign: 'center' }" height="390"> | |||
<el-table-column type="selection" width="55"> </el-table-column> | |||
<el-table-column type="index" label="序号" width="50"> | |||
</el-table-column> | |||
@@ -1,44 +1,52 @@ | |||
<template> | |||
<div class="box-center"> | |||
<div class="toptab" style="cursor: pointer" v-if="orgType != 2"> | |||
<div @click="tapclickyab(0)" :class="{ activecllasscet: activeTotal == 0 }" | |||
:style="{ background: activeTotal == 0 ? '#2671E2' : '#ffffff' }"> | |||
项目 | |||
</div> | |||
<div v-if="orgType == 0" @click="tapclickyab(1)" :class="{ activecllasscet: activeTotal == 1 }" | |||
:style="{ background: activeTotal == 1 ? '#2671E2' : '#ffffff' }"> | |||
代理商 | |||
</div> | |||
<div v-if="orgType == 0 || orgType == 1" @click="tapclickyab(2)" :class="{ activecllasscet: activeTotal == 2 }" | |||
:style="{ background: activeTotal == 2 ? '#2671E2' : '#ffffff' }"> | |||
公司 | |||
<div style=" | |||
width: calc(100% - 270px); | |||
position: fixed; | |||
z-index: 999; | |||
margin-top: -16px; | |||
background: #ecedf0; | |||
box-shadow: 0px 0px 10px 0px #dadada; | |||
"> | |||
<div class="toptab" style="cursor: pointer" v-if="orgType != 2"> | |||
<div @click="tapclickyab(0)" :class="{ activecllasscet: activeTotal == 0 }" | |||
:style="{ background: activeTotal == 0 ? '#2671E2' : '#ffffff' }"> | |||
项目 | |||
</div> | |||
<div v-if="orgType == 0" @click="tapclickyab(1)" :class="{ activecllasscet: activeTotal == 1 }" | |||
:style="{ background: activeTotal == 1 ? '#2671E2' : '#ffffff' }"> | |||
代理商 | |||
</div> | |||
<div v-if="orgType == 0 || orgType == 1" @click="tapclickyab(2)" :class="{ activecllasscet: activeTotal == 2 }" | |||
:style="{ background: activeTotal == 2 ? '#2671E2' : '#ffffff' }"> | |||
公司 | |||
</div> | |||
</div> | |||
</div> | |||
<!-- 头 --> | |||
<div class="app-top"> | |||
<div class="app-titel" style="margin-top: 5px"> | |||
<div class="div-lab"> | |||
<div class="label" style="margin-left: 15px">时间:</div> | |||
<div class="toptimeqhuan"> | |||
<div :class="{ tophove: searchForm.dateType == 4 }" @click="tabtimetap(4)" style="cursor: pointer"> | |||
近7天 | |||
<!-- 头 --> | |||
<div class="app-top"> | |||
<div class="app-titel" style="margin-top: 5px"> | |||
<div class="div-lab"> | |||
<div class="label" style="margin-left: 15px">时间:</div> | |||
<div class="toptimeqhuan"> | |||
<div :class="{ tophove: searchForm.dateType == 4 }" @click="tabtimetap(4)" style="cursor: pointer"> | |||
近7天 | |||
</div> | |||
<div :class="{ tophove: searchForm.dateType == 5 }" @click="tabtimetap(5)" style="cursor: pointer"> | |||
近15天 | |||
</div> | |||
<div :class="{ tophove: searchForm.dateType == 6 }" @click="tabtimetap(6)" style="cursor: pointer"> | |||
近30天 | |||
</div> | |||
</div> | |||
<div :class="{ tophove: searchForm.dateType == 5 }" @click="tabtimetap(5)" style="cursor: pointer"> | |||
近15天 | |||
<div> | |||
<el-date-picker v-model="time" type="daterange" class="div-inp" range-separator="-" | |||
start-placeholder="开始日期" :default-time="['00:00:00', '23:59:59']" value-format="yyyy-MM-dd" | |||
end-placeholder="结束日期" @change="timeChange"> | |||
</el-date-picker> | |||
</div> | |||
<div :class="{ tophove: searchForm.dateType == 6 }" @click="tabtimetap(6)" style="cursor: pointer"> | |||
近30天 | |||
</div> | |||
</div> | |||
<div> | |||
<el-date-picker v-model="time" type="daterange" class="div-inp" range-separator="-" start-placeholder="开始日期" | |||
:default-time="['00:00:00', '23:59:59']" value-format="yyyy-MM-dd" end-placeholder="结束日期" | |||
@change="timeChange"> | |||
</el-date-picker> | |||
</div> | |||
</div> | |||
<!-- | |||
<!-- | |||
<div class="div-lab" v-if="orgType!=2"> | |||
<el-input | |||
v-model="changeValue" | |||
@@ -63,36 +71,36 @@ | |||
</el-input> | |||
</div> --> | |||
<div class="div-lab" v-if="orgType == 0"> | |||
<el-input v-model="changeValue" clearable placeholder="请输入" maxlength="10" @change="selectChange" | |||
style="width: 363px"> | |||
<el-select v-model="selflag" slot="prepend" class="input-with-select" style="width: 115px" placeholder="请选择" | |||
@change="selChange"> | |||
<el-option v-if="activeTotal != 1" label="公司名称" value="1"></el-option> | |||
<el-option v-if="activeTotal != 2" label="代理商名称" value="2"></el-option> | |||
<el-option v-if="activeTotal == 0" label="项目名称" value="3"></el-option> | |||
</el-select> | |||
</el-input> | |||
</div> | |||
<div class="div-lab" v-if="orgType == 0"> | |||
<el-input v-model="changeValue" clearable placeholder="请输入" maxlength="10" @change="selectChange" | |||
style="width: 363px"> | |||
<el-select v-model="selflag" slot="prepend" class="input-with-select" style="width: 115px" | |||
placeholder="请选择" @change="selChange"> | |||
<el-option v-if="activeTotal != 1" label="公司名称" value="1"></el-option> | |||
<el-option v-if="activeTotal != 2" label="代理商名称" value="2"></el-option> | |||
<el-option v-if="activeTotal == 0" label="项目名称" value="3"></el-option> | |||
</el-select> | |||
</el-input> | |||
</div> | |||
<div class="div-lab" v-if="orgType == 1"> | |||
<el-input v-model="changeValue" clearable placeholder="请输入" maxlength="10" @change="selectChange" | |||
style="width: 363px"> | |||
<el-select v-model="selflag" slot="prepend" class="input-with-select" style="width: 115px" placeholder="请选择" | |||
@change="selChange"> | |||
<el-option v-if="activeTotal != 1" label="公司名称" value="1"></el-option> | |||
<el-option v-if="activeTotal == 0" label="项目名称" value="3"></el-option> | |||
</el-select> | |||
</el-input> | |||
</div> | |||
</div> | |||
<div class="app-titel" style="margin-top: 5px"> | |||
<div class="div-lab"> | |||
<div class="label">地区:</div> | |||
<el-cascader :props="props" @change="locationsChange" placeholder="省/市" size="small" separator="/" | |||
v-model="provice" clearable></el-cascader> | |||
<div class="div-lab" v-if="orgType == 1"> | |||
<el-input v-model="changeValue" clearable placeholder="请输入" maxlength="10" @change="selectChange" | |||
style="width: 363px"> | |||
<el-select v-model="selflag" slot="prepend" class="input-with-select" style="width: 115px" | |||
placeholder="请选择" @change="selChange"> | |||
<el-option v-if="activeTotal != 1" label="公司名称" value="1"></el-option> | |||
<el-option v-if="activeTotal == 0" label="项目名称" value="3"></el-option> | |||
</el-select> | |||
</el-input> | |||
</div> | |||
</div> | |||
<!-- <div class="div-lab" v-if="orgType == 0"> | |||
<div class="app-titel" style="margin-top: 5px"> | |||
<div class="div-lab"> | |||
<div class="label">地区:</div> | |||
<el-cascader :props="props" @change="locationsChange" placeholder="省/市" size="small" separator="/" | |||
v-model="provice" clearable></el-cascader> | |||
</div> | |||
<!-- <div class="div-lab" v-if="orgType == 0"> | |||
<div class="label" style="min-width:70px;">系统运营:</div> | |||
<el-input maxlength="10" clearable v-model="searchForm.linkman"></el-input> | |||
</div> | |||
@@ -100,36 +108,39 @@ | |||
<div class="label" style="min-width:70px;">售后运营:</div> | |||
<el-input maxlength="10" clearable v-model="searchForm.linkman"></el-input> | |||
</div> --> | |||
<div v-if="orgType == 0 || orgType == 1" class="div-lab"> | |||
<div class="label">运营人员:</div> | |||
<el-select v-model="searchForm.operationStaffId" placeholder="请选择" class="div-inp" filterable clearable> | |||
<el-option v-for="item in operaList" :key="item.accountId" :label="item.name" :value="item.accountId"> | |||
</el-option> | |||
</el-select> | |||
</div> | |||
</div> | |||
<div class="app-titel" style="margin-top: 15px"> | |||
<div style="margin-left: 20px"> | |||
<el-button type="primary" @click="screen">筛选</el-button> | |||
</div> | |||
<div style="margin-left: 20px"> | |||
<el-button @click="clascreen" type="text">清空筛选条件</el-button> | |||
<div v-if="orgType == 0 || orgType == 1" class="div-lab"> | |||
<div class="label">运营人员:</div> | |||
<el-select v-model="searchForm.operationStaffId" placeholder="请选择" class="div-inp" filterable clearable> | |||
<el-option v-for="item in operaList" :key="item.accountId" :label="item.name" :value="item.accountId"> | |||
</el-option> | |||
</el-select> | |||
</div> | |||
</div> | |||
<div style="margin-left: auto; margin-right: 10px" v-if="cus_build_count_download"> | |||
<el-button @click="downLoad" icon="el-icon-download">导出</el-button> | |||
<div class="app-titel" style="margin-top: 15px"> | |||
<div style="margin-left: 20px"> | |||
<el-button type="primary" @click="screen">筛选</el-button> | |||
</div> | |||
<div style="margin-left: 20px"> | |||
<el-button @click="clascreen" type="text">清空筛选条件</el-button> | |||
</div> | |||
<div style="margin-left: auto; margin-right: 10px" v-if="cus_build_count_download"> | |||
<el-button @click="downLoad" icon="el-icon-download">导出</el-button> | |||
</div> | |||
</div> | |||
</div> | |||
</div> | |||
<!-- 表格 --> | |||
<div class="cen-tab"> | |||
<el-table v-if="activeTotal == 0" :data="tableData" stripe style="width: 100%" height="640"> | |||
<div class="cen-tab" :style="{ marginTop: orgType != 2 ? '230px' : '170px' }"> | |||
<el-table :header-cell-style="{ background: '#F5F7FA', color: '#333333' }" v-if="activeTotal == 0" :data="tableData" | |||
stripe style="width: 100%" height="640"> | |||
<el-table-column prop="propertyName" label="项目名称" align="center"> | |||
</el-table-column> | |||
<el-table-column prop="orgName" label="公司名称" align="center"> | |||
<template slot-scope="{ row }"> | |||
<el-tooltip class="item" effect="dark" :content="row.orgName" placement="top-start"> | |||
<span style="display: block;width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;">{{row.orgName}}</span> | |||
<span | |||
style="display: block;width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;">{{ row.orgName }}</span> | |||
</el-tooltip> | |||
</template> | |||
</el-table-column> | |||
@@ -150,15 +161,17 @@ | |||
<el-table-column prop="area" label="地区" align="center"> | |||
<template slot-scope="{ row }"> | |||
<el-tooltip class="item" effect="dark" :content="row.area" placement="top-start"> | |||
<span style="display: block;width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;">{{row.area}}</span> | |||
<span | |||
style="display: block;width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;">{{ row.area }}</span> | |||
</el-tooltip> | |||
</template> | |||
</el-table-column> | |||
<el-table-column v-if="orgType != 2" prop="operationStaffName" label="运营人员" align="center"> | |||
<template slot-scope="{ row }"> | |||
<template slot-scope="{ row }"> | |||
<el-tooltip class="item" effect="dark" :content="row.operationStaffName" placement="top-start"> | |||
<span style="display: block;width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;">{{row.operationStaffName}}</span> | |||
<span | |||
style="display: block;width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;">{{ row.operationStaffName }}</span> | |||
</el-tooltip> | |||
</template> | |||
</el-table-column> | |||
@@ -188,7 +201,8 @@ | |||
</el-table-column> | |||
</el-table> | |||
<el-table v-if="activeTotal == 2" :data="tableData" stripe style="width: 100%" height="640"> | |||
<el-table :header-cell-style="{ background: '#F5F7FA', color: '#333333' }" v-if="activeTotal == 2" :data="tableData" | |||
stripe style="width: 100%" height="640"> | |||
<el-table-column prop="orgName" label="公司名称" align="center"> | |||
</el-table-column> | |||
<el-table-column prop="houseQuantityOfEnough" label="服务期内项目" align="center" width="140"> | |||
@@ -234,7 +248,8 @@ | |||
</el-table-column> | |||
</el-table> | |||
<el-table v-if="activeTotal == 1" :data="tableData" stripe style="width: 100%" height="640"> | |||
<el-table :header-cell-style="{ background: '#F5F7FA', color: '#333333' }" v-if="activeTotal == 1" :data="tableData" | |||
stripe style="width: 100%" height="640"> | |||
<el-table-column prop="agentName" label="代理商名称" align="center"> | |||
</el-table-column> | |||
<el-table-column prop="area" label="地区" align="center"> | |||
@@ -722,21 +737,24 @@ export default { | |||
.div-inp { | |||
width: 250px; | |||
} | |||
/deep/ .el-table__header-wrapper{ | |||
thead{ | |||
tr{ | |||
th{ | |||
/deep/ .el-table__header-wrapper { | |||
thead { | |||
tr { | |||
th { | |||
background: #F5F7FA; | |||
color: #333333; | |||
} | |||
} | |||
} | |||
} | |||
/deep/ .el-button--primary{ | |||
/deep/ .el-button--primary { | |||
background: #2671E2 !important; | |||
border: 1px solid #2671E2 !important; | |||
} | |||
/deep/ .el-button--text{ | |||
/deep/ .el-button--text { | |||
color: #2671E2; | |||
} | |||
</style> |
@@ -152,7 +152,7 @@ | |||
<!-- 表格 --> | |||
<div class="cen-tab"> | |||
<el-table :data="tableData" stripe style="width: 100%" height="640"> | |||
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="tableData" stripe style="width: 100%" height="640"> | |||
<el-table-column prop="propertyName" :show-overflow-tooltip="true" width="120px" label="项目名称" align="center"> | |||
</el-table-column> | |||
@@ -48,7 +48,7 @@ | |||
<!-- 表格 --> | |||
<div class="cen-tab"> | |||
<el-table :data="tableData" stripe style="width: 100%" height="640"> | |||
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="tableData" stripe style="width: 100%" height="640"> | |||
<el-table-column prop="title" label="标题" align="center"></el-table-column> | |||
<el-table-column prop="pageView" label="阅读数" align="center"></el-table-column> | |||
<el-table-column prop="createUser" label="发布人" align="center"></el-table-column> | |||
@@ -188,7 +188,7 @@ | |||
>导出</el-button | |||
> --> | |||
</div> | |||
<el-table :data="tableData" @selection-change="handleSelectionChange" stripe style="width: 100%" height="640"> | |||
<el-table :data="tableData" @selection-change="handleSelectionChange" stripe style="width: 100%" height="640" :header-cell-style="{background:'#F5F7FA',color:'#333333'}"> | |||
<el-table-column type="selection" width="55"> </el-table-column> | |||
<el-table-column prop="houseName" label="项目名称" align="center"> | |||
</el-table-column> | |||
@@ -54,9 +54,9 @@ | |||
<!-- 表格 --> | |||
<div class="cen-tab"> | |||
<el-table :data="tableData" stripe style="width: 100%" height="640"> | |||
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="tableData" stripe style="width: 100%" height="640"> | |||
<el-table-column prop="operationName" label="运营" align="center" sortable></el-table-column> | |||
<el-table-column prop="houseQuantityInService" label="服务中项目数" width="120" align="center" sortable></el-table-column> | |||
<el-table-column prop="houseQuantityInService" label="项目数" width="120" align="center" sortable></el-table-column> | |||
<el-table-column prop="wrongWordAddCount" width="120" label="常错词添加数" align="center" sortable></el-table-column> | |||
<el-table-column prop="wrongWordUpdateCount" width="150" label="接待错词修改条数" align="center" sortable></el-table-column> | |||
<el-table-column prop="markAdviserCount" width="120" label="标记顾问数" align="center" sortable></el-table-column> | |||
@@ -143,8 +143,8 @@ | |||
</div> | |||
</div> | |||
<div style="width:100%;margin-top: 8px;"> | |||
<el-table :data="infodata" stripe style="width: 100%;overflow-y:scroll;" height="640" | |||
:header-cell-style="{background:'#E0E0E0'}"> | |||
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="infodata" stripe style="width: 100%;overflow-y:scroll;" height="640" | |||
> | |||
<el-table-column | |||
prop="createTime" | |||
label="操作时间" | |||
@@ -119,7 +119,7 @@ | |||
<!-- 表格 --> | |||
<div class="cen-tab"> | |||
<el-table :data="tableData" stripe style="width: 100%" height="640"> | |||
<el-table :header-cell-style="{background:'#F5F7FA',color:'#333333'}" :data="tableData" stripe style="width: 100%" height="640"> | |||
<el-table-column prop="batchId" label="序号" width="70" align="center"> | |||
<template slot-scope="scope"> | |||
<span> {{ scope.$index + 1 }}</span> | |||