fix: alert upload and delete
This commit is contained in:
parent
6d79f9c94d
commit
6fa4c616a1
2 changed files with 10 additions and 11 deletions
|
|
@ -20,14 +20,15 @@ const props = withDefaults(
|
|||
>
|
||||
<q-card style="width: 400px">
|
||||
<q-card-section>
|
||||
<div class="text-h6">แจ้งเตือนการลบ</div>
|
||||
|
||||
<div class="text-h6"><q-icon name="error" color="negative" size="2.5rem"/>แจ้งเตือนการลบ</div>
|
||||
</q-card-section>
|
||||
|
||||
<q-card-section class="q-pt-none">
|
||||
ถ้าดำเนินการต่อจะทำการลบ
|
||||
</q-card-section>
|
||||
|
||||
<q-card-actions align="right" class="bg-white text-red">
|
||||
<q-card-actions align="right" class="bg-white text-primary">
|
||||
<q-space />
|
||||
<q-btn
|
||||
flat
|
||||
|
|
@ -44,7 +45,7 @@ const props = withDefaults(
|
|||
flat
|
||||
label="ลบ"
|
||||
v-close-popup
|
||||
class="text-teal"
|
||||
class="text-red"
|
||||
@click="
|
||||
() => {
|
||||
deleteFolder(pathname)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue