fix: templatez => template
This commit is contained in:
parent
38d9727738
commit
f9e6ef6cf5
1 changed files with 2 additions and 2 deletions
|
|
@ -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">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue