filter and sorting options, fix status width in admin_dash
This commit is contained in:
parent
c3e854c1f9
commit
53537e194f
9 changed files with 135 additions and 12 deletions
|
|
@ -6,6 +6,9 @@ export default {
|
|||
title: {
|
||||
type: String
|
||||
},
|
||||
message: {
|
||||
type: String
|
||||
},
|
||||
cancelText: {
|
||||
type: String
|
||||
},
|
||||
|
|
|
|||
|
|
@ -6,7 +6,11 @@
|
|||
:confirm-text="confirmText"
|
||||
@accepted="doGeneric"
|
||||
@cancelled="hide"
|
||||
/>
|
||||
>
|
||||
<template #default>
|
||||
<span v-text="message" />
|
||||
</template>
|
||||
</ConfirmModal>
|
||||
</template>
|
||||
|
||||
<script src="./generic_confirm.js" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue