| | |
| | | }, |
| | | option: { |
| | | height: 'auto', |
| | | calcHeight: 30, |
| | | calcHeight: 20, |
| | | columnBtn:false, |
| | | tip: false, |
| | | searchShow: true, |
| | |
| | | label: "用户名", |
| | | prop: "userName", |
| | | search: true, |
| | | width:'100' |
| | | width:'120' |
| | | }, |
| | | { |
| | | label: "姓名", |
| | | prop: "realName", |
| | | search: true, |
| | | width:'100' |
| | | width:'120' |
| | | }, |
| | | { |
| | | label: "用户ip", |
| | | prop: "ip", |
| | | width:'100' |
| | | width:'130' |
| | | }, |
| | | { |
| | | label: "模块", |
| | |
| | | { |
| | | label: "操作结果", |
| | | prop: "operateResult", |
| | | width:'100' |
| | | width:'110' |
| | | }, |
| | | { |
| | | label: "描述", |
| | |
| | | } |
| | | this.loading = true; |
| | | listLogOperate( |
| | | page.currentPage, |
| | | page.currentPage, |
| | | page.pageSize, |
| | | conditionMaps |
| | | ).then(res => { |