|
|
|
@@ -163,7 +163,7 @@ |
|
|
|
lastUpdatedTime:'', |
|
|
|
page:1, |
|
|
|
pageSize:10, |
|
|
|
params:{startDate:'',endDate:'',page:1,pagesize:10,userName:''}, |
|
|
|
params:{startDate:'',endDate:'',page:1,pageSize:10,userName:''}, |
|
|
|
tableData: [], |
|
|
|
totalNum:0, |
|
|
|
pickerOptions: { |
|
|
|
@@ -203,7 +203,7 @@ |
|
|
|
handleCurrentChange(val){ |
|
|
|
this.params.page = val |
|
|
|
this.page = val |
|
|
|
getUserList(this.type_val,this.dynamic) |
|
|
|
this.getUserList(this.type_val,this.dynamic) |
|
|
|
|
|
|
|
}, |
|
|
|
resetPage(){ |
|
|
|
@@ -320,7 +320,6 @@ |
|
|
|
this.$axios.get('../tool/query_user_static_page',{ |
|
|
|
params:this.params |
|
|
|
}).then((res)=>{ |
|
|
|
this.currentPage = 1 |
|
|
|
this.tableData = res.data.data |
|
|
|
// console.log("res.data:"+res.data.data) |
|
|
|
|
|
|
|
@@ -407,8 +406,8 @@ |
|
|
|
}, |
|
|
|
|
|
|
|
mounted() { |
|
|
|
document.getElementById("all_usr").style.outline="none" |
|
|
|
document.getElementById("all_usr").focus() |
|
|
|
// document.getElementById("all_usr").style.outline="none" |
|
|
|
// document.getElementById("all_usr").focus() |
|
|
|
this.getUserList("all_usr",7) |
|
|
|
}, |
|
|
|
created() { |
|
|
|
@@ -462,16 +461,19 @@ |
|
|
|
.btn:active{ |
|
|
|
background-color:#409effd6 ; |
|
|
|
} */ |
|
|
|
/deep/ .el-date-picker { |
|
|
|
width: 200px; |
|
|
|
} |
|
|
|
/* /deep/ .el-date-picker { |
|
|
|
width: 220px; |
|
|
|
} */ |
|
|
|
/deep/ .el-table { |
|
|
|
font-size: 12px; |
|
|
|
} |
|
|
|
/deep/ .el-table tbody tr:hover>td { |
|
|
|
background-color:#D3D3D3!important; |
|
|
|
opacity:1 |
|
|
|
} |
|
|
|
} |
|
|
|
/deep/ .el-range-separator{ |
|
|
|
width: 20% !important; |
|
|
|
} |
|
|
|
|
|
|
|
.colorChange { |
|
|
|
background-color: #409effd6; |
|
|
|
|