minor
This commit is contained in:
@@ -39,8 +39,9 @@
|
|||||||
template(slot-scope='data') {{data.row.place.name}}
|
template(slot-scope='data') {{data.row.place.name}}
|
||||||
el-table-column(:label='$t("common.confirm")' width='250')
|
el-table-column(:label='$t("common.confirm")' width='250')
|
||||||
template(slot-scope='data')
|
template(slot-scope='data')
|
||||||
el-button(type='primary' @click='confirm(data.row.id)' size='mini') {{$t('common.confirm')}}
|
el-button-group
|
||||||
el-button(type='success' @click='preview(data.row.id)' size='mini') {{$t('common.preview')}}
|
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
|
client-only
|
||||||
el-pagination(v-if='events.length>perPage' :page-size='perPage' :currentPage.sync='eventPage' :total='events.length')
|
el-pagination(v-if='events.length>perPage' :page-size='perPage' :currentPage.sync='eventPage' :total='events.length')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user