|
@ -18,7 +18,10 @@ |
|
|
<q-card :style="generateDialogStyle"> |
|
|
<q-card :style="generateDialogStyle"> |
|
|
<q-card-section style="height: 59px"> |
|
|
<q-card-section style="height: 59px"> |
|
|
<div class="flex justify-between"> |
|
|
<div class="flex justify-between"> |
|
|
<div class="text-h6">{{ titleRef }}</div> |
|
|
<div v-if="title" class="text-h6">{{ titleRef }}</div> |
|
|
|
|
|
<template v-else> |
|
|
|
|
|
<slot name="title"></slot> |
|
|
|
|
|
</template> |
|
|
<div class="flex justify-end gap-4"> |
|
|
<div class="flex justify-end gap-4"> |
|
|
<template v-if="buttons && buttons.length > 0"> |
|
|
<template v-if="buttons && buttons.length > 0"> |
|
|
<template v-for="(btn, index) in buttons as any" :key="index"> |
|
|
<template v-for="(btn, index) in buttons as any" :key="index"> |
|
|