Browse Source

显示

test^2
zhangyuan 3 years ago
parent
commit
eadbd55e15
  1. 28
      src/views/modules/visual/shundeju/controlCount.vue

28
src/views/modules/visual/shundeju/controlCount.vue

@ -100,15 +100,15 @@ export default {
{ {
'min-width': '210px' 'min-width': '210px'
}, },
{ // {
'min-width': '20px' // 'min-width': '20px'
}, // },
{ {
'min-width': '50px' 'min-width': '50px'
}, },
{ // {
'min-width': '20px' // 'min-width': '20px'
}, // },
{ {
'min-width': '210px' 'min-width': '210px'
}, },
@ -133,15 +133,15 @@ export default {
{ title: "姓名", coulmn: 'name' }, { title: "姓名", coulmn: 'name' },
{ title: "人脸", coulmn: 'faceImg' }, { title: "人脸", coulmn: 'faceImg' },
{ title: "身份证", coulmn: 'idCard' }, { title: "身份证", coulmn: 'idCard' },
{ title: "性别", coulmn: 'gender' }, // { title: "", coulmn: 'gender' },
{ title: "手机号", coulmn: 'mobile' }, { title: "手机号", coulmn: 'mobile' },
{ title: "类型", coulmn: 'type' }, // { title: "", coulmn: 'type' },
{ title: "出入时间", coulmn: 'createdTime' }, { title: "出入时间", coulmn: 'createdTime' },
{ title: "进入原因", coulmn: 'visitReason' }, { title: "进入原因", coulmn: 'comeReason' },
{ title: "小区", coulmn: 'residential' }, { title: "小区", coulmn: 'villageName' },
{ title: "楼号", coulmn: 'building' }, { title: "楼号", coulmn: 'buildName' },
{ title: "单元", coulmn: 'unit' }, { title: "单元", coulmn: 'unitName' },
{ title: "房间", coulmn: 'room' }, { title: "房间", coulmn: 'homeName' },
], ],
timeRange: '', timeRange: '',
tableData: [], tableData: [],
@ -200,7 +200,7 @@ export default {
} }
}, },
async getVisitVisitorPage () { async getVisitVisitorPage () {
const url = "/pli/power/visitVisitor/page"; const url = "/epmetuser/icResiCollectVisitor/page";
let params = { let params = {
page: this.pageNo, page: this.pageNo,
limit: this.pageSize, limit: this.pageSize,

Loading…
Cancel
Save