Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
K
karname-ui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Reza Sahebgharan
karname-ui
Commits
dad06bb4
Commit
dad06bb4
authored
Feb 10, 2020
by
Reza Sahebgharan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(remove show more button): remove show more button
parent
c540a96f
Pipeline
#1040
passed with stage
in 39 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
RegisterRoute.vue
client/components/RegisterRoute.vue
+2
-2
No files found.
client/components/RegisterRoute.vue
View file @
dad06bb4
...
@@ -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"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment