From 6fa4c616a1900521801dae09d064a33e5f89829d Mon Sep 17 00:00:00 2001 From: somnetsak123 Date: Tue, 28 Nov 2023 09:24:20 +0700 Subject: [PATCH] fix: alert upload and delete --- Services/client/src/components/DialogDelete.vue | 7 ++++--- Services/client/src/components/FormUpload.vue | 14 ++++++-------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/Services/client/src/components/DialogDelete.vue b/Services/client/src/components/DialogDelete.vue index cf91ead..ba294ad 100644 --- a/Services/client/src/components/DialogDelete.vue +++ b/Services/client/src/components/DialogDelete.vue @@ -20,14 +20,15 @@ const props = withDefaults( > -
แจ้งเตือนการลบ
+ +
แจ้งเตือนการลบ
ถ้าดำเนินการต่อจะทำการลบ - + - -
เตือนพบไฟล์ชื่อซ้ำในระบบ
+
เตือนพบไฟล์ชื่อซ้ำในระบบ
ถ้าดำเนินการต่อจะอัพข้อมูลทับกับอันเก่า - + @@ -140,8 +138,8 @@ async function handleSubmit(continueUpload:boolean = false) { flat label="ดำเนินการต่อ" v-close-popup - class="text-teal" - @click="()=> handleSubmit(true)" + class="text-red" + @click="() => handleSubmit(true)" />