@ -21,8 +21,8 @@
< el -checkbox class = "filter-item" style = 'margin-left:15px;' @ change = 'tableKey=tableKey+1' v-model ="showReviewer" > {{ $ t ( ' table.reviewer ' ) }} < / el -checkbox >
< / div >
< el -table : key = 'tableKey' :data ="list" v -loading = " listLoading " element-loading -text = " 给 我 一 点 时 间 " border fit highlight -current -row
style = "width: 100% ">
< el -table : key = 'tableKey' :data ="list" v -loading = " listLoading " border fit highlight -current -row
style = "width: 100% ;min-height:1000px; ">
< el -table -column align = "center" :label ="$t('table.id')" width = "65" >
< template slot -scope = " scope " >
< span > { { scope . row . id } } < / span >
@ -221,7 +221,11 @@ export default {
fetchList ( this . listQuery ) . then ( response => {
this . list = response . data . items
this . total = response . data . total
/ / J u s t t o s i m u l a t e t h e t i m e o f t h e r e q u e s t
setTimeout ( ( ) => {
this . listLoading = false
} , 1.5 * 1000 )
} )
} ,
handleFilter ( ) {