Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
les
gancio
Commits
07ba68e8
Commit
07ba68e8
authored
Jun 04, 2020
by
les
Browse files
minor
parent
8c8acc33
Changes
1
Hide whitespace changes
Inline
Side-by-side
pages/Admin.vue
View file @
07ba68e8
...
...
@@ -39,8 +39,9 @@
template(slot-scope='data')
{{
data
.
row
.
place
.
name
}}
el-table-column(:label='$t("common.confirm")' width='250')
template(slot-scope='data')
el-button(type='primary' @click='confirm(data.row.id)' size='mini')
{{
$t
(
'
common.confirm
'
)
}}
el-button(type='success' @click='preview(data.row.id)' size='mini')
{{
$t
(
'
common.preview
'
)
}}
el-button-group
el-button(type='primary' @click='confirm(data.row.id)' size='mini')
{{
$t
(
'
common.confirm
'
)
}}
el-button(type='success' @click='preview(data.row.id)' size='mini')
{{
$t
(
'
common.preview
'
)
}}
client-only
el-pagination(v-if='events.length>perPage' :page-size='perPage' :currentPage.sync='eventPage' :total='events.length')
...
...
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