- แก้ไขการแสดงผลหน้ารายการลงเวลาพิเศษ โดยปิดแสดงสถานะ

- coment code
This commit is contained in:
Warunee Tamkoo 2024-01-25 15:23:27 +07:00
parent 373d36199d
commit b24f4461ab
8 changed files with 146 additions and 130 deletions

View file

@ -41,7 +41,7 @@ watch(
</script>
<template>
<q-dialog v-model="props.modal" persistent>
<q-card class="column" :style="$q.screen.lt.sm ? 'width: 100%;': 'width: 450px;'">
<q-card class="column" :style="$q.screen.lt.sm ? 'width: 100%;': 'width: 320px;'">
<HeaderPopup :title="props.title" :clickClose="clickClosePopup" />
<FormTime
:dataById="data"