mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-26 07:53:58 +00:00
create urgent list page
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<div class="col-auto b-a p-t-5 p-b-5 m-l-5 pointer b-grey pointer" v-for="n in pagination.last_page">
|
||||
<div class="col-auto b-a p-t-5 p-b-5 m-l-5 pointer b-grey pointer" v-for="n in pagination.last_page" @click="fetchList(n)">
|
||||
<small class="fs-11">{{n}}</small>
|
||||
</div>
|
||||
</div>
|
||||
@@ -41,7 +41,7 @@
|
||||
}
|
||||
},
|
||||
created(){
|
||||
|
||||
this.fetchList();
|
||||
},
|
||||
methods: {
|
||||
fetchList(Page = 1){
|
||||
|
||||
Reference in New Issue
Block a user