Commit dad06bb4 authored by Reza Sahebgharan's avatar Reza Sahebgharan

feat(remove show more button): remove show more button

parent c540a96f
Pipeline #1040 passed with stage
in 39 minutes and 21 seconds
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
hide-default-footer hide-default-footer
:search="search" :search="search"
></v-data-table> ></v-data-table>
<v-btn v-if="showMore" class="primary" tile block @click="loadMoreFn">{{$t("RegisterRoute.ShowMoreBtn")}}</v-btn> <!-- <v-btn v-if="showMore" class="primary" tile block @click="loadMoreFn">{{$t("RegisterRoute.ShowMoreBtn")}}</v-btn> -->
</v-card> </v-card>
</v-col> </v-col>
</v-row> </v-row>
...@@ -81,7 +81,7 @@ export default { ...@@ -81,7 +81,7 @@ export default {
search: "", search: "",
selectedBrand: null, selectedBrand: null,
HisWorklistLoading: false, HisWorklistLoading: false,
limit: 5, limit: 40,
prevLeft: 0, prevLeft: 0,
showMore: false, showMore: false,
tableHeight: "62vh", tableHeight: "62vh",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment