File tree Expand file tree Collapse file tree 2 files changed +3
-17
lines changed
components/UploadFile/UploadImage Expand file tree Collapse file tree 2 files changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -683,21 +683,7 @@ const copyCode = async (text: string) => {
683
683
<span class =" text-success" >ຖືກກວດສອບແລ້ວ</span >
684
684
</div >
685
685
</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
+
701
687
<template v-slot :item .LCIC_reques =" { item } " >
702
688
<div class =" lcic-code-container" >
703
689
<v-chip
@@ -709,7 +695,7 @@ const copyCode = async (text: string) => {
709
695
<v-icon size =" 16" class =" mr-1" >mdi-shield-check</v-icon >
710
696
<strong >{{ item.LCIC_reques }}</strong >
711
697
712
- <!-- ປຸ່ມກ໊ອບປີ້ -->
698
+
713
699
<v-tooltip text =" ກົດເພື່ອກ໊ອບປີ້" location =" top" >
714
700
<template v-slot :activator =" { props } " >
715
701
<v-btn
Original file line number Diff line number Diff line change @@ -520,7 +520,7 @@ const submit = async () => {
520
520
confirmButtonText: " OK" ,
521
521
});
522
522
523
- // Update collateral status (ຖ້າຍັງຕ້ອງການ)
523
+
524
524
try {
525
525
await updateCollateralStatus (collateralId );
526
526
} catch (statusError ) {
You can’t perform that action at this time.
0 commit comments