fix: templatez => template

This commit is contained in:
puriphatt 2024-12-24 17:41:38 +07:00
parent 38d9727738
commit f9e6ef6cf5

View file

@ -69,7 +69,7 @@ const currentTab = defineModel<string>('currentTab');
}" }"
> >
<div class="row items-center"> <div class="row items-center">
<templatez v-if="!hideBtn"> <template v-if="!hideBtn">
<div v-if="!readonly && isEdit && edit" class="row"> <div v-if="!readonly && isEdit && edit" class="row">
<q-btn <q-btn
round round
@ -108,7 +108,7 @@ const currentTab = defineModel<string>('currentTab');
@click="deleteData" @click="deleteData"
/> />
</div> </div>
</templatez> </template>
<div style="width: 31.98px"></div> <div style="width: 31.98px"></div>
<div class="col text-subtitle1 text-weight-bold text-center"> <div class="col text-subtitle1 text-weight-bold text-center">