clear code + comment

This commit is contained in:
STW_TTTY\stwtt 2024-04-30 14:31:55 +07:00
parent a9609d2d7f
commit ac70090e22
19 changed files with 231 additions and 166 deletions

View file

@ -238,17 +238,6 @@ onMounted(async () => {
</datepicker>
</div>
<div class="col-xs-10 col-sm-10 col-md-10">
<!-- <q-input
dense
outlined
class="inputgreen"
v-model="orgName"
inputgreen
label="ชื่อหน่วยงานที่รับผิดชอบ"
hide-bottom-space
lazy-rules
readonly
/> -->
</div>
<div class="col-xs-12 col-sm-12 col-md-12">
<q-input
@ -311,11 +300,6 @@ onMounted(async () => {
</q-btn>
</div>
</q-form>
<!-- <DialogSelectAgency
v-model:modal="modalDialogSelect"
@update:updateAgency="updateAgency"
/> -->
</template>
<style scoped>