pull/101/head
xuhaoyun 1 year ago
parent a41105ac23
commit f3a863102a

@ -49,21 +49,21 @@ export function flowDetail(params) {
}) })
} }
//企业今日进园区 //企业今日进园区
export function vehicleIn(params) { export function vehicleIn(data) {
return request({ return request({
url: '/safety/index/vehicle/in', url: '/safety/tbParkVehicleRecord/list',
method: 'post', method: 'post',
params data
})
}
//企业今日出园区
export function vehicleOut(params) {
return request({
url: '/safety/index/vehicle/out',
method: 'post',
params
}) })
} }
// //企业今日出园区
// export function vehicleOut(params) {
// return request({
// url: '/safety/index/vehicle/out',
// method: 'post',
// params
// })
// }
//企业车辆使用方式 //企业车辆使用方式
export function vehicleUserType(params) { export function vehicleUserType(params) {
return request({ return request({

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 848 B

@ -19,7 +19,8 @@ export default {
villageList: [], villageList: [],
villageSumList: [], villageSumList: [],
flag: true, flag: true,
companyList: [] companyList: [],
label1: {}
} }
}, },
mounted() { mounted() {
@ -180,9 +181,10 @@ export default {
label.setStyle({ backgroundColor: ' rgba(0, 0, 0, 0)', border: '0', color: '#0060ce', fontSize: '16px' }) label.setStyle({ backgroundColor: ' rgba(0, 0, 0, 0)', border: '0', color: '#0060ce', fontSize: '16px' })
map.addOverlay(label); map.addOverlay(label);
marker.addEventListener("click", function () { marker.addEventListener("click", function () {
map.removeOverlay(that.label1);
topMapOne({ companyId: item.companyId, companyName: item.companyName }).then(res => { topMapOne({ companyId: item.companyId, companyName: item.companyName }).then(res => {
var label = new BMap.Label(); that.label1 = new BMap.Label();
label.setStyle({ that.label1.setStyle({
color: 'blue', color: 'blue',
borderRadius: '5px', borderRadius: '5px',
borderColor: '#ccc', borderColor: '#ccc',
@ -192,10 +194,10 @@ export default {
transform: 'translateX(-50%) translateY(calc(-100% - 10px))' transform: 'translateX(-50%) translateY(calc(-100% - 10px))'
}); });
label.setPosition(new BMap.Point(item.longitude, item.latitude)); that.label1.setPosition(new BMap.Point(item.longitude, item.latitude));
label.setOffset(new BMap.Size(130, -10)) that.label1.setOffset(new BMap.Size(130, -10))
label.setStyle({ width: '372px', height: '242px', background: 'url(pbImg/bz49.png) no-repeat', backgroundSize: '100% 100%', border: '0', color: '#fff', padding: '13px 20px' }) that.label1.setStyle({ width: '372px', height: '242px', background: 'url(pbImg/bz49.png) no-repeat', backgroundSize: '100% 100%', border: '0', color: '#fff', padding: '13px 20px' })
label.setContent(` that.label1.setContent(`
<div style='width:100%;display:flex;justify-content: space-between;align-items: center;border-bottom:1px solid #657E83;'> <h4 style='margin:12px;font-size: 14px;color: #EBFFF4;letter-spacing: 1px;line-height: 24px;text-shadow: 0 0 9px rgba(21,255,195,0.77);overflow: hidden;text-overflow: ellipsis;white-space: nowrap;'>${res.data.companyName}</h4><div class='closeBtn' style='font-size: 14px;color: #30C4FF;letter-spacing: 1px;font-weight: 400;'>企业看板<i style='display:inline-block; background: url(pbImg/跳转.png) no-repeat;width:16px;height:14px;background-size: 100% 100%;"'></i></div><div class='closeBtn1' style='background: url(pbImg/.png) no-repeat;width:20px;height:20px;background-size: 100% 100%;position:relative;z-index:200000000; <div style='width:100%;display:flex;justify-content: space-between;align-items: center;border-bottom:1px solid #657E83;'> <h4 style='margin:12px;font-size: 14px;color: #EBFFF4;letter-spacing: 1px;line-height: 24px;text-shadow: 0 0 9px rgba(21,255,195,0.77);overflow: hidden;text-overflow: ellipsis;white-space: nowrap;'>${res.data.companyName}</h4><div class='closeBtn' style='font-size: 14px;color: #30C4FF;letter-spacing: 1px;font-weight: 400;'>企业看板<i style='display:inline-block; background: url(pbImg/跳转.png) no-repeat;width:16px;height:14px;background-size: 100% 100%;"'></i></div><div class='closeBtn1' style='background: url(pbImg/.png) no-repeat;width:20px;height:20px;background-size: 100% 100%;position:relative;z-index:200000000;
margin-top:-15px;"'></div></div> margin-top:-15px;"'></div></div>
<div style='height:70px;width:100%;margin-top:15px;background: url(pbImg/编组.png);display:flex;justify-content: space-around;align-items: center;'> <div style='height:70px;width:100%;margin-top:15px;background: url(pbImg/编组.png);display:flex;justify-content: space-around;align-items: center;'>
@ -243,17 +245,17 @@ export default {
</div> </div>
</div> </div>
`); `);
map.addOverlay(label); map.addOverlay(that.label1);
let closebtn = document.querySelector('.closeBtn') let closebtn = document.querySelector('.closeBtn')
let closeBtn1 = document.querySelector('.closeBtn1') let closeBtn1 = document.querySelector('.closeBtn1')
closeBtn1.addEventListener('click', () => { closeBtn1.addEventListener('click', () => {
map.removeOverlay(label); map.removeOverlay(that.label1);
}) })
//console.log(btn, 'btn'); //console.log(btn, 'btn');
closebtn.addEventListener('click', () => { closebtn.addEventListener('click', () => {
that.$emit('toArchives', item) that.$emit('toArchives', item)
map.removeOverlay(label); map.removeOverlay(that.label1);
}) })
}) })
}); });

@ -32,7 +32,6 @@
</div> </div>
</div> </div>
</div> </div>
<div class="topBox"> <div class="topBox">
<div class="sjItem"> <div class="sjItem">
<div class="iconBox"><img src="../../assets/companyCanban/icon/企业技防达标.png" alt=""></div> <div class="iconBox"><img src="../../assets/companyCanban/icon/企业技防达标.png" alt=""></div>
@ -52,14 +51,7 @@
<div class="iconBox"><img src="../../assets/companyCanban/icon/企业整改.png" alt=""></div> <div class="iconBox"><img src="../../assets/companyCanban/icon/企业整改.png" alt=""></div>
<div class="sjText"> <div class="sjText">
<div>{{ staffStatisticsList[3].levelIndexTwo }}</div> <div>{{ staffStatisticsList[3].levelIndexTwo }}</div>
<div class="onlineStatus" v-if="staffStatisticsList[3].sumNumValue == '是'"> <div class="percent">{{ staffStatisticsList[3].sumNumValue }}</div>
<div class="green"></div>
<div class="red"></div>
</div>
<div class="outlineStatus" v-else>
<div class="green"></div>
<div class="red"></div>
</div>
</div> </div>
</div> </div>
</div> </div>

@ -28,21 +28,21 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="防疫安全"> <el-table-column label="防疫安全">
<el-table-column show-overflow-tooltip label="疫苗接种" width="35"> <el-table-column show-overflow-tooltip label="疫苗接种" width="35">
<template slot-scope="scope"> <template slot-scope="scope">
<div> <div>
{{ scope.row.ymjz || 0 }} {{ scope.row.ymjz || 0 }}
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column show-overflow-tooltip label="核酸检测" width="35"> <el-table-column show-overflow-tooltip label="核酸检测" width="35">
<template slot-scope="scope"> <template slot-scope="scope">
<div> <div>
{{ scope.row.hsjc || 0 }} {{ scope.row.hsjc || 0 }}
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column show-overflow-tooltip label="场所码" width="35"> <el-table-column show-overflow-tooltip label="场所码数据" width="35">
<template slot-scope="scope"> <template slot-scope="scope">
<div> <div>
{{ scope.row.csm || 0 }} {{ scope.row.csm || 0 }}
@ -58,7 +58,7 @@
</el-table-column> </el-table-column>
</el-table-column> </el-table-column>
<el-table-column label="人员安全"> <el-table-column label="人员安全">
<el-table-column show-overflow-tooltip label="流动人" width="35"> <el-table-column show-overflow-tooltip label="流动人" width="35">
<template slot-scope="scope"> <template slot-scope="scope">
<div> <div>
{{ scope.row.ldrr || 0 }} {{ scope.row.ldrr || 0 }}
@ -72,14 +72,14 @@
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column show-overflow-tooltip label="重点岗位" width="35"> <el-table-column show-overflow-tooltip label="重点岗位人员" width="35">
<template slot-scope="scope"> <template slot-scope="scope">
<div> <div>
{{ scope.row.zdgw || 0 }} {{ scope.row.zdgw || 0 }}
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column show-overflow-tooltip label="专家" width="35"> <el-table-column show-overflow-tooltip label="专家人员" width="35">
<template slot-scope="scope"> <template slot-scope="scope">
<div> <div>
{{ scope.row.zjrr || 0 }} {{ scope.row.zjrr || 0 }}
@ -126,28 +126,28 @@
</el-table-column> </el-table-column>
</el-table-column> </el-table-column>
<el-table-column label="消防安全"> <el-table-column label="消防安全">
<el-table-column show-overflow-tooltip width="35" label="设备维护"> <el-table-column show-overflow-tooltip width="35" label="消防设施维护">
<template slot-scope="scope"> <template slot-scope="scope">
<div> <div>
{{ scope.row.xfss || 0 }} {{ scope.row.xfss || 0 }}
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column show-overflow-tooltip width="35" label="制度执行"> <el-table-column show-overflow-tooltip width="35" label="消防制度执行">
<template slot-scope="scope"> <template slot-scope="scope">
<div> <div>
{{ scope.row.xfzd || 0 }} {{ scope.row.xfzd || 0 }}
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column show-overflow-tooltip width="35" label="台账建设"> <el-table-column show-overflow-tooltip width="35" label="企业台账建设">
<template slot-scope="scope"> <template slot-scope="scope">
<div> <div>
{{ scope.row.qytz || 0 }} {{ scope.row.qytz || 0 }}
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column show-overflow-tooltip width="35" label="事件发生"> <el-table-column show-overflow-tooltip width="35" label="消防事件发生">
<template slot-scope="scope"> <template slot-scope="scope">
<div> <div>
{{ scope.row.xfsj || 0 }} {{ scope.row.xfsj || 0 }}
@ -156,21 +156,21 @@
</el-table-column> </el-table-column>
</el-table-column> </el-table-column>
<el-table-column label="列管物品"> <el-table-column label="列管物品">
<el-table-column show-overflow-tooltip width="35" label="放射源"> <el-table-column show-overflow-tooltip width="35" label="放射源物品">
<template slot-scope="scope"> <template slot-scope="scope">
<div> <div>
{{ scope.row.fsy || 0 }} {{ scope.row.fsy || 0 }}
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column show-overflow-tooltip width="35" label="危化品"> <el-table-column show-overflow-tooltip width="35" label="危品">
<template slot-scope="scope"> <template slot-scope="scope">
<div> <div>
{{ scope.row.whp || 0 }} {{ scope.row.whp || 0 }}
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column show-overflow-tooltip width="35" label="民用枪支"> <el-table-column show-overflow-tooltip width="35" label="民用枪支管理">
<template slot-scope="scope"> <template slot-scope="scope">
<div> <div>
{{ scope.row.myqz || 0 }} {{ scope.row.myqz || 0 }}
@ -186,7 +186,7 @@
</el-table-column> </el-table-column>
</el-table-column> </el-table-column>
<el-table-column label="内部治安"> <el-table-column label="内部治安">
<el-table-column show-overflow-tooltip width="35" label="部门检查系统研判"> <el-table-column show-overflow-tooltip width="35" label="部门检查系统研判">
<template slot-scope="scope"> <template slot-scope="scope">
<div> <div>
{{ scope.row.bmjc || 0 }} {{ scope.row.bmjc || 0 }}
@ -257,7 +257,7 @@
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column show-overflow-tooltip width="35" label="演习培训"> <el-table-column show-overflow-tooltip width="35" label="企业演习培训">
<template slot-scope="scope"> <template slot-scope="scope">
<div> <div>
{{ scope.row.yxpx || 0 }} {{ scope.row.yxpx || 0 }}
@ -266,28 +266,28 @@
</el-table-column> </el-table-column>
</el-table-column> </el-table-column>
<el-table-column label="防攻击"> <el-table-column label="防攻击">
<el-table-column show-overflow-tooltip width="35" label="人防"> <el-table-column show-overflow-tooltip width="35" label="人防达标情况">
<template slot-scope="scope"> <template slot-scope="scope">
<div> <div>
{{ scope.row.qyrf || 0 }} {{ scope.row.qyrf || 0 }}
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column show-overflow-tooltip width="35" label="技防"> <el-table-column show-overflow-tooltip width="35" label="技防达标情况">
<template slot-scope="scope"> <template slot-scope="scope">
<div> <div>
{{ scope.row.qyjf || 0 }} {{ scope.row.qyjf || 0 }}
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column show-overflow-tooltip width="35" label="物防"> <el-table-column show-overflow-tooltip width="35" label="物防达标情况">
<template slot-scope="scope"> <template slot-scope="scope">
<div> <div>
{{ scope.row.qywf || 0 }} {{ scope.row.qywf || 0 }}
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column show-overflow-tooltip width="35" label="企业整改"> <el-table-column show-overflow-tooltip width="35" label="企业整改情况">
<template slot-scope="scope"> <template slot-scope="scope">
<div> <div>
{{ scope.row.qyzz || 0 }} {{ scope.row.qyzz || 0 }}

@ -135,6 +135,7 @@ export default {
}, },
reset() { reset() {
this.formInline = {}
this.getList() this.getList()
}, },
showCompanyData(val) { showCompanyData(val) {

@ -3,12 +3,23 @@
<div class="box"> <div class="box">
<div class="title">实时预警</div> <div class="title">实时预警</div>
<div class="leftBox"> <div class="leftBox">
<div class="shuoming"><img src="../../assets/realtimeWarning/消息.png"
alt="">&nbsp;实时预警根据平安指数配置的预警规则辖区内的企业达到预警分值后产生即时预警</div>
<zhmap class="map" :waringList="waringList" @zhuanchuzhi="chuzhi" v-if="waringList && waringList.length"> <zhmap class="map" :waringList="waringList" @zhuanchuzhi="chuzhi" v-if="waringList && waringList.length">
</zhmap> </zhmap>
</div> </div>
<div class="rightBox"> <div class="rightBox">
<div class="totalTitle"> <div class="totalTitle">
<div class="titleText">预警列表</div><span>&nbsp; <span class="redText">{{ total }}</span> </span> <div class="titleText">预警列表</div><span>&nbsp; <span class="redText">{{ total }}</span> </span>
<div class="searchBox">
<el-form :model="formInline" class="search">
<el-form-item class="formItem">
<el-input v-model.trim="formInline.searchParams" placeholder="企业名称/预警指标" clearable
class="formIpt"></el-input>
</el-form-item>
<el-button type="primary" @click="getList()"></el-button>
</el-form>
</div>
</div> </div>
<div class="bottomBody"> <div class="bottomBody">
<div class="yujingItem" v-for="(item, index) in waringList" :key="index"> <div class="yujingItem" v-for="(item, index) in waringList" :key="index">
@ -22,8 +33,15 @@
</div> </div>
<div class="yujingBottom"> <div class="yujingBottom">
<div class="bottomTOP"> <div class="bottomTOP">
一级指标<span class="numValue">{{ item.levelIndexOne }}</span> &nbsp;&nbsp;预警指标<span <div class="topItem"><span>一级指标</span><span class="numValue">{{ item.levelIndexOne
class="numValue">{{ item.levelIndexThree }}异常</span> }}</span></div>
<div class="topItem"><span>预警指标</span>
<el-tooltip :content="item.levelIndexThree + '异常'" placement="top-start">
<span class="numValue">{{ item.levelIndexThree
}}异常</span>
</el-tooltip>
</div>
</div> </div>
<div class="bottomTOP"> <div class="bottomTOP">
预警时间<span class="numValue">{{ item.alarmTime }}</span> 预警时间<span class="numValue">{{ item.alarmTime }}</span>
@ -66,7 +84,6 @@ export default {
}, },
data() { data() {
return { return {
waringList: [], waringList: [],
diaVisible: false, diaVisible: false,
checkedDepts: [], checkedDepts: [],
@ -75,6 +92,7 @@ export default {
pageSize: 10, pageSize: 10,
pageNum: 1, pageNum: 1,
total: 0, total: 0,
formInline: {},
} }
}, },
created() { created() {
@ -82,7 +100,7 @@ export default {
}, },
methods: { methods: {
getList() { getList() {
mapList({ pageSize: this.pageSize, pageNum: this.pageNum }).then(res => { mapList({ pageSize: this.pageSize, pageNum: this.pageNum, ...this.formInline }).then(res => {
this.waringList = res.data this.waringList = res.data
this.total = res.total this.total = res.total
}) })
@ -162,6 +180,31 @@ export default {
background: url('~@/assets/realtimeWarning/矩形备份 289981.png') no-repeat; background: url('~@/assets/realtimeWarning/矩形备份 289981.png') no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
padding: 20px; padding: 20px;
position: relative;
.shuoming {
position: absolute;
top: 20px;
left: 20px;
height: 40px;
width: calc(100% - 40px);
background: rgba(15, 17, 19, 0.40);
z-index: 999999999;
padding: 0 10px;
display: flex;
align-items: center;
font-size: 14px;
color: rgba(255, 255, 255, 0.7);
letter-spacing: 1px;
font-weight: 400;
img {
width: 20px;
height: 20px;
}
}
.map { .map {
height: 100%; height: 100%;
@ -190,11 +233,90 @@ export default {
font-size: 16px; font-size: 16px;
color: #EBFFF4; color: #EBFFF4;
letter-spacing: 2px; letter-spacing: 2px;
width: 120px;
text-shadow: 0 0 9px rgba(21, 255, 195, 0.60); text-shadow: 0 0 9px rgba(21, 255, 195, 0.60);
font-weight: 400; font-weight: 400;
} }
.searchBox {
height: 40px;
width: 320px;
display: flex;
box-sizing: border-box;
align-items: center;
.search {
height: 35px;
box-sizing: border-box;
margin-top: -5px;
}
/deep/.el-input__inner {
// background: url('~@/assets/companyFile/2121.png') no-repeat;
background: #3B4450;
border: 1px solid #5B748C;
color: rgba(234, 246, 255, 0.7);
height: 35px;
.el-range-separator {
color: #ccc;
}
.el-range-input {
background: rgba(0, 0, 0, 0);
color: #ccc;
}
}
/deep/.el-form-item {
margin: 0;
.el-form-item__content {
line-height: 35px;
}
.el-form-item__label {
color: #EAF6FF;
letter-spacing: 1px;
text-align: center;
font-weight: 400;
}
}
/deep/.el-button--primary {
width: 60px;
height: 35px;
line-height: 30px;
padding: 0;
text-align: center;
background: rgba(0, 0, 0, 0);
border: 0;
background: url('~@/assets/companyFile/2121.png') no-repeat;
background-size: 100% 100%;
font-size: 14px;
color: #F8FBFF;
letter-spacing: 0.89px;
font-weight: 500;
}
/deep/.el-button--default {
width: 60px;
height: 35px;
line-height: 30px;
padding: 0;
text-align: center;
background: #3B4450;
border: 0;
font-size: 14px;
color: #F8FBFF;
letter-spacing: 0.89px;
font-weight: 500;
}
}
.redText { .redText {
font-size: 16px; font-size: 16px;
color: #FF9191; color: #FF9191;
@ -360,6 +482,32 @@ export default {
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
.topItem {
display: flex;
align-items: center;
width: 50%;
height: 100%;
font-size: 14px;
color: rgba(255, 255, 255, 0.8);
letter-spacing: 0;
font-weight: 400;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
span {
width: 70px;
}
.numValue {
width: calc(100% - 70px);
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
}
.numValue { .numValue {
font-size: 14px; font-size: 14px;
color: #FFFFFF; color: #FFFFFF;

@ -78,7 +78,7 @@
</template> </template>
<script> <script>
import { vehicleUserType, vehicleOut, vehicleIn, vehicleDetail } from '@/api/safetyIndex' import { vehicleUserType, vehicleIn, vehicleDetail } from '@/api/safetyIndex'
export default { export default {
data() { data() {
return { return {
@ -99,11 +99,11 @@ export default {
}, },
created() { created() {
this.getUserType() this.getUserType()
vehicleIn().then(res => { vehicleIn({ direction: 1, pageSize: 10, pageNum: 1 }).then(res => {
this.intotal = res.data this.intotal = res.total
}) })
vehicleOut().then(res => { vehicleIn({ direction: 2, pageSize: 10, pageNum: 1 }).then(res => {
this.outtotal = res.data this.outtotal = res.total
}) })
}, },
methods: { methods: {

@ -383,7 +383,7 @@ export default {
} }
.el-table__cell { .el-table__cell {
padding: 10px 0; padding: 8px 0;
} }

@ -4,7 +4,7 @@
<div class="qyclBody"> <div class="qyclBody">
<div class="zonglei"> <div class="zonglei">
<div class="zongleiTitle">接入总量</div> <div class="zongleiTitle">接入总量</div>
<div class="zongleiNum"><span>1234124</span> </div> <div class="zongleiNum"><span>170,820</span> </div>
</div> </div>
<div class="leixingBox"> <div class="leixingBox">
<div class="leixingItem"> <div class="leixingItem">
@ -13,17 +13,17 @@
</div> </div>
<div class="leixingItem"> <div class="leixingItem">
<div class="blue">智能防控平台</div> <div class="blue">智能防控平台</div>
<div class="blueText">3559</div> <div class="blueText">2,3559</div>
</div> </div>
<div class="leixingItem"> <div class="leixingItem">
<el-tooltip content="危化品道路运输监管平台" placement="top-start"> <el-tooltip content="危化品道路运输监管平台" placement="top-start">
<div class="yellow">危化品道路运...</div> <div class="yellow">危化品道路运...</div>
</el-tooltip> </el-tooltip>
<div class="yellowText">6707</div> <div class="yellowText">1,6707</div>
</div> </div>
<div class="leixingItem"> <div class="leixingItem">
<div class="red">IRS</div> <div class="red">IRS</div>
<div class="redText">8428</div> <div class="redText">1,8428</div>
</div> </div>
<div class="leixingItem"> <div class="leixingItem">
<div class="green">警务百度</div> <div class="green">警务百度</div>

@ -64,11 +64,11 @@
</el-table-column> </el-table-column>
<el-table-column show-overflow-tooltip prop="visitName" label="访客姓名" width="90"> <el-table-column show-overflow-tooltip prop="visitName" label="访客姓名" width="90">
</el-table-column> </el-table-column>
<el-table-column show-overflow-tooltip prop="identityId" label="身份证号"> <el-table-column show-overflow-tooltip prop="identityId" label="身份证号" width="180">
</el-table-column> </el-table-column>
<el-table-column show-overflow-tooltip prop="visitContactInfo" label="联系方式"> <el-table-column show-overflow-tooltip prop="visitContactInfo" label="联系方式">
</el-table-column> </el-table-column>
<el-table-column show-overflow-tooltip prop="visitCompany" label="所属企业" width="180"> <el-table-column show-overflow-tooltip prop="visitCompany" label="访客所属企业">
</el-table-column> </el-table-column>
<el-table-column show-overflow-tooltip prop="visitTime" label="访问时间"> <el-table-column show-overflow-tooltip prop="visitTime" label="访问时间">
</el-table-column> </el-table-column>
@ -76,6 +76,8 @@
</el-table-column> </el-table-column>
<el-table-column show-overflow-tooltip prop="contactInfo" label="对接人联系方式"> <el-table-column show-overflow-tooltip prop="contactInfo" label="对接人联系方式">
</el-table-column> </el-table-column>
<el-table-column show-overflow-tooltip prop="companyName" label="访问企业">
</el-table-column>
</el-table> </el-table>
<div class="block"> <div class="block">
<el-pagination style="float:right;margin:5px;" class="msg-pagination-container" :background="true" <el-pagination style="float:right;margin:5px;" class="msg-pagination-container" :background="true"

Loading…
Cancel
Save