Skip to content

Commit 313acd2

Browse files
committed
udpaed
1 parent b75ae3b commit 313acd2

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

components/UploadFile/UploadImage/index.vue

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -683,21 +683,7 @@ const copyCode = async (text: string) => {
683683
<span class="text-success">ຖືກກວດສອບແລ້ວ</span>
684684
</div>
685685
</template>
686-
<!-- <template v-slot:item.LCIC_reques="{ item }">
687-
<v-chip
688-
v-if="item.LCIC_reques"
689-
color="success"
690-
variant="flat"
691-
size="small"
692-
>
693-
<v-icon size="16" class="mr-1">mdi-check-circle</v-icon>
694-
{{ item.LCIC_reques }}
695-
</v-chip>
696-
<v-chip v-else color="warning" variant="flat" size="small">
697-
<v-icon size="16" class="mr-1">mdi-clock-outline</v-icon>
698-
ລໍຖ້າການອອກລະຫັດ ຂສລ
699-
</v-chip>
700-
</template> -->
686+
701687
<template v-slot:item.LCIC_reques="{ item }">
702688
<div class="lcic-code-container">
703689
<v-chip
@@ -709,7 +695,7 @@ const copyCode = async (text: string) => {
709695
<v-icon size="16" class="mr-1">mdi-shield-check</v-icon>
710696
<strong>{{ item.LCIC_reques }}</strong>
711697

712-
<!-- ປຸ່ມກ໊ອບປີ້ -->
698+
713699
<v-tooltip text="ກົດເພື່ອກ໊ອບປີ້" location="top">
714700
<template v-slot:activator="{ props }">
715701
<v-btn

pages/formcollaterals.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ const submit = async () => {
520520
confirmButtonText: "OK",
521521
});
522522
523-
// Update collateral status (ຖ້າຍັງຕ້ອງການ)
523+
524524
try {
525525
await updateCollateralStatus(collateralId);
526526
} catch (statusError) {

0 commit comments

Comments
 (0)