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">
|
||||
<templatez v-if="!hideBtn">
|
||||
<template v-if="!hideBtn">
|
||||
<div v-if="!readonly && isEdit && edit" class="row">
|
||||
<q-btn
|
||||
round
|
||||
|
|
@ -108,7 +108,7 @@ const currentTab = defineModel<string>('currentTab');
|
|||
@click="deleteData"
|
||||
/>
|
||||
</div>
|
||||
</templatez>
|
||||
</template>
|
||||
|
||||
<div style="width: 31.98px"></div>
|
||||
<div class="col text-subtitle1 text-weight-bold text-center">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue