ลบ tab คำชี้แจง

This commit is contained in:
Kittapath 2023-03-21 12:06:30 +07:00
parent 302354b3de
commit cc6a672000
13 changed files with 205 additions and 218 deletions

View file

@ -8,8 +8,9 @@
:add="clickAdd"
:editBtn="clickEdit"
:cancel="clickCancel"
:history="false"
:addData="false"
:editOnly="false"
:editData="editData"
/>
<!-- v-if="nameHeader" -->
<!-- <div class="q-pl-sm">
@ -126,6 +127,11 @@ const props = defineProps({
validate: {
type: Function,
default: () => console.log('not function')
},
editData: {
type: Boolean,
defualt: true,
required: true
}
})