@7365admin1/layer-common 3.0.31-staging.11 → 3.0.31-staging.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -431,7 +431,7 @@
|
|
|
431
431
|
</v-data-table>
|
|
432
432
|
|
|
433
433
|
<div class="d-flex justify-end mt-8">
|
|
434
|
-
<v-btn color="red" variant="flat" size="large" class="text-none px-10"
|
|
434
|
+
<v-btn v-if="!skipNonCheckedOutNric" color="red" variant="flat" size="large" class="text-none px-10"
|
|
435
435
|
:loading="loading.searchingNonCheckedOut" @click="handleSkipNricNonCheckedOut">
|
|
436
436
|
Skip NRIC: {{ visitor.nric || "N/A" }}
|
|
437
437
|
</v-btn>
|