ลบ tab คำชี้แจง
This commit is contained in:
parent
302354b3de
commit
cc6a672000
13 changed files with 205 additions and 218 deletions
|
|
@ -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
|
||||
}
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue