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 @@
hide-default-footer
:search="search"
></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-col>
</v-row>
......@@ -81,7 +81,7 @@ export default {
search: "",
selectedBrand: null,
HisWorklistLoading: false,
limit: 5,
limit: 40,
prevLeft: 0,
showMore: false,
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