เพิ่ม dialog confirm
This commit is contained in:
parent
fe8d157c64
commit
8453e20234
7 changed files with 166 additions and 10 deletions
|
|
@ -37,7 +37,7 @@ watch(props, () => {
|
|||
<q-dialog v-model="props.modal" full-height>
|
||||
<q-card class="column full-height" style="width: 300px">
|
||||
<HeaderPopup :title="props.title" :clickClose="clickClosePopup" />
|
||||
<FormTime :dataById="data" />
|
||||
<FormTime :dataById="data" :closePopup="clickClosePopup" />
|
||||
</q-card>
|
||||
</q-dialog>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue