| | |
| | | addBtn: false, |
| | | delBtn: false, |
| | | menuWidth: 120, |
| | | menu:false, |
| | | dialogType: 'drawer', |
| | | column: [ |
| | | // { |
| | | // label: "服务id", |
| | | // prop: "serviceId", |
| | | // width:'120', |
| | | // search: true |
| | | // }, |
| | | { |
| | | label: "服务id", |
| | | prop: "serviceId", |
| | | width:'120', |
| | | label: "访客ip", |
| | | prop: "remoteIp", |
| | | search: true |
| | | }, |
| | | { |
| | | label: "访问账户", |
| | | prop: "createBy", |
| | | search: true |
| | | }, |
| | | { |
| | |
| | | prop: "person", |
| | | search: true, |
| | | }, |
| | | { |
| | | label: "联系方式", |
| | | prop: "contact", |
| | | }, |
| | | // { |
| | | // label: "联系方式", |
| | | // prop: "contact", |
| | | // }, |
| | | { |
| | | label: "值班类型", |
| | | prop: "type", |
| | | }, |
| | | { |
| | | label: "带班领导", |
| | | prop: "leads", |
| | | type: "select", |
| | | dicUrl: "/api/policeman/policeman/all", |
| | | props: { |
| | | label: "name", |
| | | value: "id" |
| | | } |
| | | }, |
| | | { |
| | | label: "联系方式", |
| | | prop: "leadContact", |
| | | }, |
| | | |
| | | // { |
| | | // label: "带班领导", |
| | | // prop: "leads", |
| | | // type: "select", |
| | | // dicUrl: "/api/policeman/policeman/all", |
| | | // props: { |
| | | // label: "name", |
| | | // value: "id" |
| | | // } |
| | | // }, |
| | | // { |
| | | // label: "联系方式", |
| | | // prop: "leadContact", |
| | | // }, |
| | | ] |
| | | }, |
| | | data: [], |